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