Class StandardBusinessDocumentHeader.Transport

  • Enclosing class:
    StandardBusinessDocumentHeader

    public static class StandardBusinessDocumentHeader.Transport
    extends Object

    Classe Java per anonymous complex type.

    Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Sender">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Identifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="ContactInformation">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="FaxNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="TelephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="ContactTypeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Receiver">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Identifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="ContactInformation">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="FaxNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="TelephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="ContactTypeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="msgCreationDateAndTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="msgId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="msgHashCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>