Package network.oxalis.peppol.sbdh.jaxb
Class StandardBusinessDocument
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.StandardBusinessDocument
-
public class StandardBusinessDocument extends Object
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"/> <any processContents='lax' namespace='##other'/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected StandardBusinessDocumentHeaderstandardBusinessDocumentHeader
-
Constructor Summary
Constructors Constructor Description StandardBusinessDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.StandardBusinessDocumentHeadergetStandardBusinessDocumentHeader()Gets the value of the standardBusinessDocumentHeader property.voidsetAny(Object value)Sets the value of the any property.voidsetStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)Sets the value of the standardBusinessDocumentHeader property.
-
-
-
Field Detail
-
standardBusinessDocumentHeader
protected StandardBusinessDocumentHeader standardBusinessDocumentHeader
-
any
protected Object any
-
-
Method Detail
-
getStandardBusinessDocumentHeader
public StandardBusinessDocumentHeader getStandardBusinessDocumentHeader()
Gets the value of the standardBusinessDocumentHeader property.- Returns:
- possible object is
StandardBusinessDocumentHeader
-
setStandardBusinessDocumentHeader
public void setStandardBusinessDocumentHeader(StandardBusinessDocumentHeader value)
Sets the value of the standardBusinessDocumentHeader property.- Parameters:
value- allowed object isStandardBusinessDocumentHeader
-
getAny
public Object getAny()
Gets the value of the any property.
-
-