public static class ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<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"/>
</sequence>
<element name="SegGrp-19" maxOccurs="99" 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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18.SegGrp19
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp18() |
public PCIPackageIdentification getPCI()
PCIPackageIdentificationpublic void setPCI(PCIPackageIdentification value)
value - allowed object is
PCIPackageIdentificationpublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic 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 List<ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18.SegGrp19> getSegGrp19()
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 segGrp19 property.
For example, to add a new item, do as follows:
getSegGrp19().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp15 .SegGrp16 .SegGrp18 .SegGrp19
public ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 withPCI(PCIPackageIdentification value)
public ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 withRFF(RFFReference value)
public ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 withCDI(CDIPhysicalOrLogicalState value)
public ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 withDTM(DTMDateTimePeriod... values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 withDTM(Collection<DTMDateTimePeriod> values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 withSegGrp19(ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18.SegGrp19... values)
public ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18 withSegGrp19(Collection<ITRRPT.SegGrp9.SegGrp15.SegGrp16.SegGrp18.SegGrp19> values)
Copyright © 2020. All rights reserved.