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