Package systextil.integracao.xml.cte
Class TCTe.InfCte.Compl.Fluxo
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.Compl.Fluxo
- Enclosing class:
TCTe.InfCte.Compl
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPass()Gets the value of the pass property.getXDest()Obtem o valor da propriedade xDest.getXOrig()Obtem o valor da propriedade xOrig.getXRota()Obtem o valor da propriedade xRota.voidDefine o valor da propriedade xDest.voidDefine o valor da propriedade xOrig.voidDefine o valor da propriedade xRota.
-
Field Details
-
xOrig
-
pass
-
xDest
-
xRota
-
-
Constructor Details
-
Fluxo
public Fluxo()
-
-
Method Details
-
getXOrig
Obtem o valor da propriedade xOrig.- Returns:
- possible object is
String
-
setXOrig
Define o valor da propriedade xOrig.- Parameters:
value- allowed object isString
-
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
setmethod 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
Obtem o valor da propriedade xDest.- Returns:
- possible object is
String
-
setXDest
Define o valor da propriedade xDest.- Parameters:
value- allowed object isString
-
getXRota
Obtem o valor da propriedade xRota.- Returns:
- possible object is
String
-
setXRota
Define o valor da propriedade xRota.- Parameters:
value- allowed object isString
-