|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.xsd.epcglobal.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 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 |
|---|
protected javax.xml.datatype.XMLGregorianCalendar creationDate
protected java.math.BigDecimal schemaVersion
| Constructor Detail |
|---|
public Document()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getCreationDate()
XMLGregorianCalendarpublic void setCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigDecimal getSchemaVersion()
BigDecimalpublic void setSchemaVersion(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||