Class StandardBusinessDocumentHeader.Transport.Sender

  • Enclosing class:
    StandardBusinessDocumentHeader.Transport

    public static class StandardBusinessDocumentHeader.Transport.Sender
    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="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>