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