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