public static class CONEST.SegGrp22.SegGrp25.SegGrp26 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="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="5" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp26() |
| Modifier and Type | Method and Description |
|---|---|
List<GEIProcessingInformation> |
getGEI()
Gets the value of the gei property.
|
IMDItemDescription |
getIMD()
Gets the value of the imd property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
void |
setIMD(IMDItemDescription value)
Sets the value of the imd property.
|
CONEST.SegGrp22.SegGrp25.SegGrp26 |
withGEI(Collection<GEIProcessingInformation> values) |
CONEST.SegGrp22.SegGrp25.SegGrp26 |
withGEI(GEIProcessingInformation... values) |
CONEST.SegGrp22.SegGrp25.SegGrp26 |
withIMD(IMDItemDescription value) |
CONEST.SegGrp22.SegGrp25.SegGrp26 |
withRFF(Collection<RFFReference> values) |
CONEST.SegGrp22.SegGrp25.SegGrp26 |
withRFF(RFFReference... values) |
public IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic 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<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 CONEST.SegGrp22.SegGrp25.SegGrp26 withIMD(IMDItemDescription value)
public CONEST.SegGrp22.SegGrp25.SegGrp26 withRFF(RFFReference... values)
public CONEST.SegGrp22.SegGrp25.SegGrp26 withRFF(Collection<RFFReference> values)
public CONEST.SegGrp22.SegGrp25.SegGrp26 withGEI(GEIProcessingInformation... values)
public CONEST.SegGrp22.SegGrp25.SegGrp26 withGEI(Collection<GEIProcessingInformation> values)
Copyright © 2020. All rights reserved.