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