epcglobal.ale
Class Document

java.lang.Object
  extended by epcglobal.ale.Document
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ECReports, ECSpec

public abstract class Document
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  java.util.Date creationDate
           
protected  java.math.BigDecimal schemaVersion
           
 
Constructor Summary
Document()
           
 
Method Summary
 java.util.Date getCreationDate()
          Gets the value of the creationDate property.
 java.math.BigDecimal getSchemaVersion()
          Gets the value of the schemaVersion property.
 boolean isSetCreationDate()
           
 boolean isSetSchemaVersion()
           
 void setCreationDate(java.util.Date 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 java.util.Date creationDate

schemaVersion

protected java.math.BigDecimal schemaVersion
Constructor Detail

Document

public Document()
Method Detail

getCreationDate

public java.util.Date getCreationDate()
Gets the value of the creationDate property.

Returns:
possible object is String

setCreationDate

public void setCreationDate(java.util.Date value)
Sets the value of the creationDate property.

Parameters:
value - allowed object is String

isSetCreationDate

public boolean isSetCreationDate()

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

isSetSchemaVersion

public boolean isSetSchemaVersion()