public static class SSRECH.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="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" minOccurs="0"/>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
ADRAddress |
getADR()
Gets the value of the adr property.
|
GIRRelatedIdentificationNumbers |
getGIR()
Gets the value of the gir property.
|
PNAPartyIdentification |
getPNA()
Gets the value of the pna property.
|
void |
setADR(ADRAddress value)
Sets the value of the adr property.
|
void |
setGIR(GIRRelatedIdentificationNumbers value)
Sets the value of the gir property.
|
void |
setPNA(PNAPartyIdentification value)
Sets the value of the pna property.
|
SSRECH.SegGrp2 |
withADR(ADRAddress value) |
SSRECH.SegGrp2 |
withGIR(GIRRelatedIdentificationNumbers value) |
SSRECH.SegGrp2 |
withPNA(PNAPartyIdentification value) |
public PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic ADRAddress getADR()
ADRAddresspublic void setADR(ADRAddress value)
value - allowed object is
ADRAddresspublic GIRRelatedIdentificationNumbers getGIR()
GIRRelatedIdentificationNumberspublic void setGIR(GIRRelatedIdentificationNumbers value)
value - allowed object is
GIRRelatedIdentificationNumberspublic SSRECH.SegGrp2 withPNA(PNAPartyIdentification value)
public SSRECH.SegGrp2 withADR(ADRAddress value)
public SSRECH.SegGrp2 withGIR(GIRRelatedIdentificationNumbers value)
Copyright © 2020. All rights reserved.