public static class BUSCRD.SegGrp3.SegGrp4.SegGrp12 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="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="99" minOccurs="0"/>
<element name="CAV" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CAV-CharacteristicValue" maxOccurs="99" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-13" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="ARD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARD-MonetaryAmountFunction" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BUSCRD.SegGrp3.SegGrp4.SegGrp12.SegGrp13
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp12() |
public GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic 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<CAVCharacteristicValue> getCAV()
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 cav property.
For example, to add a new item, do as follows:
getCAV().add(newItem);
Objects of the following type(s) are allowed in the list
CAVCharacteristicValue
public PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic EQNNumberOfUnits getEQN()
EQNNumberOfUnitspublic void setEQN(EQNNumberOfUnits value)
value - allowed object is
EQNNumberOfUnitspublic List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<BUSCRD.SegGrp3.SegGrp4.SegGrp12.SegGrp13> getSegGrp13()
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 segGrp13 property.
For example, to add a new item, do as follows:
getSegGrp13().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp12 .SegGrp13
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withGEI(GEIProcessingInformation value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withIMD(IMDItemDescription... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withIMD(Collection<IMDItemDescription> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withCAV(CAVCharacteristicValue... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withCAV(Collection<CAVCharacteristicValue> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withPCD(PCDPercentageDetails value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withEQN(EQNNumberOfUnits value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withRFF(RFFReference... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withRFF(Collection<RFFReference> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withSegGrp13(BUSCRD.SegGrp3.SegGrp4.SegGrp12.SegGrp13... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp12 withSegGrp13(Collection<BUSCRD.SegGrp3.SegGrp4.SegGrp12.SegGrp13> values)
Copyright © 2020. All rights reserved.