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