public static class MSCONS.SegGrp5.SegGrp6.SegGrp9 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="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
<element name="PIA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PIA-AdditionalProductId" maxOccurs="9" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="9999">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-11" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CCI-CharacteristicClassId"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="99" minOccurs="0"/>
<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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp10
Java class for anonymous complex type.
|
static class |
MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp11
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp9() |
public LINLineItem getLIN()
LINLineItempublic void setLIN(LINLineItem value)
value - allowed object is
LINLineItempublic 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<PRIPriceDetails> getPRI()
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 pri property.
For example, to add a new item, do as follows:
getPRI().add(newItem);
Objects of the following type(s) are allowed in the list
PRIPriceDetails
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<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<MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp10> getSegGrp10()
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 segGrp10 property.
For example, to add a new item, do as follows:
getSegGrp10().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp9 .SegGrp10
public List<MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp11> getSegGrp11()
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 segGrp11 property.
For example, to add a new item, do as follows:
getSegGrp11().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp9 .SegGrp11
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withLIN(LINLineItem value)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withPIA(PIAAdditionalProductId... values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withPIA(Collection<PIAAdditionalProductId> values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withIMD(IMDItemDescription... values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withIMD(Collection<IMDItemDescription> values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withPRI(PRIPriceDetails... values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withPRI(Collection<PRIPriceDetails> values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withNAD(NADNameAndAddress... values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withNAD(Collection<NADNameAndAddress> values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withMOA(MOAMonetaryAmount... values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withMOA(Collection<MOAMonetaryAmount> values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withSegGrp10(MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp10... values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withSegGrp10(Collection<MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp10> values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withSegGrp11(MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp11... values)
public MSCONS.SegGrp5.SegGrp6.SegGrp9 withSegGrp11(Collection<MSCONS.SegGrp5.SegGrp6.SegGrp9.SegGrp11> values)
Copyright © 2020. All rights reserved.