public static class CONDRA.SegGrp5.SegGrp6.SegGrp7 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp8
Java class for anonymous complex type.
|
static class |
CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
RFFReference |
getRFF()
Gets the value of the rff property.
|
CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp8 |
getSegGrp8()
Gets the value of the segGrp8 property.
|
List<CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9> |
getSegGrp9()
Gets the value of the segGrp9 property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
void |
setSegGrp8(CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp8 value)
Sets the value of the segGrp8 property.
|
CONDRA.SegGrp5.SegGrp6.SegGrp7 |
withRFF(RFFReference value) |
CONDRA.SegGrp5.SegGrp6.SegGrp7 |
withSegGrp8(CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp8 value) |
CONDRA.SegGrp5.SegGrp6.SegGrp7 |
withSegGrp9(Collection<CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9> values) |
CONDRA.SegGrp5.SegGrp6.SegGrp7 |
withSegGrp9(CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9... values) |
public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp8 getSegGrp8()
.SegGrp6 .SegGrp7 .SegGrp8 public void setSegGrp8(CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp8 value)
value - allowed object is
.SegGrp6 .SegGrp7 .SegGrp8 public List<CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9> getSegGrp9()
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 segGrp9 property.
For example, to add a new item, do as follows:
getSegGrp9().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp7 .SegGrp9
public CONDRA.SegGrp5.SegGrp6.SegGrp7 withRFF(RFFReference value)
public CONDRA.SegGrp5.SegGrp6.SegGrp7 withSegGrp8(CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp8 value)
public CONDRA.SegGrp5.SegGrp6.SegGrp7 withSegGrp9(CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9... values)
public CONDRA.SegGrp5.SegGrp6.SegGrp7 withSegGrp9(Collection<CONDRA.SegGrp5.SegGrp6.SegGrp7.SegGrp9> values)
Copyright © 2020. All rights reserved.