org.opcfoundation.ua.core
Class GetEndpointsResponse

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

public class GetEndpointsResponse
extends AbstractStructure
implements ServiceResponse


Field Summary
static ExpandedNodeId BINARY
           
protected  EndpointDescription[] Endpoints
           
static ExpandedNodeId ID
           
protected  ResponseHeader ResponseHeader
           
static ExpandedNodeId XML
           
 
Constructor Summary
GetEndpointsResponse()
           
GetEndpointsResponse(ResponseHeader ResponseHeader, EndpointDescription[] Endpoints)
           
 
Method Summary
 GetEndpointsResponse clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 EndpointDescription[] getEndpoints()
           
 ResponseHeader getResponseHeader()
          getResponseHeader.
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setEndpoints(EndpointDescription[] Endpoints)
           
 void setResponseHeader(ResponseHeader ResponseHeader)
          setResponseHeader.
 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

Endpoints

protected EndpointDescription[] Endpoints
Constructor Detail

GetEndpointsResponse

public GetEndpointsResponse()

GetEndpointsResponse

public GetEndpointsResponse(ResponseHeader ResponseHeader,
                            EndpointDescription[] Endpoints)
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.

getEndpoints

public EndpointDescription[] getEndpoints()

setEndpoints

public void setEndpoints(EndpointDescription[] Endpoints)

clone

public GetEndpointsResponse clone()
Deep clone

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

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.