public class PartyIdentification42 extends Object implements CopyableTo<PartyIdentification42>
Modifier and Type | Field and Description |
---|---|
protected ContactDetails2 |
ctctDtls |
protected String |
ctryOfRes |
protected Party10Choice |
id |
protected 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(Object that) |
ContactDetails2 |
getCtctDtls()
Gets the value of the ctctDtls property.
|
String |
getCtryOfRes()
Gets the value of the ctryOfRes property.
|
Party10Choice |
getId()
Gets the value of the id property.
|
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(String value)
Sets the value of the ctryOfRes property.
|
PartyIdentification42 |
setId(Party10Choice value)
Sets the value of the id property.
|
PartyIdentification42 |
setNm(String value)
Sets the value of the nm property.
|
PartyIdentification42 |
setPstlAdr(PostalAddress6 value)
Sets the value of the pstlAdr property.
|
String |
toString() |
protected String nm
protected PostalAddress6 pstlAdr
protected Party10Choice id
protected String ctryOfRes
protected ContactDetails2 ctctDtls
public PartyIdentification42 setNm(String value)
value
- allowed object is
String
public PostalAddress6 getPstlAdr()
PostalAddress6
public PartyIdentification42 setPstlAdr(PostalAddress6 value)
value
- allowed object is
PostalAddress6
public Party10Choice getId()
Party10Choice
public PartyIdentification42 setId(Party10Choice value)
value
- allowed object is
Party10Choice
public String getCtryOfRes()
String
public PartyIdentification42 setCtryOfRes(String value)
value
- allowed object is
String
public ContactDetails2 getCtctDtls()
ContactDetails2
public PartyIdentification42 setCtctDtls(ContactDetails2 value)
value
- allowed object is
ContactDetails2
public final void copyTo(PartyIdentification42 target)
CopyableTo
CopyableTo
, 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.