Class TCTeOS.InfCte.Compl
- Enclosing class:
TCTeOS.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="xCaracAd" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="15"/>
</restriction>
</simpleType>
</element>
<element name="xCaracSer" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="xEmi" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="xObs" minOccurs="0">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="2000"/>
</restriction>
</simpleType>
</element>
<element name="ObsCont" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xTexto">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="160"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="xCampo" use="required">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ObsFisco" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xTexto">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="xCampo" use="required">
<simpleType>
<restriction base="{http://www.portalfiscal.inf.br/cte}TString">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClasse Java de anonymous complex type.static classClasse Java de anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the obsCont property.Gets the value of the obsFisco property.Obtem o valor da propriedade xCaracAd.Obtem o valor da propriedade xCaracSer.getXEmi()Obtem o valor da propriedade xEmi.getXObs()Obtem o valor da propriedade xObs.voidsetXCaracAd(String value) Define o valor da propriedade xCaracAd.voidsetXCaracSer(String value) Define o valor da propriedade xCaracSer.voidDefine o valor da propriedade xEmi.voidDefine o valor da propriedade xObs.
-
Field Details
-
xCaracAd
-
xCaracSer
-
xEmi
-
xObs
-
obsCont
-
obsFisco
-
-
Constructor Details
-
Compl
public Compl()
-
-
Method Details
-
getXCaracAd
Obtem o valor da propriedade xCaracAd.- Returns:
- possible object is
String
-
setXCaracAd
Define o valor da propriedade xCaracAd.- Parameters:
value- allowed object isString
-
getXCaracSer
Obtem o valor da propriedade xCaracSer.- Returns:
- possible object is
String
-
setXCaracSer
Define o valor da propriedade xCaracSer.- Parameters:
value- allowed object isString
-
getXEmi
Obtem o valor da propriedade xEmi.- Returns:
- possible object is
String
-
setXEmi
Define o valor da propriedade xEmi.- Parameters:
value- allowed object isString
-
getXObs
Obtem o valor da propriedade xObs.- Returns:
- possible object is
String
-
setXObs
Define o valor da propriedade xObs.- Parameters:
value- allowed object isString
-
getObsCont
Gets the value of the obsCont 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 obsCont property.For example, to add a new item, do as follows:
getObsCont().add(newItem);Objects of the following type(s) are allowed in the list
TCTeOS.InfCte.Compl.ObsCont -
getObsFisco
Gets the value of the obsFisco 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 obsFisco property.For example, to add a new item, do as follows:
getObsFisco().add(newItem);Objects of the following type(s) are allowed in the list
TCTeOS.InfCte.Compl.ObsFisco
-