public static class HANMOV.SegGrp1 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="TCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TCC-ChargeRateCalculations"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp1() |
| Modifier and Type | Method and Description |
|---|---|
List<CUXCurrencies> |
getCUX()
Gets the value of the cux property.
|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
List<LOCPlaceLocationIdentification> |
getLOC()
Gets the value of the loc property.
|
TCCChargeRateCalculations |
getTCC()
Gets the value of the tcc property.
|
void |
setTCC(TCCChargeRateCalculations value)
Sets the value of the tcc property.
|
HANMOV.SegGrp1 |
withCUX(Collection<CUXCurrencies> values) |
HANMOV.SegGrp1 |
withCUX(CUXCurrencies... values) |
HANMOV.SegGrp1 |
withFTX(Collection<FTXFreeText> values) |
HANMOV.SegGrp1 |
withFTX(FTXFreeText... values) |
HANMOV.SegGrp1 |
withLOC(Collection<LOCPlaceLocationIdentification> values) |
HANMOV.SegGrp1 |
withLOC(LOCPlaceLocationIdentification... values) |
HANMOV.SegGrp1 |
withTCC(TCCChargeRateCalculations value) |
public TCCChargeRateCalculations getTCC()
TCCChargeRateCalculationspublic void setTCC(TCCChargeRateCalculations value)
value - allowed object is
TCCChargeRateCalculationspublic List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<CUXCurrencies> getCUX()
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 cux property.
For example, to add a new item, do as follows:
getCUX().add(newItem);
Objects of the following type(s) are allowed in the list
CUXCurrencies
public HANMOV.SegGrp1 withTCC(TCCChargeRateCalculations value)
public HANMOV.SegGrp1 withLOC(LOCPlaceLocationIdentification... values)
public HANMOV.SegGrp1 withLOC(Collection<LOCPlaceLocationIdentification> values)
public HANMOV.SegGrp1 withFTX(FTXFreeText... values)
public HANMOV.SegGrp1 withFTX(Collection<FTXFreeText> values)
public HANMOV.SegGrp1 withCUX(CUXCurrencies... values)
public HANMOV.SegGrp1 withCUX(Collection<CUXCurrencies> values)
Copyright © 2020. All rights reserved.