public class PersonIdentificationSchemeName1Choice extends Object implements CopyableTo<PersonIdentificationSchemeName1Choice>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cd |
protected String |
prtry |
| Constructor and Description |
|---|
PersonIdentificationSchemeName1Choice() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(PersonIdentificationSchemeName1Choice target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(Object that) |
String |
getCd()
Gets the value of the cd property.
|
String |
getPrtry()
Gets the value of the prtry property.
|
int |
hashCode() |
PersonIdentificationSchemeName1Choice |
setCd(String value)
Sets the value of the cd property.
|
PersonIdentificationSchemeName1Choice |
setPrtry(String value)
Sets the value of the prtry property.
|
String |
toString() |
public PersonIdentificationSchemeName1Choice()
public PersonIdentificationSchemeName1Choice setCd(String value)
value - allowed object is
Stringpublic String getPrtry()
Stringpublic PersonIdentificationSchemeName1Choice setPrtry(String value)
value - allowed object is
Stringpublic final void copyTo(PersonIdentificationSchemeName1Choice target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<PersonIdentificationSchemeName1Choice>target - the object where these attributes will be copied. may be null, in which case nothing happens.