public static class IMPDEF.SegGrp3.SegGrp8 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="ELU" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ELU-DataElementUsageDetails"/>
<element name="ELM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ELM-SimpleDataElementDetails" minOccurs="0"/>
<element name="EDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EDT-EditingDetails" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp8() |
public ELUDataElementUsageDetails getELU()
ELUDataElementUsageDetailspublic void setELU(ELUDataElementUsageDetails value)
value - allowed object is
ELUDataElementUsageDetailspublic ELMSimpleDataElementDetails getELM()
ELMSimpleDataElementDetailspublic void setELM(ELMSimpleDataElementDetails value)
value - allowed object is
ELMSimpleDataElementDetailspublic EDTEditingDetails getEDT()
EDTEditingDetailspublic void setEDT(EDTEditingDetails value)
value - allowed object is
EDTEditingDetailspublic 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<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<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public IMPDEF.SegGrp3.SegGrp8 withELU(ELUDataElementUsageDetails value)
public IMPDEF.SegGrp3.SegGrp8 withELM(ELMSimpleDataElementDetails value)
public IMPDEF.SegGrp3.SegGrp8 withEDT(EDTEditingDetails value)
public IMPDEF.SegGrp3.SegGrp8 withIMD(IMDItemDescription... values)
public IMPDEF.SegGrp3.SegGrp8 withIMD(Collection<IMDItemDescription> values)
public IMPDEF.SegGrp3.SegGrp8 withGEI(GEIProcessingInformation... values)
public IMPDEF.SegGrp3.SegGrp8 withGEI(Collection<GEIProcessingInformation> values)
public IMPDEF.SegGrp3.SegGrp8 withFTX(FTXFreeText... values)
public IMPDEF.SegGrp3.SegGrp8 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.