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