Class 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>
     
    • 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 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 is Partner
      • 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 is Partner
      • 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