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