public static class IPPOMO.SegGrp13.SegGrp14 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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp14() |
| Modifier and Type | Method and Description |
|---|---|
ADRAddress |
getADR()
Gets the value of the adr property.
|
PNAPartyIdentification |
getPNA()
Gets the value of the pna property.
|
void |
setADR(ADRAddress value)
Sets the value of the adr property.
|
void |
setPNA(PNAPartyIdentification value)
Sets the value of the pna property.
|
IPPOMO.SegGrp13.SegGrp14 |
withADR(ADRAddress value) |
IPPOMO.SegGrp13.SegGrp14 |
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 IPPOMO.SegGrp13.SegGrp14 withPNA(PNAPartyIdentification value)
public IPPOMO.SegGrp13.SegGrp14 withADR(ADRAddress value)
Copyright © 2020. All rights reserved.