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/D07A}E3035-PartyFunctionCodeQualifier"/>
<element name="C206" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}C206-IdentificationNumber" minOccurs="0"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="E3403" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E3403-NameTypeCode" minOccurs="0"/>
<element name="E3397" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E3397-NameStatusCode" minOccurs="0"/>
<sequence>
<element name="C816" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}C816-NameComponentDetails" maxOccurs="4" minOccurs="0"/>
</sequence>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}E1229-ActionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PNAPartyIdentification() |
public E3035PartyFunctionCodeQualifier getE3035()
E3035PartyFunctionCodeQualifierpublic void setE3035(E3035PartyFunctionCodeQualifier value)
value - allowed object is
E3035PartyFunctionCodeQualifierpublic 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(E3035PartyFunctionCodeQualifier 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 © 2021. All rights reserved.