org.opcfoundation.ua.core
Class CreateSubscriptionRequest

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.CreateSubscriptionRequest
All Implemented Interfaces:
Cloneable, ServiceRequest, Structure, IEncodeable

public class CreateSubscriptionRequest
extends AbstractStructure
implements ServiceRequest


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)
           
 
Method Summary
 CreateSubscriptionRequest clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 UnsignedInteger getMaxNotificationsPerPublish()
           
 UnsignedByte getPriority()
           
 Boolean getPublishingEnabled()
           
 UnsignedInteger getRequestedLifetimeCount()
           
 UnsignedInteger getRequestedMaxKeepAliveCount()
           
 Double getRequestedPublishingInterval()
           
 RequestHeader getRequestHeader()
          getRequestHeader.
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setMaxNotificationsPerPublish(UnsignedInteger MaxNotificationsPerPublish)
           
 void setPriority(UnsignedByte Priority)
           
 void setPublishingEnabled(Boolean PublishingEnabled)
           
 void setRequestedLifetimeCount(UnsignedInteger RequestedLifetimeCount)
           
 void setRequestedMaxKeepAliveCount(UnsignedInteger RequestedMaxKeepAliveCount)
           
 void setRequestedPublishingInterval(Double RequestedPublishingInterval)
           
 void setRequestHeader(RequestHeader RequestHeader)
          setRequestHeader.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final ExpandedNodeId ID

BINARY

public static final ExpandedNodeId BINARY

XML

public static final ExpandedNodeId XML

RequestHeader

protected RequestHeader RequestHeader

RequestedPublishingInterval

protected Double RequestedPublishingInterval

RequestedLifetimeCount

protected UnsignedInteger RequestedLifetimeCount

RequestedMaxKeepAliveCount

protected UnsignedInteger RequestedMaxKeepAliveCount

MaxNotificationsPerPublish

protected UnsignedInteger MaxNotificationsPerPublish

PublishingEnabled

protected Boolean PublishingEnabled

Priority

protected UnsignedByte Priority
Constructor Detail

CreateSubscriptionRequest

public CreateSubscriptionRequest()

CreateSubscriptionRequest

public CreateSubscriptionRequest(RequestHeader RequestHeader,
                                 Double RequestedPublishingInterval,
                                 UnsignedInteger RequestedLifetimeCount,
                                 UnsignedInteger RequestedMaxKeepAliveCount,
                                 UnsignedInteger MaxNotificationsPerPublish,
                                 Boolean PublishingEnabled,
                                 UnsignedByte Priority)
Method Detail

getRequestHeader

public RequestHeader getRequestHeader()
Description copied from interface: ServiceRequest

getRequestHeader.

Specified by:
getRequestHeader in interface ServiceRequest
Returns:
a RequestHeader object.

setRequestHeader

public void setRequestHeader(RequestHeader RequestHeader)
Description copied from interface: ServiceRequest

setRequestHeader.

Specified by:
setRequestHeader in interface ServiceRequest
Parameters:
RequestHeader - a RequestHeader object.

getRequestedPublishingInterval

public Double getRequestedPublishingInterval()

setRequestedPublishingInterval

public void setRequestedPublishingInterval(Double RequestedPublishingInterval)

getRequestedLifetimeCount

public UnsignedInteger getRequestedLifetimeCount()

setRequestedLifetimeCount

public void setRequestedLifetimeCount(UnsignedInteger RequestedLifetimeCount)

getRequestedMaxKeepAliveCount

public UnsignedInteger getRequestedMaxKeepAliveCount()

setRequestedMaxKeepAliveCount

public void setRequestedMaxKeepAliveCount(UnsignedInteger RequestedMaxKeepAliveCount)

getMaxNotificationsPerPublish

public UnsignedInteger getMaxNotificationsPerPublish()

setMaxNotificationsPerPublish

public void setMaxNotificationsPerPublish(UnsignedInteger MaxNotificationsPerPublish)

getPublishingEnabled

public Boolean getPublishingEnabled()

setPublishingEnabled

public void setPublishingEnabled(Boolean PublishingEnabled)

getPriority

public UnsignedByte getPriority()

setPriority

public void setPriority(UnsignedByte Priority)

clone

public CreateSubscriptionRequest clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class AbstractStructure
Returns:
cloned CreateSubscriptionRequest

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.