public static class CONITT.SegGrp22.SegGrp31 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="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
<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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp31() |
| Modifier and Type | Method and Description |
|---|---|
BIIStructureIdentification |
getBII()
Gets the value of the bii property.
|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
RCSRequirementsAndConditions |
getRCS()
Gets the value of the rcs property.
|
void |
setBII(BIIStructureIdentification value)
Sets the value of the bii property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
void |
setRCS(RCSRequirementsAndConditions value)
Sets the value of the rcs property.
|
CONITT.SegGrp22.SegGrp31 |
withBII(BIIStructureIdentification value) |
CONITT.SegGrp22.SegGrp31 |
withGEI(GEIProcessingInformation value) |
CONITT.SegGrp22.SegGrp31 |
withRCS(RCSRequirementsAndConditions value) |
public RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic BIIStructureIdentification getBII()
BIIStructureIdentificationpublic void setBII(BIIStructureIdentification value)
value - allowed object is
BIIStructureIdentificationpublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic CONITT.SegGrp22.SegGrp31 withRCS(RCSRequirementsAndConditions value)
public CONITT.SegGrp22.SegGrp31 withBII(BIIStructureIdentification value)
public CONITT.SegGrp22.SegGrp31 withGEI(GEIProcessingInformation value)
Copyright © 2020. All rights reserved.