public class CNECNEType extends Object implements Serializable
<?xml version="1.0" encoding="UTF-8"?><description xmlns:b="http://schemas.microsoft.com/BizTalk/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema" value="(ACTUAL CONSIGNEE) TRADER"/>
Java class for CNECNEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CNECNEType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamCNE17" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StrAndNumCNE122" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PosCodCNE123" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="CitCNE124" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="CouCNE125" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="NADLNGACT" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="TINCNE59" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="TAXCNE59" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
citCNE124 |
protected String |
couCNE125 |
protected String |
nadlngact |
protected String |
namCNE17 |
protected String |
posCodCNE123 |
protected String |
strAndNumCNE122 |
protected List<TAXType> |
taxcne59 |
protected String |
tincne59 |
| Constructor and Description |
|---|
CNECNEType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCitCNE124()
Gets the value of the citCNE124 property.
|
String |
getCouCNE125()
Gets the value of the couCNE125 property.
|
String |
getNADLNGACT()
Gets the value of the nadlngact property.
|
String |
getNamCNE17()
Gets the value of the namCNE17 property.
|
String |
getPosCodCNE123()
Gets the value of the posCodCNE123 property.
|
String |
getStrAndNumCNE122()
Gets the value of the strAndNumCNE122 property.
|
List<TAXType> |
getTAXCNE59()
Gets the value of the taxcne59 property.
|
String |
getTINCNE59()
Gets the value of the tincne59 property.
|
void |
setCitCNE124(String value)
Sets the value of the citCNE124 property.
|
void |
setCouCNE125(String value)
Sets the value of the couCNE125 property.
|
void |
setNADLNGACT(String value)
Sets the value of the nadlngact property.
|
void |
setNamCNE17(String value)
Sets the value of the namCNE17 property.
|
void |
setPosCodCNE123(String value)
Sets the value of the posCodCNE123 property.
|
void |
setStrAndNumCNE122(String value)
Sets the value of the strAndNumCNE122 property.
|
void |
setTINCNE59(String value)
Sets the value of the tincne59 property.
|
protected String namCNE17
protected String strAndNumCNE122
protected String posCodCNE123
protected String citCNE124
protected String couCNE125
protected String nadlngact
protected String tincne59
public String getNamCNE17()
Stringpublic void setNamCNE17(String value)
value - allowed object is
Stringpublic String getStrAndNumCNE122()
Stringpublic void setStrAndNumCNE122(String value)
value - allowed object is
Stringpublic String getPosCodCNE123()
Stringpublic void setPosCodCNE123(String value)
value - allowed object is
Stringpublic String getCitCNE124()
Stringpublic void setCitCNE124(String value)
value - allowed object is
Stringpublic String getCouCNE125()
Stringpublic void setCouCNE125(String value)
value - allowed object is
Stringpublic String getNADLNGACT()
Stringpublic void setNADLNGACT(String value)
value - allowed object is
Stringpublic String getTINCNE59()
Stringpublic void setTINCNE59(String value)
value - allowed object is
Stringpublic List<TAXType> getTAXCNE59()
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 taxcne59 property.
For example, to add a new item, do as follows:
getTAXCNE59().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.