|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fosstrak.webadapters.epcis.ws.generated.StandardBusinessDocumentHeader
public class StandardBusinessDocumentHeader
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>
Field Summary | |
---|---|
protected BusinessScope |
businessScope
|
protected DocumentIdentification |
documentIdentification
|
protected String |
headerVersion
|
protected Manifest |
manifest
|
protected List<Partner> |
receiver
|
protected List<Partner> |
sender
|
Constructor Summary | |
---|---|
StandardBusinessDocumentHeader()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String headerVersion
protected List<Partner> sender
protected List<Partner> receiver
protected DocumentIdentification documentIdentification
protected Manifest manifest
protected BusinessScope businessScope
Constructor Detail |
---|
public StandardBusinessDocumentHeader()
Method Detail |
---|
public String getHeaderVersion()
String
public void setHeaderVersion(String value)
value
- allowed object is
String
public 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()
DocumentIdentification
public void setDocumentIdentification(DocumentIdentification value)
value
- allowed object is
DocumentIdentification
public Manifest getManifest()
Manifest
public void setManifest(Manifest value)
value
- allowed object is
Manifest
public BusinessScope getBusinessScope()
BusinessScope
public void setBusinessScope(BusinessScope value)
value
- allowed object is
BusinessScope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |