public class C058NameAndAddress extends Object
Java class for C058-NameAndAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C058-NameAndAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3124" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3124-NameAndAddressDescription" maxOccurs="5"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C058NameAndAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getE3124()
Gets the value of the e3124 property.
|
C058NameAndAddress |
withE3124(Collection<String> values) |
C058NameAndAddress |
withE3124(String... values) |
public List<String> getE3124()
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 e3124 property.
For example, to add a new item, do as follows:
getE3124().add(newItem);
Objects of the following type(s) are allowed in the list
String
public C058NameAndAddress withE3124(String... values)
public C058NameAndAddress withE3124(Collection<String> values)
Copyright © 2020. All rights reserved.