Class TCTe.InfCte.Compl.Entrega

java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.Compl.Entrega
Enclosing class:
TCTe.InfCte.Compl

public static class TCTe.InfCte.Compl.Entrega extends Object

Classe Java de anonymous complex type.

O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.

 <complexType>
   <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
                 <choice>
                   <element name="semData">
                         <complexType>
                           <complexContent>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                   <sequence>
                                         <element name="tpPer">
                                           <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <whiteSpace value="preserve"/>
                                                   <enumeration value="0"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                   </sequence>
                                 </restriction>
                           </complexContent>
                         </complexType>
                   </element>
                   <element name="comData">
                         <complexType>
                           <complexContent>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                   <sequence>
                                         <element name="tpPer">
                                           <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <whiteSpace value="preserve"/>
                                                   <enumeration value="1"/>
                                                   <enumeration value="2"/>
                                                   <enumeration value="3"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                         <element name="dProg" type="{http://www.portalfiscal.inf.br/cte}TData"/>
                                   </sequence>
                                 </restriction>
                           </complexContent>
                         </complexType>
                   </element>
                   <element name="noPeriodo">
                         <complexType>
                           <complexContent>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                   <sequence>
                                         <element name="tpPer">
                                           <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <whiteSpace value="preserve"/>
                                                   <enumeration value="4"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                         <element name="dIni" type="{http://www.portalfiscal.inf.br/cte}TData"/>
                                         <element name="dFim" type="{http://www.portalfiscal.inf.br/cte}TData"/>
                                   </sequence>
                                 </restriction>
                           </complexContent>
                         </complexType>
                   </element>
                 </choice>
                 <choice>
                   <element name="semHora">
                         <complexType>
                           <complexContent>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                   <sequence>
                                         <element name="tpHor">
                                           <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <whiteSpace value="preserve"/>
                                                   <enumeration value="0"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                   </sequence>
                                 </restriction>
                           </complexContent>
                         </complexType>
                   </element>
                   <element name="comHora">
                         <complexType>
                           <complexContent>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                   <sequence>
                                         <element name="tpHor">
                                           <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <whiteSpace value="preserve"/>
                                                   <enumeration value="1"/>
                                                   <enumeration value="2"/>
                                                   <enumeration value="3"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                         <element name="hProg" type="{http://www.portalfiscal.inf.br/cte}TTime"/>
                                   </sequence>
                                 </restriction>
                           </complexContent>
                         </complexType>
                   </element>
                   <element name="noInter">
                         <complexType>
                           <complexContent>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                   <sequence>
                                         <element name="tpHor">
                                           <simpleType>
                                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                                   <whiteSpace value="preserve"/>
                                                   <enumeration value="4"/>
                                                 </restriction>
                                           </simpleType>
                                         </element>
                                         <element name="hIni" type="{http://www.portalfiscal.inf.br/cte}TTime"/>
                                         <element name="hFim" type="{http://www.portalfiscal.inf.br/cte}TTime"/>
                                   </sequence>
                                 </restriction>
                           </complexContent>
                         </complexType>
                   </element>
                 </choice>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>