Package systextil.integracao.xml.cte
Class TCTeOS.InfCte.InfCTeNorm.Seg
java.lang.Object
systextil.integracao.xml.cte.TCTeOS.InfCte.InfCTeNorm.Seg
- Enclosing class:
TCTeOS.InfCte.InfCTeNorm
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNApol()Obtem o valor da propriedade nApol.Obtem o valor da propriedade respSeg.getXSeg()Obtem o valor da propriedade xSeg.voidDefine o valor da propriedade nApol.voidsetRespSeg(String value) Define o valor da propriedade respSeg.voidDefine o valor da propriedade xSeg.
-
Field Details
-
respSeg
-
xSeg
-
nApol
-
-
Constructor Details
-
Seg
public Seg()
-
-
Method Details
-
getRespSeg
Obtem o valor da propriedade respSeg.- Returns:
- possible object is
String
-
setRespSeg
Define o valor da propriedade respSeg.- Parameters:
value- allowed object isString
-
getXSeg
Obtem o valor da propriedade xSeg.- Returns:
- possible object is
String
-
setXSeg
Define o valor da propriedade xSeg.- Parameters:
value- allowed object isString
-
getNApol
Obtem o valor da propriedade nApol.- Returns:
- possible object is
String
-
setNApol
Define o valor da propriedade nApol.- Parameters:
value- allowed object isString
-