public static class INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="9999" 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="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.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 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<GINGoodsIdentityNumber> getGIN()
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 gin property.
For example, to add a new item, do as follows:
getGIN().add(newItem);
Objects of the following type(s) are allowed in the list
GINGoodsIdentityNumber
public List<INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.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
.SegGrp12 .SegGrp16 .SegGrp17 .SegGrp18 .SegGrp19
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withPCI(PCIPackageIdentification value)
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withRFF(RFFReference value)
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withDTM(DTMDateTimePeriod... values)
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withDTM(Collection<DTMDateTimePeriod> values)
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withGIN(GINGoodsIdentityNumber... values)
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withGIN(Collection<GINGoodsIdentityNumber> values)
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withSegGrp19(INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18.SegGrp19... values)
public INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18 withSegGrp19(Collection<INVRPT.SegGrp9.SegGrp12.SegGrp16.SegGrp17.SegGrp18.SegGrp19> values)
Copyright © 2020. All rights reserved.