public static class PROINQ.SegGrp4.SegGrp6 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="IRQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IRQ-InformationRequired"/>
<element name="PIA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PIA-AdditionalProductId" maxOccurs="10" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="10" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="10" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" maxOccurs="10" minOccurs="0"/>
<element name="PGI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PGI-ProductGroupInformation" maxOccurs="9" 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-7" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PROINQ.SegGrp4.SegGrp6.SegGrp7
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp6() |
public IRQInformationRequired getIRQ()
IRQInformationRequiredpublic void setIRQ(IRQInformationRequired value)
value - allowed object is
IRQInformationRequiredpublic 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<IMDItemDescription> getIMD()
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 imd property.
For example, to add a new item, do as follows:
getIMD().add(newItem);
Objects of the following type(s) are allowed in the list
IMDItemDescription
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<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<PGIProductGroupInformation> getPGI()
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 pgi property.
For example, to add a new item, do as follows:
getPGI().add(newItem);
Objects of the following type(s) are allowed in the list
PGIProductGroupInformation
public 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<PROINQ.SegGrp4.SegGrp6.SegGrp7> getSegGrp7()
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 segGrp7 property.
For example, to add a new item, do as follows:
getSegGrp7().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp7
public PROINQ.SegGrp4.SegGrp6 withIRQ(IRQInformationRequired value)
public PROINQ.SegGrp4.SegGrp6 withPIA(PIAAdditionalProductId... values)
public PROINQ.SegGrp4.SegGrp6 withPIA(Collection<PIAAdditionalProductId> values)
public PROINQ.SegGrp4.SegGrp6 withIMD(IMDItemDescription... values)
public PROINQ.SegGrp4.SegGrp6 withIMD(Collection<IMDItemDescription> values)
public PROINQ.SegGrp4.SegGrp6 withMEA(MEAMeasurements... values)
public PROINQ.SegGrp4.SegGrp6 withMEA(Collection<MEAMeasurements> values)
public PROINQ.SegGrp4.SegGrp6 withNAD(NADNameAndAddress... values)
public PROINQ.SegGrp4.SegGrp6 withNAD(Collection<NADNameAndAddress> values)
public PROINQ.SegGrp4.SegGrp6 withPGI(PGIProductGroupInformation... values)
public PROINQ.SegGrp4.SegGrp6 withPGI(Collection<PGIProductGroupInformation> values)
public PROINQ.SegGrp4.SegGrp6 withDTM(DTMDateTimePeriod... values)
public PROINQ.SegGrp4.SegGrp6 withDTM(Collection<DTMDateTimePeriod> values)
public PROINQ.SegGrp4.SegGrp6 withSegGrp7(PROINQ.SegGrp4.SegGrp6.SegGrp7... values)
public PROINQ.SegGrp4.SegGrp6 withSegGrp7(Collection<PROINQ.SegGrp4.SegGrp6.SegGrp7> values)
Copyright © 2020. All rights reserved.