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