public static class CONDRA.SegGrp5.SegGrp6 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="BII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BII-StructureIdentification"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="5" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="10" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="10" minOccurs="0"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" minOccurs="0"/>
<element name="AUT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AUT-AuthenticationResult" maxOccurs="2" minOccurs="0"/>
<element name="AGR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AGR-AgreementIdentification" maxOccurs="2" minOccurs="0"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="10" minOccurs="0"/>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions" maxOccurs="10" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="5" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" maxOccurs="5" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" minOccurs="0"/>
</sequence>
<element name="SegGrp-7" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
</sequence>
<element name="SegGrp-8" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-9" maxOccurs="999" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONDRA.SegGrp5.SegGrp6.SegGrp7
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp6() |
public BIIStructureIdentification getBII()
BIIStructureIdentificationpublic void setBII(BIIStructureIdentification value)
value - allowed object is
BIIStructureIdentificationpublic 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<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic List<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public CTAContactInformation getCTA()
CTAContactInformationpublic void setCTA(CTAContactInformation value)
value - allowed object is
CTAContactInformationpublic List<AUTAuthenticationResult> getAUT()
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 aut property.
For example, to add a new item, do as follows:
getAUT().add(newItem);
Objects of the following type(s) are allowed in the list
AUTAuthenticationResult
public List<AGRAgreementIdentification> getAGR()
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 agr property.
For example, to add a new item, do as follows:
getAGR().add(newItem);
Objects of the following type(s) are allowed in the list
AGRAgreementIdentification
public List<INPPartiesAndInstruction> getINP()
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 inp property.
For example, to add a new item, do as follows:
getINP().add(newItem);
Objects of the following type(s) are allowed in the list
INPPartiesAndInstruction
public List<RCSRequirementsAndConditions> getRCS()
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 rcs property.
For example, to add a new item, do as follows:
getRCS().add(newItem);
Objects of the following type(s) are allowed in the list
RCSRequirementsAndConditions
public List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public List<DIMDimensions> getDIM()
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 dim property.
For example, to add a new item, do as follows:
getDIM().add(newItem);
Objects of the following type(s) are allowed in the list
DIMDimensions
public MEAMeasurements getMEA()
MEAMeasurementspublic void setMEA(MEAMeasurements value)
value - allowed object is
MEAMeasurementspublic List<CONDRA.SegGrp5.SegGrp6.SegGrp7> getSegGrp7()
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 segGrp7 property.
For example, to add a new item, do as follows:
getSegGrp7().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp7
public CONDRA.SegGrp5.SegGrp6 withBII(BIIStructureIdentification value)
public CONDRA.SegGrp5.SegGrp6 withGEI(GEIProcessingInformation... values)
public CONDRA.SegGrp5.SegGrp6 withGEI(Collection<GEIProcessingInformation> values)
public CONDRA.SegGrp5.SegGrp6 withDTM(DTMDateTimePeriod... values)
public CONDRA.SegGrp5.SegGrp6 withDTM(Collection<DTMDateTimePeriod> values)
public CONDRA.SegGrp5.SegGrp6 withIMD(IMDItemDescription value)
public CONDRA.SegGrp5.SegGrp6 withQTY(QTYQuantity... values)
public CONDRA.SegGrp5.SegGrp6 withQTY(Collection<QTYQuantity> values)
public CONDRA.SegGrp5.SegGrp6 withCTA(CTAContactInformation value)
public CONDRA.SegGrp5.SegGrp6 withAUT(AUTAuthenticationResult... values)
public CONDRA.SegGrp5.SegGrp6 withAUT(Collection<AUTAuthenticationResult> values)
public CONDRA.SegGrp5.SegGrp6 withAGR(AGRAgreementIdentification... values)
public CONDRA.SegGrp5.SegGrp6 withAGR(Collection<AGRAgreementIdentification> values)
public CONDRA.SegGrp5.SegGrp6 withINP(INPPartiesAndInstruction... values)
public CONDRA.SegGrp5.SegGrp6 withINP(Collection<INPPartiesAndInstruction> values)
public CONDRA.SegGrp5.SegGrp6 withRCS(RCSRequirementsAndConditions... values)
public CONDRA.SegGrp5.SegGrp6 withRCS(Collection<RCSRequirementsAndConditions> values)
public CONDRA.SegGrp5.SegGrp6 withLOC(LOCPlaceLocationIdentification... values)
public CONDRA.SegGrp5.SegGrp6 withLOC(Collection<LOCPlaceLocationIdentification> values)
public CONDRA.SegGrp5.SegGrp6 withDIM(DIMDimensions... values)
public CONDRA.SegGrp5.SegGrp6 withDIM(Collection<DIMDimensions> values)
public CONDRA.SegGrp5.SegGrp6 withMEA(MEAMeasurements value)
public CONDRA.SegGrp5.SegGrp6 withSegGrp7(CONDRA.SegGrp5.SegGrp6.SegGrp7... values)
public CONDRA.SegGrp5.SegGrp6 withSegGrp7(Collection<CONDRA.SegGrp5.SegGrp6.SegGrp7> values)
Copyright © 2020. All rights reserved.