public static class RECORD.SegGrp3.SegGrp6 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="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="2" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp6() |
| Modifier and Type | Method and Description |
|---|---|
ADRAddress |
getADR()
Gets the value of the adr property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
List<MEAMeasurements> |
getMEA()
Gets the value of the mea property.
|
void |
setADR(ADRAddress value)
Sets the value of the adr property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
RECORD.SegGrp3.SegGrp6 |
withADR(ADRAddress value) |
RECORD.SegGrp3.SegGrp6 |
withLOC(LOCPlaceLocationIdentification value) |
RECORD.SegGrp3.SegGrp6 |
withMEA(Collection<MEAMeasurements> values) |
RECORD.SegGrp3.SegGrp6 |
withMEA(MEAMeasurements... values) |
public LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic List<MEAMeasurements> getMEA()
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 mea property.
For example, to add a new item, do as follows:
getMEA().add(newItem);
Objects of the following type(s) are allowed in the list
MEAMeasurements
public ADRAddress getADR()
ADRAddresspublic void setADR(ADRAddress value)
value - allowed object is
ADRAddresspublic RECORD.SegGrp3.SegGrp6 withLOC(LOCPlaceLocationIdentification value)
public RECORD.SegGrp3.SegGrp6 withMEA(MEAMeasurements... values)
public RECORD.SegGrp3.SegGrp6 withMEA(Collection<MEAMeasurements> values)
public RECORD.SegGrp3.SegGrp6 withADR(ADRAddress value)
Copyright © 2020. All rights reserved.