|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fosstrak.epcis.model.StandardBusinessDocument
public class StandardBusinessDocument
Java class for StandardBusinessDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StandardBusinessDocument"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}StandardBusinessDocumentHeader" minOccurs="0"/> <any processContents='lax' namespace='##other'/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Object |
any
|
protected StandardBusinessDocumentHeader |
standardBusinessDocumentHeader
|
Constructor Summary | |
---|---|
StandardBusinessDocument()
|
Method Summary | |
---|---|
Object |
getAny()
Gets the value of the any property. |
StandardBusinessDocumentHeader |
getStandardBusinessDocumentHeader()
Gets the value of the standardBusinessDocumentHeader property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
Sets the value of the standardBusinessDocumentHeader property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected StandardBusinessDocumentHeader standardBusinessDocumentHeader
protected Object any
Constructor Detail |
---|
public StandardBusinessDocument()
Method Detail |
---|
public StandardBusinessDocumentHeader getStandardBusinessDocumentHeader()
StandardBusinessDocumentHeader
public void setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
value
- allowed object is StandardBusinessDocumentHeader
public Object getAny()
Element
Object
public void setAny(Object value)
value
- allowed object is Element
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |