public static class CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 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="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<element name="BII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BII-StructureIdentification"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="5"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp9() |
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic BIIStructureIdentification getBII()
BIIStructureIdentificationpublic void setBII(BIIStructureIdentification value)
value - allowed object is
BIIStructureIdentificationpublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic 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 DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 withSEQ(SEQSequenceDetails value)
public CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 withBII(BIIStructureIdentification value)
public CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 withRFF(RFFReference value)
public CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 withGEI(GEIProcessingInformation... values)
public CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 withGEI(Collection<GEIProcessingInformation> values)
public CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 withDTM(DTMDateTimePeriod value)
public CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9 withIMD(IMDItemDescription value)
Copyright © 2020. All rights reserved.