public static class PROTAP.SegGrp1.SegGrp2 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="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
GIRRelatedIdentificationNumbers |
getGIR()
Gets the value of the gir property.
|
RELRelationship |
getREL()
Gets the value of the rel property.
|
void |
setGIR(GIRRelatedIdentificationNumbers value)
Sets the value of the gir property.
|
void |
setREL(RELRelationship value)
Sets the value of the rel property.
|
PROTAP.SegGrp1.SegGrp2 |
withGIR(GIRRelatedIdentificationNumbers value) |
PROTAP.SegGrp1.SegGrp2 |
withREL(RELRelationship value) |
public GIRRelatedIdentificationNumbers getGIR()
GIRRelatedIdentificationNumberspublic void setGIR(GIRRelatedIdentificationNumbers value)
value - allowed object is
GIRRelatedIdentificationNumberspublic RELRelationship getREL()
RELRelationshippublic void setREL(RELRelationship value)
value - allowed object is
RELRelationshippublic PROTAP.SegGrp1.SegGrp2 withGIR(GIRRelatedIdentificationNumbers value)
public PROTAP.SegGrp1.SegGrp2 withREL(RELRelationship value)
Copyright © 2020. All rights reserved.