public static class PRODAT.SegGrp2 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="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
<element name="PIA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PIA-AdditionalProductId" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
List<PIAAdditionalProductId> |
getPIA()
Gets the value of the pia property.
|
RCSRequirementsAndConditions |
getRCS()
Gets the value of the rcs property.
|
void |
setRCS(RCSRequirementsAndConditions value)
Sets the value of the rcs property.
|
PRODAT.SegGrp2 |
withPIA(Collection<PIAAdditionalProductId> values) |
PRODAT.SegGrp2 |
withPIA(PIAAdditionalProductId... values) |
PRODAT.SegGrp2 |
withRCS(RCSRequirementsAndConditions value) |
public RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic 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 PRODAT.SegGrp2 withRCS(RCSRequirementsAndConditions value)
public PRODAT.SegGrp2 withPIA(PIAAdditionalProductId... values)
public PRODAT.SegGrp2 withPIA(Collection<PIAAdditionalProductId> values)
Copyright © 2020. All rights reserved.