Class TCTeOS.InfCte.InfCTeNorm.Seg

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

public static class TCTeOS.InfCte.InfCTeNorm.Seg 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="respSeg">
                   <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <whiteSpace value="preserve"/>
                           <minLength value="1"/>
                           <maxLength value="1"/>
                           <enumeration value="4"/>
                           <enumeration value="5"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xSeg" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="30"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="nApol" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="20"/>
                         </restriction>
                   </simpleType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • respSeg

      protected String respSeg
    • xSeg

      protected String xSeg
    • nApol

      protected String nApol
  • Constructor Details

    • Seg

      public Seg()
  • Method Details

    • getRespSeg

      public String getRespSeg()
      Obtem o valor da propriedade respSeg.
      Returns:
      possible object is String
    • setRespSeg

      public void setRespSeg(String value)
      Define o valor da propriedade respSeg.
      Parameters:
      value - allowed object is String
    • getXSeg

      public String getXSeg()
      Obtem o valor da propriedade xSeg.
      Returns:
      possible object is String
    • setXSeg

      public void setXSeg(String value)
      Define o valor da propriedade xSeg.
      Parameters:
      value - allowed object is String
    • getNApol

      public String getNApol()
      Obtem o valor da propriedade nApol.
      Returns:
      possible object is String
    • setNApol

      public void setNApol(String value)
      Define o valor da propriedade nApol.
      Parameters:
      value - allowed object is String