org.fosstrak.ale.xsd.ale.epcglobal
Class ECTagTimestampStat

java.lang.Object
  extended by org.fosstrak.ale.xsd.ale.epcglobal.ECTagStat
      extended by 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>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.fosstrak.ale.xsd.ale.epcglobal.ECTagStat
ECTagStat.StatBlocks
 
Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar firstSightingTime
           
protected  javax.xml.datatype.XMLGregorianCalendar lastSightingTime
           
 
Fields inherited from class org.fosstrak.ale.xsd.ale.epcglobal.ECTagStat
profile, statBlocks
 
Constructor Summary
ECTagTimestampStat()
           
 
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 org.fosstrak.ale.xsd.ale.epcglobal.ECTagStat
getProfile, getStatBlocks, setProfile, setStatBlocks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstSightingTime

protected javax.xml.datatype.XMLGregorianCalendar firstSightingTime

lastSightingTime

protected javax.xml.datatype.XMLGregorianCalendar lastSightingTime
Constructor Detail

ECTagTimestampStat

public ECTagTimestampStat()
Method Detail

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.