Class TCTe.InfCte.Compl.Fluxo

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

public static class TCTe.InfCte.Compl.Fluxo 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="xOrig" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="60"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="pass" maxOccurs="unbounded" minOccurs="0">
                   <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element name="xPass" minOccurs="0">
                                         <simpleType>
                                           <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                                                 <minLength value="1"/>
                                                 <maxLength value="15"/>
                                           </restriction>
                                         </simpleType>
                                   </element>
                                 </sequence>
                           </restriction>
                         </complexContent>
                   </complexType>
                 </element>
                 <element name="xDest" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="60"/>
                         </restriction>
                   </simpleType>
                 </element>
                 <element name="xRota" minOccurs="0">
                   <simpleType>
                         <restriction base="{http://www.portalfiscal.inf.br/cte}TString">
                           <minLength value="1"/>
                           <maxLength value="10"/>
                         </restriction>
                   </simpleType>
                 </element>
           </sequence>
         </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Fluxo

      public Fluxo()
  • Method Details

    • getXOrig

      public String getXOrig()
      Obtem o valor da propriedade xOrig.
      Returns:
      possible object is String
    • setXOrig

      public void setXOrig(String value)
      Define o valor da propriedade xOrig.
      Parameters:
      value - allowed object is String
    • getPass

      Gets the value of the pass 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 pass property.

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

              getPass().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCTe.InfCte.Compl.Fluxo.Pass

    • getXDest

      public String getXDest()
      Obtem o valor da propriedade xDest.
      Returns:
      possible object is String
    • setXDest

      public void setXDest(String value)
      Define o valor da propriedade xDest.
      Parameters:
      value - allowed object is String
    • getXRota

      public String getXRota()
      Obtem o valor da propriedade xRota.
      Returns:
      possible object is String
    • setXRota

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