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