public static class CONTEN.SegGrp22.SegGrp27.SegGrp28 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="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="3"/>
</sequence>
<element name="SegGrp-29" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ARD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARD-MonetaryAmountFunction"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONTEN.SegGrp22.SegGrp27.SegGrp28.SegGrp29
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp28() |
| Modifier and Type | Method and Description |
|---|---|
List<GEIProcessingInformation> |
getGEI()
Gets the value of the gei property.
|
PRIPriceDetails |
getPRI()
Gets the value of the pri property.
|
List<CONTEN.SegGrp22.SegGrp27.SegGrp28.SegGrp29> |
getSegGrp29()
Gets the value of the segGrp29 property.
|
void |
setPRI(PRIPriceDetails value)
Sets the value of the pri property.
|
CONTEN.SegGrp22.SegGrp27.SegGrp28 |
withGEI(Collection<GEIProcessingInformation> values) |
CONTEN.SegGrp22.SegGrp27.SegGrp28 |
withGEI(GEIProcessingInformation... values) |
CONTEN.SegGrp22.SegGrp27.SegGrp28 |
withPRI(PRIPriceDetails value) |
CONTEN.SegGrp22.SegGrp27.SegGrp28 |
withSegGrp29(Collection<CONTEN.SegGrp22.SegGrp27.SegGrp28.SegGrp29> values) |
CONTEN.SegGrp22.SegGrp27.SegGrp28 |
withSegGrp29(CONTEN.SegGrp22.SegGrp27.SegGrp28.SegGrp29... values) |
public PRIPriceDetails getPRI()
PRIPriceDetailspublic void setPRI(PRIPriceDetails value)
value - allowed object is
PRIPriceDetailspublic List<GEIProcessingInformation> getGEI()
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 gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
public List<CONTEN.SegGrp22.SegGrp27.SegGrp28.SegGrp29> getSegGrp29()
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 segGrp29 property.
For example, to add a new item, do as follows:
getSegGrp29().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp27 .SegGrp28 .SegGrp29
public CONTEN.SegGrp22.SegGrp27.SegGrp28 withPRI(PRIPriceDetails value)
public CONTEN.SegGrp22.SegGrp27.SegGrp28 withGEI(GEIProcessingInformation... values)
public CONTEN.SegGrp22.SegGrp27.SegGrp28 withGEI(Collection<GEIProcessingInformation> values)
public CONTEN.SegGrp22.SegGrp27.SegGrp28 withSegGrp29(CONTEN.SegGrp22.SegGrp27.SegGrp28.SegGrp29... values)
public CONTEN.SegGrp22.SegGrp27.SegGrp28 withSegGrp29(Collection<CONTEN.SegGrp22.SegGrp27.SegGrp28.SegGrp29> values)
Copyright © 2020. All rights reserved.