public class TRACONCE2Type extends Object implements Serializable
Java class for TRACONCE2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRACONCE2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamCE27" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrAndNumCE222" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodCE223" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitCE224" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouCE225" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="NADLNGGICE" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINCE259" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAXCE259" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citCE224 |
protected String |
couCE225 |
protected String |
nadlnggice |
protected String |
namCE27 |
protected String |
posCodCE223 |
protected String |
strAndNumCE222 |
protected List<TAXType> |
taxce259 |
protected String |
tince259 |
| Constructor and Description |
|---|
TRACONCE2Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitCE224()
Gets the value of the citCE224 property.
|
String |
getCouCE225()
Gets the value of the couCE225 property.
|
String |
getNADLNGGICE()
Gets the value of the nadlnggice property.
|
String |
getNamCE27()
Gets the value of the namCE27 property.
|
String |
getPosCodCE223()
Gets the value of the posCodCE223 property.
|
String |
getStrAndNumCE222()
Gets the value of the strAndNumCE222 property.
|
List<TAXType> |
getTAXCE259()
Gets the value of the taxce259 property.
|
String |
getTINCE259()
Gets the value of the tince259 property.
|
void |
setCitCE224(String value)
Sets the value of the citCE224 property.
|
void |
setCouCE225(String value)
Sets the value of the couCE225 property.
|
void |
setNADLNGGICE(String value)
Sets the value of the nadlnggice property.
|
void |
setNamCE27(String value)
Sets the value of the namCE27 property.
|
void |
setPosCodCE223(String value)
Sets the value of the posCodCE223 property.
|
void |
setStrAndNumCE222(String value)
Sets the value of the strAndNumCE222 property.
|
void |
setTINCE259(String value)
Sets the value of the tince259 property.
|
protected String namCE27
protected String strAndNumCE222
protected String posCodCE223
protected String citCE224
protected String couCE225
protected String nadlnggice
protected String tince259
public String getNamCE27()
Stringpublic void setNamCE27(String value)
value - allowed object is
Stringpublic String getStrAndNumCE222()
Stringpublic void setStrAndNumCE222(String value)
value - allowed object is
Stringpublic String getPosCodCE223()
Stringpublic void setPosCodCE223(String value)
value - allowed object is
Stringpublic String getCitCE224()
Stringpublic void setCitCE224(String value)
value - allowed object is
Stringpublic String getCouCE225()
Stringpublic void setCouCE225(String value)
value - allowed object is
Stringpublic String getNADLNGGICE()
Stringpublic void setNADLNGGICE(String value)
value - allowed object is
Stringpublic String getTINCE259()
Stringpublic void setTINCE259(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXCE259()
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 taxce259 property.
For example, to add a new item, do as follows:
getTAXCE259().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.