public static class PROSRV.SegGrp5.SegGrp6.SegGrp14 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="HYN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HYN-HierarchyInformation"/>
<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="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="ALI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALI-AdditionalInformation" maxOccurs="9" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-15" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<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>
<element name="SegGrp-16" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ALC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALC-AllowanceOrCharge"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="RTE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RTE-RateDetails" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-17" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TAX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TAX-DutyTaxFeeDetails"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-18" maxOccurs="9999" 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="CAV" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CAV-CharacteristicValue" maxOccurs="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp15
Java class for anonymous complex type.
|
static class |
PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp16
Java class for anonymous complex type.
|
static class |
PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp18
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp14() |
public HYNHierarchyInformation getHYN()
HYNHierarchyInformationpublic void setHYN(HYNHierarchyInformation value)
value - allowed object is
HYNHierarchyInformationpublic 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<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public List<ALIAdditionalInformation> getALI()
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 ali property.
For example, to add a new item, do as follows:
getALI().add(newItem);
Objects of the following type(s) are allowed in the list
ALIAdditionalInformation
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<PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp15> getSegGrp15()
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 segGrp15 property.
For example, to add a new item, do as follows:
getSegGrp15().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp14 .SegGrp15
public List<PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp16> getSegGrp16()
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 segGrp16 property.
For example, to add a new item, do as follows:
getSegGrp16().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp14 .SegGrp16
public List<PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp18> getSegGrp18()
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 segGrp18 property.
For example, to add a new item, do as follows:
getSegGrp18().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp14 .SegGrp18
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withHYN(HYNHierarchyInformation value)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withPIA(PIAAdditionalProductId... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withPIA(Collection<PIAAdditionalProductId> values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withIMD(IMDItemDescription... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withIMD(Collection<IMDItemDescription> values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withQTY(QTYQuantity... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withQTY(Collection<QTYQuantity> values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withALI(ALIAdditionalInformation... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withALI(Collection<ALIAdditionalInformation> values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withPRI(PRIPriceDetails... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withPRI(Collection<PRIPriceDetails> values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withSegGrp15(PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp15... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withSegGrp15(Collection<PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp15> values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withSegGrp16(PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp16... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withSegGrp16(Collection<PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp16> values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withSegGrp18(PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp18... values)
public PROSRV.SegGrp5.SegGrp6.SegGrp14 withSegGrp18(Collection<PROSRV.SegGrp5.SegGrp6.SegGrp14.SegGrp18> values)
Copyright © 2020. All rights reserved.