public class PartyIdentification42 extends java.lang.Object implements CopyableTo<PartyIdentification42>
| Modifier and Type | Field and Description |
|---|---|
protected ContactDetails2 |
ctctDtls |
protected java.lang.String |
ctryOfRes |
protected Party10Choice |
id |
protected java.lang.String |
nm |
protected PostalAddress6 |
pstlAdr |
| Constructor and Description |
|---|
PartyIdentification42() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(PartyIdentification42 target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(java.lang.Object that) |
ContactDetails2 |
getCtctDtls()
Gets the value of the ctctDtls property.
|
java.lang.String |
getCtryOfRes()
Gets the value of the ctryOfRes property.
|
Party10Choice |
getId()
Gets the value of the id property.
|
java.lang.String |
getNm()
Gets the value of the nm property.
|
PostalAddress6 |
getPstlAdr()
Gets the value of the pstlAdr property.
|
int |
hashCode() |
PartyIdentification42 |
setCtctDtls(ContactDetails2 value)
Sets the value of the ctctDtls property.
|
PartyIdentification42 |
setCtryOfRes(java.lang.String value)
Sets the value of the ctryOfRes property.
|
PartyIdentification42 |
setId(Party10Choice value)
Sets the value of the id property.
|
PartyIdentification42 |
setNm(java.lang.String value)
Sets the value of the nm property.
|
PartyIdentification42 |
setPstlAdr(PostalAddress6 value)
Sets the value of the pstlAdr property.
|
java.lang.String |
toString() |
protected java.lang.String nm
protected PostalAddress6 pstlAdr
protected Party10Choice id
protected java.lang.String ctryOfRes
protected ContactDetails2 ctctDtls
public java.lang.String getNm()
Stringpublic PartyIdentification42 setNm(java.lang.String value)
value - allowed object is
Stringpublic PostalAddress6 getPstlAdr()
PostalAddress6public PartyIdentification42 setPstlAdr(PostalAddress6 value)
value - allowed object is
PostalAddress6public Party10Choice getId()
Party10Choicepublic PartyIdentification42 setId(Party10Choice value)
value - allowed object is
Party10Choicepublic java.lang.String getCtryOfRes()
Stringpublic PartyIdentification42 setCtryOfRes(java.lang.String value)
value - allowed object is
Stringpublic ContactDetails2 getCtctDtls()
ContactDetails2public PartyIdentification42 setCtctDtls(ContactDetails2 value)
value - allowed object is
ContactDetails2public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic final void copyTo(PartyIdentification42 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<PartyIdentification42>target - the object where these attributes will be copied. may be null, in which case nothing happens.