Package systextil.integracao.xml.cte
Class TImp.ICMSSN
java.lang.Object
systextil.integracao.xml.cte.TImp.ICMSSN
- Enclosing class:
TImp
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="CST">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="90"/>
</restriction>
</simpleType>
</element>
<element name="indSN">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="preserve"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cst
-
indSN
-
-
Constructor Details
-
ICMSSN
public ICMSSN()
-
-
Method Details
-
getCST
Obtem o valor da propriedade cst.- Returns:
- possible object is
String
-
setCST
Define o valor da propriedade cst.- Parameters:
value- allowed object isString
-
getIndSN
Obtem o valor da propriedade indSN.- Returns:
- possible object is
String
-
setIndSN
Define o valor da propriedade indSN.- Parameters:
value- allowed object isString
-