public static class CONDRO.SegGrp5 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="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="99" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="EFI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EFI-ExternalFileLinkIdentification"/>
<element name="CED" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CED-ComputerEnvironmentDetails" maxOccurs="10" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONDRO.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
public DOCDocumentMessageDetails getDOC()
DOCDocumentMessageDetailspublic void setDOC(DOCDocumentMessageDetails value)
value - allowed object is
DOCDocumentMessageDetailspublic 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 RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic MEAMeasurements getMEA()
MEAMeasurementspublic void setMEA(MEAMeasurements value)
value - allowed object is
MEAMeasurementspublic List<CONDRO.SegGrp5.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6
public CONDRO.SegGrp5 withDOC(DOCDocumentMessageDetails value)
public CONDRO.SegGrp5 withINP(INPPartiesAndInstruction... values)
public CONDRO.SegGrp5 withINP(Collection<INPPartiesAndInstruction> values)
public CONDRO.SegGrp5 withRFF(RFFReference value)
public CONDRO.SegGrp5 withMEA(MEAMeasurements value)
public CONDRO.SegGrp5 withSegGrp6(CONDRO.SegGrp5.SegGrp6... values)
public CONDRO.SegGrp5 withSegGrp6(Collection<CONDRO.SegGrp5.SegGrp6> values)
Copyright © 2020. All rights reserved.