org.fosstrak.ale.xsd.epcglobal
Class Document

java.lang.Object
  extended by org.fosstrak.ale.xsd.epcglobal.Document
Direct Known Subclasses:
ACClientIdentity, ACPermission, ACRole, AssocTableSpec, CCReports, CCSpec, ECReports, ECSpec, EPCCacheSpec, LRSpec, RNGSpec, TMSpec

public abstract class Document
extends java.lang.Object

EPCglobal document properties for all messages.

Java class for Document complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Document">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="creationDate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="schemaVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar creationDate
           
protected  java.math.BigDecimal schemaVersion
           
 
Constructor Summary
Document()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getCreationDate()
          Gets the value of the creationDate property.
 java.math.BigDecimal getSchemaVersion()
          Gets the value of the schemaVersion property.
 void setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the creationDate property.
 void setSchemaVersion(java.math.BigDecimal value)
          Sets the value of the schemaVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

creationDate

protected javax.xml.datatype.XMLGregorianCalendar creationDate

schemaVersion

protected java.math.BigDecimal schemaVersion
Constructor Detail

Document

public Document()
Method Detail

getCreationDate

public javax.xml.datatype.XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is XMLGregorianCalendar

setCreationDate

public void setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSchemaVersion

public java.math.BigDecimal getSchemaVersion()
Gets the value of the schemaVersion property.

Returns:
possible object is BigDecimal

setSchemaVersion

public void setSchemaVersion(java.math.BigDecimal value)
Sets the value of the schemaVersion property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2009. All Rights Reserved.