public class GenericPersonIdentification1 extends java.lang.Object implements CopyableTo<GenericPersonIdentification1>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
issr |
protected PersonIdentificationSchemeName1Choice |
schmeNm |
| Constructor and Description |
|---|
GenericPersonIdentification1() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(GenericPersonIdentification1 target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getIssr()
Gets the value of the issr property.
|
PersonIdentificationSchemeName1Choice |
getSchmeNm()
Gets the value of the schmeNm property.
|
int |
hashCode() |
GenericPersonIdentification1 |
setId(java.lang.String value)
Sets the value of the id property.
|
GenericPersonIdentification1 |
setIssr(java.lang.String value)
Sets the value of the issr property.
|
GenericPersonIdentification1 |
setSchmeNm(PersonIdentificationSchemeName1Choice value)
Sets the value of the schmeNm property.
|
java.lang.String |
toString() |
protected java.lang.String id
protected PersonIdentificationSchemeName1Choice schmeNm
protected java.lang.String issr
public java.lang.String getId()
Stringpublic GenericPersonIdentification1 setId(java.lang.String value)
value - allowed object is
Stringpublic PersonIdentificationSchemeName1Choice getSchmeNm()
PersonIdentificationSchemeName1Choicepublic GenericPersonIdentification1 setSchmeNm(PersonIdentificationSchemeName1Choice value)
value - allowed object is
PersonIdentificationSchemeName1Choicepublic java.lang.String getIssr()
Stringpublic GenericPersonIdentification1 setIssr(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(GenericPersonIdentification1 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<GenericPersonIdentification1>target - the object where these attributes will be copied. may be null, in which case nothing happens.