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