Class StandardBusinessDocumentHeader.Message

  • Enclosing class:
    StandardBusinessDocumentHeader

    public static class StandardBusinessDocumentHeader.Message
    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="Documents">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="DocumentIdentification" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="UniformResourceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="MimeTypeQualifierCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
                                 <element name="fileCreationDateAndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
                                 <element name="fileHashCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>