public static class PROTAP.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="IND" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IND-IndexDetails"/>
<element name="BII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BII-StructureIdentification" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" minOccurs="0"/>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
BIIStructureIdentification |
getBII()
Gets the value of the bii property.
|
IMDItemDescription |
getIMD()
Gets the value of the imd property.
|
INDIndexDetails |
getIND()
Gets the value of the ind property.
|
RCSRequirementsAndConditions |
getRCS()
Gets the value of the rcs property.
|
void |
setBII(BIIStructureIdentification value)
Sets the value of the bii property.
|
void |
setIMD(IMDItemDescription value)
Sets the value of the imd property.
|
void |
setIND(INDIndexDetails value)
Sets the value of the ind property.
|
void |
setRCS(RCSRequirementsAndConditions value)
Sets the value of the rcs property.
|
PROTAP.SegGrp7 |
withBII(BIIStructureIdentification value) |
PROTAP.SegGrp7 |
withIMD(IMDItemDescription value) |
PROTAP.SegGrp7 |
withIND(INDIndexDetails value) |
PROTAP.SegGrp7 |
withRCS(RCSRequirementsAndConditions value) |
public INDIndexDetails getIND()
INDIndexDetailspublic void setIND(INDIndexDetails value)
value - allowed object is
INDIndexDetailspublic BIIStructureIdentification getBII()
BIIStructureIdentificationpublic void setBII(BIIStructureIdentification value)
value - allowed object is
BIIStructureIdentificationpublic IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic PROTAP.SegGrp7 withIND(INDIndexDetails value)
public PROTAP.SegGrp7 withBII(BIIStructureIdentification value)
public PROTAP.SegGrp7 withIMD(IMDItemDescription value)
public PROTAP.SegGrp7 withRCS(RCSRequirementsAndConditions value)
Copyright © 2020. All rights reserved.