public final class Def1Union extends Object
| Constructor and Description |
|---|
Def1Union(BigInteger uint64)
Creates an instance of uint64.
|
Def1Union(Def1UnionEnum1 enumeration)
Creates an instance of enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
Def1UnionEnum1 |
enumeration()
Returns the attribute enumeration.
|
void |
enumeration(Def1UnionEnum1 enumeration)
Sets the attribute enumeration.
|
boolean |
equals(Object obj) |
static Def1Union |
fromString(String valInString)
Returns the object of def1Union fromString input String def1Union.
|
int |
hashCode() |
static Def1Union |
of(BigInteger value)
Returns the object of def1Union for type uint64.
|
static Def1Union |
of(Def1UnionEnum1 value)
Returns the object of def1Union for type enumeration.
|
String |
toString() |
BigInteger |
uint64()
Returns the attribute uint64.
|
void |
uint64(BigInteger uint64)
Sets the attribute uint64.
|
public Def1Union(BigInteger uint64)
uint64 - value of uint64public Def1Union(Def1UnionEnum1 enumeration)
enumeration - value of enumerationpublic static Def1Union of(BigInteger value)
value - value of def1Union for type uint64public static Def1Union of(Def1UnionEnum1 value)
value - value of def1Union for type enumerationpublic BigInteger uint64()
public Def1UnionEnum1 enumeration()
public void uint64(BigInteger uint64)
uint64 - value of uint64public void enumeration(Def1UnionEnum1 enumeration)
enumeration - value of enumerationCopyright © 2018. All rights reserved.