Package network.oxalis.peppol.sbdh.jaxb
Class StandardBusinessDocumentHeader
- java.lang.Object
-
- network.oxalis.peppol.sbdh.jaxb.StandardBusinessDocumentHeader
-
public class StandardBusinessDocumentHeader extends Object
Java class for StandardBusinessDocumentHeader complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="StandardBusinessDocumentHeader"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="HeaderVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Sender" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}Partner"/> <element name="Receiver" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}Partner"/> <element name="DocumentIdentification" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}DocumentIdentification"/> <element name="Manifest" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}Manifest" minOccurs="0"/> <element name="BusinessScope" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}BusinessScope"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BusinessScopebusinessScopeprotected DocumentIdentificationdocumentIdentificationprotected StringheaderVersionprotected Manifestmanifestprotected Partnerreceiverprotected Partnersender
-
Constructor Summary
Constructors Constructor Description StandardBusinessDocumentHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessScopegetBusinessScope()Gets the value of the businessScope property.DocumentIdentificationgetDocumentIdentification()Gets the value of the documentIdentification property.StringgetHeaderVersion()Gets the value of the headerVersion property.ManifestgetManifest()Gets the value of the manifest property.PartnergetReceiver()Gets the value of the receiver property.PartnergetSender()Gets the value of the sender property.voidsetBusinessScope(BusinessScope value)Sets the value of the businessScope property.voidsetDocumentIdentification(DocumentIdentification value)Sets the value of the documentIdentification property.voidsetHeaderVersion(String value)Sets the value of the headerVersion property.voidsetManifest(Manifest value)Sets the value of the manifest property.voidsetReceiver(Partner value)Sets the value of the receiver property.voidsetSender(Partner value)Sets the value of the sender property.
-
-
-
Field Detail
-
headerVersion
protected String headerVersion
-
sender
protected Partner sender
-
receiver
protected Partner receiver
-
documentIdentification
protected DocumentIdentification documentIdentification
-
manifest
protected Manifest manifest
-
businessScope
protected BusinessScope businessScope
-
-
Method Detail
-
getHeaderVersion
public String getHeaderVersion()
Gets the value of the headerVersion property.- Returns:
- possible object is
String
-
setHeaderVersion
public void setHeaderVersion(String value)
Sets the value of the headerVersion property.- Parameters:
value- allowed object isString
-
getSender
public Partner getSender()
Gets the value of the sender property.- Returns:
- possible object is
Partner
-
setSender
public void setSender(Partner value)
Sets the value of the sender property.- Parameters:
value- allowed object isPartner
-
getReceiver
public Partner getReceiver()
Gets the value of the receiver property.- Returns:
- possible object is
Partner
-
setReceiver
public void setReceiver(Partner value)
Sets the value of the receiver property.- Parameters:
value- allowed object isPartner
-
getDocumentIdentification
public DocumentIdentification getDocumentIdentification()
Gets the value of the documentIdentification property.- Returns:
- possible object is
DocumentIdentification
-
setDocumentIdentification
public void setDocumentIdentification(DocumentIdentification value)
Sets the value of the documentIdentification property.- Parameters:
value- allowed object isDocumentIdentification
-
getManifest
public Manifest getManifest()
Gets the value of the manifest property.- Returns:
- possible object is
Manifest
-
setManifest
public void setManifest(Manifest value)
Sets the value of the manifest property.- Parameters:
value- allowed object isManifest
-
getBusinessScope
public BusinessScope getBusinessScope()
Gets the value of the businessScope property.- Returns:
- possible object is
BusinessScope
-
setBusinessScope
public void setBusinessScope(BusinessScope value)
Sets the value of the businessScope property.- Parameters:
value- allowed object isBusinessScope
-
-