public class TRACONCO2Type extends Object implements Serializable
Java class for TRACONCO2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRACONCO2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamCO27" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrAndNumCO222" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodCO223" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitCO224" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouCO225" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="NADLNGGTCO" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINCO259" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAXCO259" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citCO224 |
protected String |
couCO225 |
protected String |
nadlnggtco |
protected String |
namCO27 |
protected String |
posCodCO223 |
protected String |
strAndNumCO222 |
protected List<TAXType> |
taxco259 |
protected String |
tinco259 |
| Constructor and Description |
|---|
TRACONCO2Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitCO224()
Gets the value of the citCO224 property.
|
String |
getCouCO225()
Gets the value of the couCO225 property.
|
String |
getNADLNGGTCO()
Gets the value of the nadlnggtco property.
|
String |
getNamCO27()
Gets the value of the namCO27 property.
|
String |
getPosCodCO223()
Gets the value of the posCodCO223 property.
|
String |
getStrAndNumCO222()
Gets the value of the strAndNumCO222 property.
|
List<TAXType> |
getTAXCO259()
Gets the value of the taxco259 property.
|
String |
getTINCO259()
Gets the value of the tinco259 property.
|
void |
setCitCO224(String value)
Sets the value of the citCO224 property.
|
void |
setCouCO225(String value)
Sets the value of the couCO225 property.
|
void |
setNADLNGGTCO(String value)
Sets the value of the nadlnggtco property.
|
void |
setNamCO27(String value)
Sets the value of the namCO27 property.
|
void |
setPosCodCO223(String value)
Sets the value of the posCodCO223 property.
|
void |
setStrAndNumCO222(String value)
Sets the value of the strAndNumCO222 property.
|
void |
setTINCO259(String value)
Sets the value of the tinco259 property.
|
protected String namCO27
protected String strAndNumCO222
protected String posCodCO223
protected String citCO224
protected String couCO225
protected String nadlnggtco
protected String tinco259
public String getNamCO27()
Stringpublic void setNamCO27(String value)
value - allowed object is
Stringpublic String getStrAndNumCO222()
Stringpublic void setStrAndNumCO222(String value)
value - allowed object is
Stringpublic String getPosCodCO223()
Stringpublic void setPosCodCO223(String value)
value - allowed object is
Stringpublic String getCitCO224()
Stringpublic void setCitCO224(String value)
value - allowed object is
Stringpublic String getCouCO225()
Stringpublic void setCouCO225(String value)
value - allowed object is
Stringpublic String getNADLNGGTCO()
Stringpublic void setNADLNGGTCO(String value)
value - allowed object is
Stringpublic String getTINCO259()
Stringpublic void setTINCO259(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXCO259()
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 set method for the taxco259 property.
For example, to add a new item, do as follows:
getTAXCO259().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.