public class ClearingSystemIdentification2Choice extends Object implements CopyableTo<ClearingSystemIdentification2Choice>
Modifier and Type | Field and Description |
---|---|
protected String |
cd |
protected String |
prtry |
Constructor and Description |
---|
ClearingSystemIdentification2Choice() |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(ClearingSystemIdentification2Choice target)
Copy recursively all attributes of this object to target.
|
boolean |
equals(Object that) |
String |
getCd()
Gets the value of the cd property.
|
String |
getPrtry()
Gets the value of the prtry property.
|
int |
hashCode() |
ClearingSystemIdentification2Choice |
setCd(String value)
Sets the value of the cd property.
|
ClearingSystemIdentification2Choice |
setPrtry(String value)
Sets the value of the prtry property.
|
String |
toString() |
public ClearingSystemIdentification2Choice setCd(String value)
value
- allowed object is
String
public String getPrtry()
String
public ClearingSystemIdentification2Choice setPrtry(String value)
value
- allowed object is
String
public final void copyTo(ClearingSystemIdentification2Choice target)
CopyableTo
CopyableTo
, then copyTo is invoked also in that attribute.copyTo
in interface CopyableTo<ClearingSystemIdentification2Choice>
target
- the object where these attributes will be copied. may be null, in which case nothing happens.