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" maxOccurs="unbounded"/>
<element name="Receiver" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}Partner" maxOccurs="unbounded"/>
<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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BusinessScope |
businessScope |
protected DocumentIdentification |
documentIdentification |
protected String |
headerVersion |
protected Manifest |
manifest |
protected List<Partner> |
receiver |
protected List<Partner> |
sender |
| Constructor and Description |
|---|
StandardBusinessDocumentHeader() |
| Modifier and Type | Method and Description |
|---|---|
BusinessScope |
getBusinessScope()
Gets the value of the businessScope property.
|
DocumentIdentification |
getDocumentIdentification()
Gets the value of the documentIdentification property.
|
String |
getHeaderVersion()
Gets the value of the headerVersion property.
|
Manifest |
getManifest()
Gets the value of the manifest property.
|
List<Partner> |
getReceiver()
Gets the value of the receiver property.
|
List<Partner> |
getSender()
Gets the value of the sender property.
|
void |
setBusinessScope(BusinessScope value)
Sets the value of the businessScope property.
|
void |
setDocumentIdentification(DocumentIdentification value)
Sets the value of the documentIdentification property.
|
void |
setHeaderVersion(String value)
Sets the value of the headerVersion property.
|
void |
setManifest(Manifest value)
Sets the value of the manifest property.
|
protected String headerVersion
protected DocumentIdentification documentIdentification
protected Manifest manifest
protected BusinessScope businessScope
public String getHeaderVersion()
Stringpublic void setHeaderVersion(String value)
value - allowed object is
Stringpublic List<Partner> getSender()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sender property.
For example, to add a new item, do as follows:
getSender().add(newItem);
Objects of the following type(s) are allowed in the list
Partner
public List<Partner> getReceiver()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the receiver property.
For example, to add a new item, do as follows:
getReceiver().add(newItem);
Objects of the following type(s) are allowed in the list
Partner
public DocumentIdentification getDocumentIdentification()
DocumentIdentificationpublic void setDocumentIdentification(DocumentIdentification value)
value - allowed object is
DocumentIdentificationpublic Manifest getManifest()
Manifestpublic void setManifest(Manifest value)
value - allowed object is
Manifestpublic BusinessScope getBusinessScope()
BusinessScopepublic void setBusinessScope(BusinessScope value)
value - allowed object is
BusinessScopeCopyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.