public static class LREACT.SegGrp1.SegGrp3 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="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp3() |
| Modifier and Type | Method and Description |
|---|---|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
PNAPartyIdentification |
getPNA()
Gets the value of the pna property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
void |
setPNA(PNAPartyIdentification value)
Sets the value of the pna property.
|
LREACT.SegGrp1.SegGrp3 |
withLOC(LOCPlaceLocationIdentification value) |
LREACT.SegGrp1.SegGrp3 |
withPCD(PCDPercentageDetails value) |
LREACT.SegGrp1.SegGrp3 |
withPNA(PNAPartyIdentification value) |
public PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic LREACT.SegGrp1.SegGrp3 withPCD(PCDPercentageDetails value)
public LREACT.SegGrp1.SegGrp3 withPNA(PNAPartyIdentification value)
public LREACT.SegGrp1.SegGrp3 withLOC(LOCPlaceLocationIdentification value)
Copyright © 2020. All rights reserved.