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