|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unece.cefact.namespaces.standardbusinessdocumentheader.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()
Default no-arg constructor |
|
StandardBusinessDocument(StandardBusinessDocumentHeader standardBusinessDocumentHeader,
Object any)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
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. |
String |
toString()
|
StandardBusinessDocument |
withAny(Object value)
|
StandardBusinessDocument |
withStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected StandardBusinessDocumentHeader standardBusinessDocumentHeader
protected Object any
| Constructor Detail |
|---|
public StandardBusinessDocument()
public StandardBusinessDocument(StandardBusinessDocumentHeader standardBusinessDocumentHeader,
Object any)
| Method Detail |
|---|
public StandardBusinessDocumentHeader getStandardBusinessDocumentHeader()
StandardBusinessDocumentHeaderpublic void setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
value - allowed object is
StandardBusinessDocumentHeaderpublic Object getAny()
Element
Objectpublic void setAny(Object value)
value - allowed object is
Element
Objectpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StandardBusinessDocument withStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
public StandardBusinessDocument withAny(Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||