|
||||||||||
| 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.CreateSubscriptionRequest
public class CreateSubscriptionRequest
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
MaxNotificationsPerPublish
|
protected UnsignedByte |
Priority
|
protected Boolean |
PublishingEnabled
|
protected UnsignedInteger |
RequestedLifetimeCount
|
protected UnsignedInteger |
RequestedMaxKeepAliveCount
|
protected Double |
RequestedPublishingInterval
|
protected RequestHeader |
RequestHeader
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
CreateSubscriptionRequest()
|
|
CreateSubscriptionRequest(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
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 Double RequestedPublishingInterval
protected UnsignedInteger RequestedLifetimeCount
protected UnsignedInteger RequestedMaxKeepAliveCount
protected UnsignedInteger MaxNotificationsPerPublish
protected Boolean PublishingEnabled
protected UnsignedByte Priority
| Constructor Detail |
|---|
public CreateSubscriptionRequest()
public CreateSubscriptionRequest(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
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 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 Boolean getPublishingEnabled()
public void setPublishingEnabled(Boolean PublishingEnabled)
public UnsignedByte getPriority()
public void setPriority(UnsignedByte Priority)
public CreateSubscriptionRequest 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 | |||||||||