org.fosstrak.ale.xsd.ale.epcglobal
Class ECTagTimestampStat
java.lang.Object
org.fosstrak.ale.xsd.ale.epcglobal.ECTagStat
org.fosstrak.ale.xsd.ale.epcglobal.ECTagTimestampStat
public class ECTagTimestampStat
- extends ECTagStat
Java class for ECTagTimestampStat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ECTagTimestampStat">
<complexContent>
<extension base="{urn:epcglobal:ale:xsd:1}ECTagStat">
<sequence>
<element name="firstSightingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastSightingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
javax.xml.datatype.XMLGregorianCalendar |
getFirstSightingTime()
Gets the value of the firstSightingTime property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastSightingTime()
Gets the value of the lastSightingTime property. |
void |
setFirstSightingTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the firstSightingTime property. |
void |
setLastSightingTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastSightingTime property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstSightingTime
protected javax.xml.datatype.XMLGregorianCalendar firstSightingTime
lastSightingTime
protected javax.xml.datatype.XMLGregorianCalendar lastSightingTime
ECTagTimestampStat
public ECTagTimestampStat()
getFirstSightingTime
public javax.xml.datatype.XMLGregorianCalendar getFirstSightingTime()
- Gets the value of the firstSightingTime property.
- Returns:
- possible object is
XMLGregorianCalendar
setFirstSightingTime
public void setFirstSightingTime(javax.xml.datatype.XMLGregorianCalendar value)
- Sets the value of the firstSightingTime property.
- Parameters:
value - allowed object is
XMLGregorianCalendar
getLastSightingTime
public javax.xml.datatype.XMLGregorianCalendar getLastSightingTime()
- Gets the value of the lastSightingTime property.
- Returns:
- possible object is
XMLGregorianCalendar
setLastSightingTime
public void setLastSightingTime(javax.xml.datatype.XMLGregorianCalendar value)
- Sets the value of the lastSightingTime property.
- Parameters:
value - allowed object is
XMLGregorianCalendar
Copyright © 2009. All Rights Reserved.