public static class ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 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="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCI-PackageIdentification"/>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="10" minOccurs="0"/>
</sequence>
<element name="SegGrp-24" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber"/>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState" minOccurs="0"/>
<element name="DLM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DLM-DeliveryLimitations" maxOccurs="999" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-25" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="5" minOccurs="0"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="9999" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp24
Java class for anonymous complex type.
|
static class |
ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp25
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp23() |
public PCIPackageIdentification getPCI()
PCIPackageIdentificationpublic void setPCI(PCIPackageIdentification value)
value - allowed object is
PCIPackageIdentificationpublic CDIPhysicalOrLogicalState getCDI()
CDIPhysicalOrLogicalStatepublic void setCDI(CDIPhysicalOrLogicalState value)
value - allowed object is
CDIPhysicalOrLogicalStatepublic List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic 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<ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp24> getSegGrp24()
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 segGrp24 property.
For example, to add a new item, do as follows:
getSegGrp24().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp15 .SegGrp20 .SegGrp23 .SegGrp24
public List<ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp25> getSegGrp25()
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 segGrp25 property.
For example, to add a new item, do as follows:
getSegGrp25().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp15 .SegGrp20 .SegGrp23 .SegGrp25
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withPCI(PCIPackageIdentification value)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withCDI(CDIPhysicalOrLogicalState value)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withDTM(DTMDateTimePeriod... values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withDTM(Collection<DTMDateTimePeriod> values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withQTY(QTYQuantity value)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withMEA(MEAMeasurements... values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withMEA(Collection<MEAMeasurements> values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withSegGrp24(ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp24... values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withSegGrp24(Collection<ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp24> values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withSegGrp25(ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp25... values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23 withSegGrp25(Collection<ITRRPT.SegGrp9.SegGrp15.SegGrp20.SegGrp23.SegGrp25> values)
Copyright © 2020. All rights reserved.