public class BranchData2 extends java.lang.Object implements CopyableTo<BranchData2>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
nm |
protected PostalAddress6 |
pstlAdr |
| Constructor and Description |
|---|
BranchData2() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(BranchData2 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 |
getNm()
Gets the value of the nm property.
|
PostalAddress6 |
getPstlAdr()
Gets the value of the pstlAdr property.
|
int |
hashCode() |
BranchData2 |
setId(java.lang.String value)
Sets the value of the id property.
|
BranchData2 |
setNm(java.lang.String value)
Sets the value of the nm property.
|
BranchData2 |
setPstlAdr(PostalAddress6 value)
Sets the value of the pstlAdr property.
|
java.lang.String |
toString() |
protected java.lang.String id
protected java.lang.String nm
protected PostalAddress6 pstlAdr
public java.lang.String getId()
Stringpublic BranchData2 setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNm()
Stringpublic BranchData2 setNm(java.lang.String value)
value - allowed object is
Stringpublic PostalAddress6 getPstlAdr()
PostalAddress6public BranchData2 setPstlAdr(PostalAddress6 value)
value - allowed object is
PostalAddress6public 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(BranchData2 target)
CopyableToCopyableTo, then copyTo is invoked also in that attribute.copyTo in interface CopyableTo<BranchData2>target - the object where these attributes will be copied. may be null, in which case nothing happens.