org.opcfoundation.ua.core
Class ModifySubscriptionResponse

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

public class ModifySubscriptionResponse
extends AbstractStructure
implements ServiceResponse


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  ResponseHeader ResponseHeader
           
protected  UnsignedInteger RevisedLifetimeCount
           
protected  UnsignedInteger RevisedMaxKeepAliveCount
           
protected  Double RevisedPublishingInterval
           
static ExpandedNodeId XML
           
 
Constructor Summary
ModifySubscriptionResponse()
           
ModifySubscriptionResponse(ResponseHeader ResponseHeader, Double RevisedPublishingInterval, UnsignedInteger RevisedLifetimeCount, UnsignedInteger RevisedMaxKeepAliveCount)
           
 
Method Summary
 ModifySubscriptionResponse clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 ResponseHeader getResponseHeader()
          getResponseHeader.
 UnsignedInteger getRevisedLifetimeCount()
           
 UnsignedInteger getRevisedMaxKeepAliveCount()
           
 Double getRevisedPublishingInterval()
           
 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)
           
 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

ResponseHeader

protected ResponseHeader ResponseHeader

RevisedPublishingInterval

protected Double RevisedPublishingInterval

RevisedLifetimeCount

protected UnsignedInteger RevisedLifetimeCount

RevisedMaxKeepAliveCount

protected UnsignedInteger RevisedMaxKeepAliveCount
Constructor Detail

ModifySubscriptionResponse

public ModifySubscriptionResponse()

ModifySubscriptionResponse

public ModifySubscriptionResponse(ResponseHeader ResponseHeader,
                                  Double RevisedPublishingInterval,
                                  UnsignedInteger RevisedLifetimeCount,
                                  UnsignedInteger RevisedMaxKeepAliveCount)
Method Detail

getResponseHeader

public ResponseHeader getResponseHeader()
Description copied from interface: ServiceResponse

getResponseHeader.

Specified by:
getResponseHeader in interface ServiceResponse
Returns:
a ResponseHeader object.

setResponseHeader

public void setResponseHeader(ResponseHeader ResponseHeader)
Description copied from interface: ServiceResponse

setResponseHeader.

Specified by:
setResponseHeader in interface ServiceResponse
Parameters:
ResponseHeader - a ResponseHeader object.

getRevisedPublishingInterval

public Double getRevisedPublishingInterval()

setRevisedPublishingInterval

public void setRevisedPublishingInterval(Double RevisedPublishingInterval)

getRevisedLifetimeCount

public UnsignedInteger getRevisedLifetimeCount()

setRevisedLifetimeCount

public void setRevisedLifetimeCount(UnsignedInteger RevisedLifetimeCount)

getRevisedMaxKeepAliveCount

public UnsignedInteger getRevisedMaxKeepAliveCount()

setRevisedMaxKeepAliveCount

public void setRevisedMaxKeepAliveCount(UnsignedInteger RevisedMaxKeepAliveCount)

clone

public ModifySubscriptionResponse clone()
Deep clone

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

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.