|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.CreateSubscriptionResponse
public class CreateSubscriptionResponse
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected ResponseHeader |
ResponseHeader
|
protected UnsignedInteger |
RevisedLifetimeCount
|
protected UnsignedInteger |
RevisedMaxKeepAliveCount
|
protected Double |
RevisedPublishingInterval
|
protected UnsignedInteger |
SubscriptionId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
CreateSubscriptionResponse()
|
|
CreateSubscriptionResponse(ResponseHeader ResponseHeader,
UnsignedInteger SubscriptionId,
Double RevisedPublishingInterval,
UnsignedInteger RevisedLifetimeCount,
UnsignedInteger RevisedMaxKeepAliveCount)
|
|
| Method Summary | |
|---|---|
CreateSubscriptionResponse |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
ResponseHeader |
getResponseHeader()
getResponseHeader. |
UnsignedInteger |
getRevisedLifetimeCount()
|
UnsignedInteger |
getRevisedMaxKeepAliveCount()
|
Double |
getRevisedPublishingInterval()
|
UnsignedInteger |
getSubscriptionId()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setResponseHeader(ResponseHeader ResponseHeader)
setResponseHeader. |
void |
setRevisedLifetimeCount(UnsignedInteger RevisedLifetimeCount)
|
void |
setRevisedMaxKeepAliveCount(UnsignedInteger RevisedMaxKeepAliveCount)
|
void |
setRevisedPublishingInterval(Double RevisedPublishingInterval)
|
void |
setSubscriptionId(UnsignedInteger SubscriptionId)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected ResponseHeader ResponseHeader
protected UnsignedInteger SubscriptionId
protected Double RevisedPublishingInterval
protected UnsignedInteger RevisedLifetimeCount
protected UnsignedInteger RevisedMaxKeepAliveCount
| Constructor Detail |
|---|
public CreateSubscriptionResponse()
public CreateSubscriptionResponse(ResponseHeader ResponseHeader,
UnsignedInteger SubscriptionId,
Double RevisedPublishingInterval,
UnsignedInteger RevisedLifetimeCount,
UnsignedInteger RevisedMaxKeepAliveCount)
| Method Detail |
|---|
public ResponseHeader getResponseHeader()
ServiceResponsegetResponseHeader.
getResponseHeader in interface ServiceResponseResponseHeader object.public void setResponseHeader(ResponseHeader ResponseHeader)
ServiceResponsesetResponseHeader.
setResponseHeader in interface ServiceResponseResponseHeader - a ResponseHeader object.public UnsignedInteger getSubscriptionId()
public void setSubscriptionId(UnsignedInteger SubscriptionId)
public Double getRevisedPublishingInterval()
public void setRevisedPublishingInterval(Double RevisedPublishingInterval)
public UnsignedInteger getRevisedLifetimeCount()
public void setRevisedLifetimeCount(UnsignedInteger RevisedLifetimeCount)
public UnsignedInteger getRevisedMaxKeepAliveCount()
public void setRevisedMaxKeepAliveCount(UnsignedInteger RevisedMaxKeepAliveCount)
public CreateSubscriptionResponse clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructureExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructureExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructureExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||