public static class CONTEN.SegGrp1 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="IND" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IND-IndexDetails"/>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
</sequence>
<element name="SegGrp-2">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
</sequence>
<element name="SegGrp-3">
<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="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONTEN.SegGrp1.SegGrp2
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp1() |
| Modifier and Type | Method and Description |
|---|---|
INDIndexDetails |
getIND()
Gets the value of the ind property.
|
RCSRequirementsAndConditions |
getRCS()
Gets the value of the rcs property.
|
CONTEN.SegGrp1.SegGrp2 |
getSegGrp2()
Gets the value of the segGrp2 property.
|
void |
setIND(INDIndexDetails value)
Sets the value of the ind property.
|
void |
setRCS(RCSRequirementsAndConditions value)
Sets the value of the rcs property.
|
void |
setSegGrp2(CONTEN.SegGrp1.SegGrp2 value)
Sets the value of the segGrp2 property.
|
CONTEN.SegGrp1 |
withIND(INDIndexDetails value) |
CONTEN.SegGrp1 |
withRCS(RCSRequirementsAndConditions value) |
CONTEN.SegGrp1 |
withSegGrp2(CONTEN.SegGrp1.SegGrp2 value) |
public INDIndexDetails getIND()
INDIndexDetailspublic void setIND(INDIndexDetails value)
value - allowed object is
INDIndexDetailspublic RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic CONTEN.SegGrp1.SegGrp2 getSegGrp2()
.SegGrp2 public void setSegGrp2(CONTEN.SegGrp1.SegGrp2 value)
value - allowed object is
.SegGrp2 public CONTEN.SegGrp1 withIND(INDIndexDetails value)
public CONTEN.SegGrp1 withRCS(RCSRequirementsAndConditions value)
public CONTEN.SegGrp1 withSegGrp2(CONTEN.SegGrp1.SegGrp2 value)
Copyright © 2020. All rights reserved.