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