Class TCTeOS.InfCte.Compl

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

public static class TCTeOS.InfCte.Compl 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>
                 <element name="xCaracAd" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="15"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xCaracSer" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="30"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xEmi" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="20"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xObs" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="2000"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="ObsCont" maxOccurs="10" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="xTexto">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="160"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                 </sequence>
                                 <attribute name="xCampo" use="required">
                                   <simpleType>
                                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                           <minLength value="1"/>
                                           <maxLength value="20"/>
                                         </restriction>
                                   </simpleType>
                                 </attribute>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="ObsFisco" maxOccurs="10" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="xTexto">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="60"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                 </sequence>
                                 <attribute name="xCampo" use="required">
                                   <simpleType>
                                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                           <minLength value="1"/>
                                           <maxLength value="20"/>
                                         </restriction>
                                   </simpleType>
                                 </attribute>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Compl

      public Compl()
  • Method Details

    • getXCaracAd

      public String getXCaracAd()
      Obtem o valor da propriedade xCaracAd.
      Returns:
      possible object is String
    • setXCaracAd

      public void setXCaracAd(String value)
      Define o valor da propriedade xCaracAd.
      Parameters:
      value - allowed object is String
    • getXCaracSer

      public String getXCaracSer()
      Obtem o valor da propriedade xCaracSer.
      Returns:
      possible object is String
    • setXCaracSer

      public void setXCaracSer(String value)
      Define o valor da propriedade xCaracSer.
      Parameters:
      value - allowed object is String
    • getXEmi

      public String getXEmi()
      Obtem o valor da propriedade xEmi.
      Returns:
      possible object is String
    • setXEmi

      public void setXEmi(String value)
      Define o valor da propriedade xEmi.
      Parameters:
      value - allowed object is String
    • getXObs

      public String getXObs()
      Obtem o valor da propriedade xObs.
      Returns:
      possible object is String
    • setXObs

      public void setXObs(String value)
      Define o valor da propriedade xObs.
      Parameters:
      value - allowed object is String
    • getObsCont

      public List<TCTeOS.InfCte.Compl.ObsCont> getObsCont()
      Gets the value of the obsCont property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the obsCont property.

      For example, to add a new item, do as follows:

              getObsCont().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCTeOS.InfCte.Compl.ObsCont

    • getObsFisco

      public List<TCTeOS.InfCte.Compl.ObsFisco> getObsFisco()
      Gets the value of the obsFisco property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the obsFisco property.

      For example, to add a new item, do as follows:

              getObsFisco().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCTeOS.InfCte.Compl.ObsFisco