org.fosstrak.webadapters.epcis.ws.generated
Class StandardBusinessDocumentHeader

java.lang.Object
  extended by org.fosstrak.webadapters.epcis.ws.generated.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" 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

headerVersion

protected String headerVersion

sender

protected List<Partner> sender

receiver

protected List<Partner> receiver

documentIdentification

protected DocumentIdentification documentIdentification

manifest

protected Manifest manifest

businessScope

protected BusinessScope businessScope
Constructor Detail

StandardBusinessDocumentHeader

public StandardBusinessDocumentHeader()
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 is String

getSender

public List<Partner> getSender()
Gets the value of the sender property.

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


getReceiver

public List<Partner> getReceiver()
Gets the value of the receiver property.

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


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 is DocumentIdentification

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 is Manifest

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 is BusinessScope


Copyright © 2010. All Rights Reserved.