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