public class C090AddressDetails extends Object
Java class for C090-AddressDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C090-AddressDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3477" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3477-AddressFormatCode"/>
<element name="E3286" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3286-AddressComponentDescription" maxOccurs="5"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C090AddressDetails() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getE3286()
Gets the value of the e3286 property.
|
String |
getE3477()
Gets the value of the e3477 property.
|
void |
setE3477(String value)
Sets the value of the e3477 property.
|
C090AddressDetails |
withE3286(Collection<String> values) |
C090AddressDetails |
withE3286(String... values) |
C090AddressDetails |
withE3477(String value) |
public String getE3477()
Stringpublic void setE3477(String value)
value - allowed object is
Stringpublic List<String> getE3286()
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 e3286 property.
For example, to add a new item, do as follows:
getE3286().add(newItem);
Objects of the following type(s) are allowed in the list
String
public C090AddressDetails withE3477(String value)
public C090AddressDetails withE3286(String... values)
public C090AddressDetails withE3286(Collection<String> values)
Copyright © 2020. All rights reserved.