public final class Encoding extends Object
| Constructor and Description |
|---|
Encoding(Class<? extends Encodings> identityref)
Creates an instance of identityref.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Encoding |
fromString(String valInString)
Returns the object of encoding fromString input String encoding.
|
int |
hashCode() |
Class<? extends Encodings> |
identityref()
Returns the attribute identityref.
|
void |
identityref(Class<? extends Encodings> identityref)
Sets the attribute identityref.
|
static Encoding |
of(Class<? extends Encodings> value)
Returns the object of encoding for type identityref.
|
String |
toString() |
public static Encoding of(Class<? extends Encodings> value)
value - value of encoding for type identityrefpublic Class<? extends Encodings> identityref()
public void identityref(Class<? extends Encodings> identityref)
identityref - value of identityrefCopyright © 2018. All rights reserved.