|
||||||||||
| 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.ModifySubscriptionRequest
public class ModifySubscriptionRequest
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
MaxNotificationsPerPublish
|
protected UnsignedByte |
Priority
|
protected UnsignedInteger |
RequestedLifetimeCount
|
protected UnsignedInteger |
RequestedMaxKeepAliveCount
|
protected Double |
RequestedPublishingInterval
|
protected RequestHeader |
RequestHeader
|
protected UnsignedInteger |
SubscriptionId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ModifySubscriptionRequest()
|
|
ModifySubscriptionRequest(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
|
|
| 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 RequestHeader RequestHeader
protected UnsignedInteger SubscriptionId
protected Double RequestedPublishingInterval
protected UnsignedInteger RequestedLifetimeCount
protected UnsignedInteger RequestedMaxKeepAliveCount
protected UnsignedInteger MaxNotificationsPerPublish
protected UnsignedByte Priority
| Constructor Detail |
|---|
public ModifySubscriptionRequest()
public ModifySubscriptionRequest(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
| Method Detail |
|---|
public RequestHeader getRequestHeader()
ServiceRequestgetRequestHeader.
getRequestHeader in interface ServiceRequestRequestHeader object.public void setRequestHeader(RequestHeader RequestHeader)
ServiceRequestsetRequestHeader.
setRequestHeader in interface ServiceRequestRequestHeader - a RequestHeader object.public UnsignedInteger getSubscriptionId()
public void setSubscriptionId(UnsignedInteger SubscriptionId)
public Double getRequestedPublishingInterval()
public void setRequestedPublishingInterval(Double RequestedPublishingInterval)
public UnsignedInteger getRequestedLifetimeCount()
public void setRequestedLifetimeCount(UnsignedInteger RequestedLifetimeCount)
public UnsignedInteger getRequestedMaxKeepAliveCount()
public void setRequestedMaxKeepAliveCount(UnsignedInteger RequestedMaxKeepAliveCount)
public UnsignedInteger getMaxNotificationsPerPublish()
public void setMaxNotificationsPerPublish(UnsignedInteger MaxNotificationsPerPublish)
public UnsignedByte getPriority()
public void setPriority(UnsignedByte Priority)
public ModifySubscriptionRequest 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 | |||||||||