Package systextil.integracao.xml.cte
Class TCTe.InfCte.VPrest
java.lang.Object
systextil.integracao.xml.cte.TCTe.InfCte.VPrest
- Enclosing class:
TCTe.InfCte
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="vTPrest" type="{http://www.portalfiscal.inf.br/cte}TDec_1302"/>
<element name="vRec" type="{http://www.portalfiscal.inf.br/cte}TDec_1302"/>
<element name="Comp" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xNome">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<maxLength value="15"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="vComp" type="{http://www.portalfiscal.inf.br/cte}TDec_1302"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</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 TypeMethodDescriptiongetComp()Gets the value of the comp property.getVRec()Obtem o valor da propriedade vRec.Obtem o valor da propriedade vtPrest.voidDefine o valor da propriedade vRec.voidsetVTPrest(String value) Define o valor da propriedade vtPrest.
-
Field Details
-
vtPrest
-
vRec
-
comp
-
-
Constructor Details
-
VPrest
public VPrest()
-
-
Method Details
-
getVTPrest
Obtem o valor da propriedade vtPrest.- Returns:
- possible object is
String
-
setVTPrest
Define o valor da propriedade vtPrest.- Parameters:
value- allowed object isString
-
getVRec
Obtem o valor da propriedade vRec.- Returns:
- possible object is
String
-
setVRec
Define o valor da propriedade vRec.- Parameters:
value- allowed object isString
-
getComp
Gets the value of the comp 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 comp property.For example, to add a new item, do as follows:
getComp().add(newItem);Objects of the following type(s) are allowed in the list
TCTe.InfCte.VPrest.Comp
-