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