public static class CONITT.SegGrp22.SegGrp27 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="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="3" minOccurs="0"/>
<element name="APR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}APR-AdditionalPriceInformation" minOccurs="0"/>
</sequence>
<element name="SegGrp-28" maxOccurs="3" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONITT.SegGrp22.SegGrp27.SegGrp28
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp27() |
| Modifier and Type | Method and Description |
|---|---|
APRAdditionalPriceInformation |
getAPR()
Gets the value of the apr property.
|
List<GEIProcessingInformation> |
getGEI()
Gets the value of the gei property.
|
QTYQuantity |
getQTY()
Gets the value of the qty property.
|
List<CONITT.SegGrp22.SegGrp27.SegGrp28> |
getSegGrp28()
Gets the value of the segGrp28 property.
|
void |
setAPR(APRAdditionalPriceInformation value)
Sets the value of the apr property.
|
void |
setQTY(QTYQuantity value)
Sets the value of the qty property.
|
CONITT.SegGrp22.SegGrp27 |
withAPR(APRAdditionalPriceInformation value) |
CONITT.SegGrp22.SegGrp27 |
withGEI(Collection<GEIProcessingInformation> values) |
CONITT.SegGrp22.SegGrp27 |
withGEI(GEIProcessingInformation... values) |
CONITT.SegGrp22.SegGrp27 |
withQTY(QTYQuantity value) |
CONITT.SegGrp22.SegGrp27 |
withSegGrp28(Collection<CONITT.SegGrp22.SegGrp27.SegGrp28> values) |
CONITT.SegGrp22.SegGrp27 |
withSegGrp28(CONITT.SegGrp22.SegGrp27.SegGrp28... values) |
public QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic 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 APRAdditionalPriceInformation getAPR()
APRAdditionalPriceInformationpublic void setAPR(APRAdditionalPriceInformation value)
value - allowed object is
APRAdditionalPriceInformationpublic List<CONITT.SegGrp22.SegGrp27.SegGrp28> getSegGrp28()
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 segGrp28 property.
For example, to add a new item, do as follows:
getSegGrp28().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp27 .SegGrp28
public CONITT.SegGrp22.SegGrp27 withQTY(QTYQuantity value)
public CONITT.SegGrp22.SegGrp27 withGEI(GEIProcessingInformation... values)
public CONITT.SegGrp22.SegGrp27 withGEI(Collection<GEIProcessingInformation> values)
public CONITT.SegGrp22.SegGrp27 withAPR(APRAdditionalPriceInformation value)
public CONITT.SegGrp22.SegGrp27 withSegGrp28(CONITT.SegGrp22.SegGrp27.SegGrp28... values)
public CONITT.SegGrp22.SegGrp27 withSegGrp28(Collection<CONITT.SegGrp22.SegGrp27.SegGrp28> values)
Copyright © 2020. All rights reserved.