public class ALIAdditionalInformation extends Object
Java class for ALI-AdditionalInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ALI-AdditionalInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3239" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3239-CountryOfOriginIdentifier" minOccurs="0"/>
<element name="E9213" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9213-DutyRegimeTypeCode" minOccurs="0"/>
<sequence>
<element name="E4183" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4183-SpecialConditionCode" maxOccurs="4" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ALIAdditionalInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3239()
Gets the value of the e3239 property.
|
List<String> |
getE4183()
Gets the value of the e4183 property.
|
String |
getE9213()
Gets the value of the e9213 property.
|
void |
setE3239(String value)
Sets the value of the e3239 property.
|
void |
setE9213(String value)
Sets the value of the e9213 property.
|
ALIAdditionalInformation |
withE3239(String value) |
ALIAdditionalInformation |
withE4183(Collection<String> values) |
ALIAdditionalInformation |
withE4183(String... values) |
ALIAdditionalInformation |
withE9213(String value) |
public String getE3239()
Stringpublic void setE3239(String value)
value - allowed object is
Stringpublic String getE9213()
Stringpublic void setE9213(String value)
value - allowed object is
Stringpublic List<String> getE4183()
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 e4183 property.
For example, to add a new item, do as follows:
getE4183().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ALIAdditionalInformation withE3239(String value)
public ALIAdditionalInformation withE9213(String value)
public ALIAdditionalInformation withE4183(String... values)
public ALIAdditionalInformation withE4183(Collection<String> values)
Copyright © 2020. All rights reserved.