public static class PRICAT.SegGrp17.SegGrp36.SegGrp56 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="99" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-57" maxOccurs="999" 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-58" 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="CAV" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CAV-CharacteristicValue" maxOccurs="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-59" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<element name="PIA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PIA-AdditionalProductId" maxOccurs="99" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-60" 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="CAV" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CAV-CharacteristicValue" maxOccurs="99" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp57
Java class for anonymous complex type.
|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp58
Java class for anonymous complex type.
|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp59
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp56() |
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<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<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp57> getSegGrp57()
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 segGrp57 property.
For example, to add a new item, do as follows:
getSegGrp57().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp56 .SegGrp57
public List<PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp58> getSegGrp58()
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 segGrp58 property.
For example, to add a new item, do as follows:
getSegGrp58().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp56 .SegGrp58
public List<PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp59> getSegGrp59()
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 segGrp59 property.
For example, to add a new item, do as follows:
getSegGrp59().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp56 .SegGrp59
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withHYN(HYNHierarchyInformation value)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withPIA(PIAAdditionalProductId... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withPIA(Collection<PIAAdditionalProductId> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withQTY(QTYQuantity... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withQTY(Collection<QTYQuantity> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withFTX(FTXFreeText... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withFTX(Collection<FTXFreeText> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withSegGrp57(PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp57... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withSegGrp57(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp57> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withSegGrp58(PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp58... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withSegGrp58(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp58> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withSegGrp59(PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp59... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp56 withSegGrp59(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp56.SegGrp59> values)
Copyright © 2020. All rights reserved.