public final class PhysAddress extends Object
| Constructor and Description |
|---|
PhysAddress(String string)
Creates an instance of string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PhysAddress |
fromString(String valInString)
Returns the object of physAddress fromString input String physAddress.
|
int |
hashCode() |
static PhysAddress |
of(String value)
Returns the object of physAddress for type string.
|
String |
string()
Returns the attribute string.
|
void |
string(String string)
Sets the attribute string.
|
String |
toString() |
public PhysAddress(String string)
string - value of stringpublic static PhysAddress of(String value)
value - value of physAddress for type stringpublic String string()
public void string(String string)
string - value of stringpublic static PhysAddress fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.