public static class TANSTA.SegGrp3 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="9"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp3() |
| Modifier and Type | Method and Description |
|---|---|
List<DIMDimensions> |
getDIM()
Gets the value of the dim property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
List<MEAMeasurements> |
getMEA()
Gets the value of the mea property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
TANSTA.SegGrp3 |
withDIM(Collection<DIMDimensions> values) |
TANSTA.SegGrp3 |
withDIM(DIMDimensions... values) |
TANSTA.SegGrp3 |
withFTX(FTXFreeText value) |
TANSTA.SegGrp3 |
withLOC(LOCPlaceLocationIdentification value) |
TANSTA.SegGrp3 |
withMEA(Collection<MEAMeasurements> values) |
TANSTA.SegGrp3 |
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 List<DIMDimensions> getDIM()
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 dim property.
For example, to add a new item, do as follows:
getDIM().add(newItem);
Objects of the following type(s) are allowed in the list
DIMDimensions
public FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic TANSTA.SegGrp3 withLOC(LOCPlaceLocationIdentification value)
public TANSTA.SegGrp3 withMEA(MEAMeasurements... values)
public TANSTA.SegGrp3 withMEA(Collection<MEAMeasurements> values)
public TANSTA.SegGrp3 withDIM(DIMDimensions... values)
public TANSTA.SegGrp3 withDIM(Collection<DIMDimensions> values)
public TANSTA.SegGrp3 withFTX(FTXFreeText value)
Copyright © 2020. All rights reserved.