public class GenericOrganisationIdentification1 extends Object implements CopyableTo<GenericOrganisationIdentification1>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected 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(Object that) |
String |
getId()
Gets the value of the id property.
|
String |
getIssr()
Gets the value of the issr property.
|
OrganisationIdentificationSchemeName1Choice |
getSchmeNm()
Gets the value of the schmeNm property.
|
int |
hashCode() |
GenericOrganisationIdentification1 |
setId(String value)
Sets the value of the id property.
|
GenericOrganisationIdentification1 |
setIssr(String value)
Sets the value of the issr property.
|
GenericOrganisationIdentification1 |
setSchmeNm(OrganisationIdentificationSchemeName1Choice value)
Sets the value of the schmeNm property.
|
String |
toString() |
protected String id
protected OrganisationIdentificationSchemeName1Choice schmeNm
protected String issr
public GenericOrganisationIdentification1 setId(String value)
value - allowed object is
Stringpublic OrganisationIdentificationSchemeName1Choice getSchmeNm()
OrganisationIdentificationSchemeName1Choicepublic GenericOrganisationIdentification1 setSchmeNm(OrganisationIdentificationSchemeName1Choice value)
value - allowed object is
OrganisationIdentificationSchemeName1Choicepublic String getIssr()
Stringpublic GenericOrganisationIdentification1 setIssr(String value)
value - allowed object is
Stringpublic 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.