public class TRACONCE1Type extends Object implements Serializable
Java class for TRACONCE1Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRACONCE1Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamCE17" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrAndNumCE122" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodCE123" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitCE124" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouCE125" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="NADLNGCE" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINCE159" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAXCE159" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citCE124 |
protected String |
couCE125 |
protected String |
nadlngce |
protected String |
namCE17 |
protected String |
posCodCE123 |
protected String |
strAndNumCE122 |
protected List<TAXType> |
taxce159 |
protected String |
tince159 |
| Constructor and Description |
|---|
TRACONCE1Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitCE124()
Gets the value of the citCE124 property.
|
String |
getCouCE125()
Gets the value of the couCE125 property.
|
String |
getNADLNGCE()
Gets the value of the nadlngce property.
|
String |
getNamCE17()
Gets the value of the namCE17 property.
|
String |
getPosCodCE123()
Gets the value of the posCodCE123 property.
|
String |
getStrAndNumCE122()
Gets the value of the strAndNumCE122 property.
|
List<TAXType> |
getTAXCE159()
Gets the value of the taxce159 property.
|
String |
getTINCE159()
Gets the value of the tince159 property.
|
void |
setCitCE124(String value)
Sets the value of the citCE124 property.
|
void |
setCouCE125(String value)
Sets the value of the couCE125 property.
|
void |
setNADLNGCE(String value)
Sets the value of the nadlngce property.
|
void |
setNamCE17(String value)
Sets the value of the namCE17 property.
|
void |
setPosCodCE123(String value)
Sets the value of the posCodCE123 property.
|
void |
setStrAndNumCE122(String value)
Sets the value of the strAndNumCE122 property.
|
void |
setTINCE159(String value)
Sets the value of the tince159 property.
|
protected String namCE17
protected String strAndNumCE122
protected String posCodCE123
protected String citCE124
protected String couCE125
protected String nadlngce
protected String tince159
public String getNamCE17()
Stringpublic void setNamCE17(String value)
value - allowed object is
Stringpublic String getStrAndNumCE122()
Stringpublic void setStrAndNumCE122(String value)
value - allowed object is
Stringpublic String getPosCodCE123()
Stringpublic void setPosCodCE123(String value)
value - allowed object is
Stringpublic String getCitCE124()
Stringpublic void setCitCE124(String value)
value - allowed object is
Stringpublic String getCouCE125()
Stringpublic void setCouCE125(String value)
value - allowed object is
Stringpublic String getNADLNGCE()
Stringpublic void setNADLNGCE(String value)
value - allowed object is
Stringpublic String getTINCE159()
Stringpublic void setTINCE159(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXCE159()
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 taxce159 property.
For example, to add a new item, do as follows:
getTAXCE159().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.