public static class CUSEXP.SegGrp6.SegGrp7.SegGrp15 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="CST" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CST-CustomsStatusOfGoods"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<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" minOccurs="0"/>
</sequence>
<element name="SegGrp-16" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TAX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TAX-DutyTaxFeeDetails"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CUSEXP.SegGrp6.SegGrp7.SegGrp15.SegGrp16
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp15() |
public CSTCustomsStatusOfGoods getCST()
CSTCustomsStatusOfGoodspublic void setCST(CSTCustomsStatusOfGoods value)
value - allowed object is
CSTCustomsStatusOfGoodspublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic 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<CUSEXP.SegGrp6.SegGrp7.SegGrp15.SegGrp16> getSegGrp16()
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 segGrp16 property.
For example, to add a new item, do as follows:
getSegGrp16().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp7 .SegGrp15 .SegGrp16
public CUSEXP.SegGrp6.SegGrp7.SegGrp15 withCST(CSTCustomsStatusOfGoods value)
public CUSEXP.SegGrp6.SegGrp7.SegGrp15 withFTX(FTXFreeText value)
public CUSEXP.SegGrp6.SegGrp7.SegGrp15 withLOC(LOCPlaceLocationIdentification value)
public CUSEXP.SegGrp6.SegGrp7.SegGrp15 withMEA(MEAMeasurements... values)
public CUSEXP.SegGrp6.SegGrp7.SegGrp15 withMEA(Collection<MEAMeasurements> values)
public CUSEXP.SegGrp6.SegGrp7.SegGrp15 withSegGrp16(CUSEXP.SegGrp6.SegGrp7.SegGrp15.SegGrp16... values)
public CUSEXP.SegGrp6.SegGrp7.SegGrp15 withSegGrp16(Collection<CUSEXP.SegGrp6.SegGrp7.SegGrp15.SegGrp16> values)
Copyright © 2020. All rights reserved.