org.fosstrak.epcis.model
Class Document

java.lang.Object
  extended by org.fosstrak.epcis.model.Document
Direct Known Subclasses:
EPCISDocumentType, EPCISMasterDataDocumentType, EPCISQueryDocumentType

public abstract class Document
extends 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="schemaVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="creationDate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar creationDate
           
protected  BigDecimal schemaVersion
           
 
Constructor Summary
Document()
           
 
Method Summary
 XMLGregorianCalendar getCreationDate()
          Gets the value of the creationDate property.
 BigDecimal getSchemaVersion()
          Gets the value of the schemaVersion property.
 void setCreationDate(XMLGregorianCalendar value)
          Sets the value of the creationDate property.
 void setSchemaVersion(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

schemaVersion

protected BigDecimal schemaVersion

creationDate

protected XMLGregorianCalendar creationDate
Constructor Detail

Document

public Document()
Method Detail

getSchemaVersion

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

Returns:
possible object is BigDecimal

setSchemaVersion

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

Parameters:
value - allowed object is BigDecimal

getCreationDate

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

Returns:
possible object is XMLGregorianCalendar

setCreationDate

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

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2010. All Rights Reserved.