public class TRACONCO1Type extends Object implements Serializable
Java class for TRACONCO1Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRACONCO1Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamCO17" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrAndNumCO122" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodCO123" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitCO124" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouCO125" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="NADLNGCO" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINCO159" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAXCO159" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citCO124 |
protected String |
couCO125 |
protected String |
nadlngco |
protected String |
namCO17 |
protected String |
posCodCO123 |
protected String |
strAndNumCO122 |
protected List<TAXType> |
taxco159 |
protected String |
tinco159 |
| Constructor and Description |
|---|
TRACONCO1Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitCO124()
Gets the value of the citCO124 property.
|
String |
getCouCO125()
Gets the value of the couCO125 property.
|
String |
getNADLNGCO()
Gets the value of the nadlngco property.
|
String |
getNamCO17()
Gets the value of the namCO17 property.
|
String |
getPosCodCO123()
Gets the value of the posCodCO123 property.
|
String |
getStrAndNumCO122()
Gets the value of the strAndNumCO122 property.
|
List<TAXType> |
getTAXCO159()
Gets the value of the taxco159 property.
|
String |
getTINCO159()
Gets the value of the tinco159 property.
|
void |
setCitCO124(String value)
Sets the value of the citCO124 property.
|
void |
setCouCO125(String value)
Sets the value of the couCO125 property.
|
void |
setNADLNGCO(String value)
Sets the value of the nadlngco property.
|
void |
setNamCO17(String value)
Sets the value of the namCO17 property.
|
void |
setPosCodCO123(String value)
Sets the value of the posCodCO123 property.
|
void |
setStrAndNumCO122(String value)
Sets the value of the strAndNumCO122 property.
|
void |
setTINCO159(String value)
Sets the value of the tinco159 property.
|
protected String namCO17
protected String strAndNumCO122
protected String posCodCO123
protected String citCO124
protected String couCO125
protected String nadlngco
protected String tinco159
public String getNamCO17()
Stringpublic void setNamCO17(String value)
value - allowed object is
Stringpublic String getStrAndNumCO122()
Stringpublic void setStrAndNumCO122(String value)
value - allowed object is
Stringpublic String getPosCodCO123()
Stringpublic void setPosCodCO123(String value)
value - allowed object is
Stringpublic String getCitCO124()
Stringpublic void setCitCO124(String value)
value - allowed object is
Stringpublic String getCouCO125()
Stringpublic void setCouCO125(String value)
value - allowed object is
Stringpublic String getNADLNGCO()
Stringpublic void setNADLNGCO(String value)
value - allowed object is
Stringpublic String getTINCO159()
Stringpublic void setTINCO159(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXCO159()
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 taxco159 property.
For example, to add a new item, do as follows:
getTAXCO159().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.