public static class RECADV.SegGrp7.SegGrp9 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification"/>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState" maxOccurs="10" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp9() |
| Modifier and Type | Method and Description |
|---|---|
List<CDIPhysicalOrLogicalState> |
getCDI()
Gets the value of the cdi property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
RECADV.SegGrp7.SegGrp9 |
withCDI(CDIPhysicalOrLogicalState... values) |
RECADV.SegGrp7.SegGrp9 |
withCDI(Collection<CDIPhysicalOrLogicalState> values) |
RECADV.SegGrp7.SegGrp9 |
withLOC(LOCPlaceLocationIdentification value) |
public LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic List<CDIPhysicalOrLogicalState> getCDI()
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 cdi property.
For example, to add a new item, do as follows:
getCDI().add(newItem);
Objects of the following type(s) are allowed in the list
CDIPhysicalOrLogicalState
public RECADV.SegGrp7.SegGrp9 withLOC(LOCPlaceLocationIdentification value)
public RECADV.SegGrp7.SegGrp9 withCDI(CDIPhysicalOrLogicalState... values)
public RECADV.SegGrp7.SegGrp9 withCDI(Collection<CDIPhysicalOrLogicalState> values)
Copyright © 2020. All rights reserved.