public static class HANMOV.SegGrp20 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="GID" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GID-GoodsItemDetails"/>
<element name="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions" maxOccurs="9" minOccurs="0"/>
<element name="CST" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CST-CustomsStatusOfGoods" maxOccurs="9" minOccurs="0"/>
<element name="TMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMP-Temperature" maxOccurs="9" minOccurs="0"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="PIA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PIA-AdditionalProductId" 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="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" maxOccurs="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCI-PackageIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-21" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<sequence>
<element name="SGP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SGP-SplitGoodsPlacement" maxOccurs="9" minOccurs="0"/>
<element name="TCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TCC-ChargeRateCalculations" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-22" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DGS-DangerousGoods"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
HANMOV.SegGrp20.SegGrp21
Java class for anonymous complex type.
|
static class |
HANMOV.SegGrp20.SegGrp22
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp20() |
public GIDGoodsItemDetails getGID()
GIDGoodsItemDetailspublic void setGID(GIDGoodsItemDetails value)
value - allowed object is
GIDGoodsItemDetailspublic List<HANHandlingInstructions> getHAN()
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 han property.
For example, to add a new item, do as follows:
getHAN().add(newItem);
Objects of the following type(s) are allowed in the list
HANHandlingInstructions
public List<CSTCustomsStatusOfGoods> getCST()
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 cst property.
For example, to add a new item, do as follows:
getCST().add(newItem);
Objects of the following type(s) are allowed in the list
CSTCustomsStatusOfGoods
public List<TMPTemperature> getTMP()
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 tmp property.
For example, to add a new item, do as follows:
getTMP().add(newItem);
Objects of the following type(s) are allowed in the list
TMPTemperature
public List<RNGRangeDetails> getRNG()
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 rng property.
For example, to add a new item, do as follows:
getRNG().add(newItem);
Objects of the following type(s) are allowed in the list
RNGRangeDetails
public 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<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<PIAAdditionalProductId> getPIA()
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 pia property.
For example, to add a new item, do as follows:
getPIA().add(newItem);
Objects of the following type(s) are allowed in the list
PIAAdditionalProductId
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<NADNameAndAddress> getNAD()
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 nad property.
For example, to add a new item, do as follows:
getNAD().add(newItem);
Objects of the following type(s) are allowed in the list
NADNameAndAddress
public 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 List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<PCIPackageIdentification> getPCI()
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 pci property.
For example, to add a new item, do as follows:
getPCI().add(newItem);
Objects of the following type(s) are allowed in the list
PCIPackageIdentification
public List<HANMOV.SegGrp20.SegGrp21> getSegGrp21()
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 segGrp21 property.
For example, to add a new item, do as follows:
getSegGrp21().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp21
public List<SGPSplitGoodsPlacement> getSGP()
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 sgp property.
For example, to add a new item, do as follows:
getSGP().add(newItem);
Objects of the following type(s) are allowed in the list
SGPSplitGoodsPlacement
public List<TCCChargeRateCalculations> getTCC()
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 tcc property.
For example, to add a new item, do as follows:
getTCC().add(newItem);
Objects of the following type(s) are allowed in the list
TCCChargeRateCalculations
public List<HANMOV.SegGrp20.SegGrp22> getSegGrp22()
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 segGrp22 property.
For example, to add a new item, do as follows:
getSegGrp22().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp22
public HANMOV.SegGrp20 withGID(GIDGoodsItemDetails value)
public HANMOV.SegGrp20 withHAN(HANHandlingInstructions... values)
public HANMOV.SegGrp20 withHAN(Collection<HANHandlingInstructions> values)
public HANMOV.SegGrp20 withCST(CSTCustomsStatusOfGoods... values)
public HANMOV.SegGrp20 withCST(Collection<CSTCustomsStatusOfGoods> values)
public HANMOV.SegGrp20 withTMP(TMPTemperature... values)
public HANMOV.SegGrp20 withTMP(Collection<TMPTemperature> values)
public HANMOV.SegGrp20 withRNG(RNGRangeDetails... values)
public HANMOV.SegGrp20 withRNG(Collection<RNGRangeDetails> values)
public HANMOV.SegGrp20 withLOC(LOCPlaceLocationIdentification... values)
public HANMOV.SegGrp20 withLOC(Collection<LOCPlaceLocationIdentification> values)
public HANMOV.SegGrp20 withMOA(MOAMonetaryAmount... values)
public HANMOV.SegGrp20 withMOA(Collection<MOAMonetaryAmount> values)
public HANMOV.SegGrp20 withPIA(PIAAdditionalProductId... values)
public HANMOV.SegGrp20 withPIA(Collection<PIAAdditionalProductId> values)
public HANMOV.SegGrp20 withFTX(FTXFreeText... values)
public HANMOV.SegGrp20 withFTX(Collection<FTXFreeText> values)
public HANMOV.SegGrp20 withNAD(NADNameAndAddress... values)
public HANMOV.SegGrp20 withNAD(Collection<NADNameAndAddress> values)
public HANMOV.SegGrp20 withMEA(MEAMeasurements... values)
public HANMOV.SegGrp20 withMEA(Collection<MEAMeasurements> values)
public HANMOV.SegGrp20 withDIM(DIMDimensions... values)
public HANMOV.SegGrp20 withDIM(Collection<DIMDimensions> values)
public HANMOV.SegGrp20 withRFF(RFFReference... values)
public HANMOV.SegGrp20 withRFF(Collection<RFFReference> values)
public HANMOV.SegGrp20 withPCI(PCIPackageIdentification... values)
public HANMOV.SegGrp20 withPCI(Collection<PCIPackageIdentification> values)
public HANMOV.SegGrp20 withSegGrp21(HANMOV.SegGrp20.SegGrp21... values)
public HANMOV.SegGrp20 withSegGrp21(Collection<HANMOV.SegGrp20.SegGrp21> values)
public HANMOV.SegGrp20 withSGP(SGPSplitGoodsPlacement... values)
public HANMOV.SegGrp20 withSGP(Collection<SGPSplitGoodsPlacement> values)
public HANMOV.SegGrp20 withTCC(TCCChargeRateCalculations... values)
public HANMOV.SegGrp20 withTCC(Collection<TCCChargeRateCalculations> values)
public HANMOV.SegGrp20 withSegGrp22(HANMOV.SegGrp20.SegGrp22... values)
public HANMOV.SegGrp20 withSegGrp22(Collection<HANMOV.SegGrp20.SegGrp22> values)
Copyright © 2020. All rights reserved.