public class PNAPartyIdentification extends Object
Java class for PNA-PartyIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PNA-PartyIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3035" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3035-PartyFunctionCodeQualifier"/>
<element name="C206" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C206-IdentificationNumber" minOccurs="0"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="E3403" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3403-NameTypeCode" minOccurs="0"/>
<element name="E3397" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3397-NameStatusCode" minOccurs="0"/>
<sequence>
<element name="C816" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C816-NameComponentDetails" maxOccurs="4" minOccurs="0"/>
</sequence>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PNAPartyIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C206IdentificationNumber |
getC206()
Gets the value of the c206 property.
|
List<C816NameComponentDetails> |
getC816()
Gets the value of the c816 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
String |
getE3035()
Gets the value of the e3035 property.
|
String |
getE3397()
Gets the value of the e3397 property.
|
String |
getE3403()
Gets the value of the e3403 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC206(C206IdentificationNumber value)
Sets the value of the c206 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
void |
setE3035(String value)
Sets the value of the e3035 property.
|
void |
setE3397(String value)
Sets the value of the e3397 property.
|
void |
setE3403(String value)
Sets the value of the e3403 property.
|
PNAPartyIdentification |
withC082(C082PartyIdentificationDetails value) |
PNAPartyIdentification |
withC206(C206IdentificationNumber value) |
PNAPartyIdentification |
withC816(C816NameComponentDetails... values) |
PNAPartyIdentification |
withC816(Collection<C816NameComponentDetails> values) |
PNAPartyIdentification |
withE1229(String value) |
PNAPartyIdentification |
withE3035(String value) |
PNAPartyIdentification |
withE3397(String value) |
PNAPartyIdentification |
withE3403(String value) |
public String getE3035()
Stringpublic void setE3035(String value)
value - allowed object is
Stringpublic C206IdentificationNumber getC206()
C206IdentificationNumberpublic void setC206(C206IdentificationNumber value)
value - allowed object is
C206IdentificationNumberpublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic String getE3403()
Stringpublic void setE3403(String value)
value - allowed object is
Stringpublic String getE3397()
Stringpublic void setE3397(String value)
value - allowed object is
Stringpublic List<C816NameComponentDetails> getC816()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the c816 property.
For example, to add a new item, do as follows:
getC816().add(newItem);
Objects of the following type(s) are allowed in the list
C816NameComponentDetails
public String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic PNAPartyIdentification withE3035(String value)
public PNAPartyIdentification withC206(C206IdentificationNumber value)
public PNAPartyIdentification withC082(C082PartyIdentificationDetails value)
public PNAPartyIdentification withE3403(String value)
public PNAPartyIdentification withE3397(String value)
public PNAPartyIdentification withC816(C816NameComponentDetails... values)
public PNAPartyIdentification withC816(Collection<C816NameComponentDetails> values)
public PNAPartyIdentification withE1229(String value)
Copyright © 2020. All rights reserved.