|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectepcglobal.ale.Document
public abstract class Document
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 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 |
---|
protected java.util.Date creationDate
protected java.math.BigDecimal schemaVersion
Constructor Detail |
---|
public Document()
Method Detail |
---|
public java.util.Date getCreationDate()
String
public void setCreationDate(java.util.Date value)
value
- allowed object is
String
public boolean isSetCreationDate()
public java.math.BigDecimal getSchemaVersion()
BigDecimal
public void setSchemaVersion(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetSchemaVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |