public static class UTILMD.SegGrp4.SegGrp5 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="HYN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HYN-HierarchyInformation" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp5() |
| Modifier and Type | Method and Description |
|---|---|
List<HYNHierarchyInformation> |
getHYN()
Gets the value of the hyn property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
UTILMD.SegGrp4.SegGrp5 |
withHYN(Collection<HYNHierarchyInformation> values) |
UTILMD.SegGrp4.SegGrp5 |
withHYN(HYNHierarchyInformation... values) |
UTILMD.SegGrp4.SegGrp5 |
withLOC(LOCPlaceLocationIdentification value) |
public LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic List<HYNHierarchyInformation> getHYN()
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 hyn property.
For example, to add a new item, do as follows:
getHYN().add(newItem);
Objects of the following type(s) are allowed in the list
HYNHierarchyInformation
public UTILMD.SegGrp4.SegGrp5 withLOC(LOCPlaceLocationIdentification value)
public UTILMD.SegGrp4.SegGrp5 withHYN(HYNHierarchyInformation... values)
public UTILMD.SegGrp4.SegGrp5 withHYN(Collection<HYNHierarchyInformation> values)
Copyright © 2020. All rights reserved.