com.prosysopc.ua.types.di
Class FetchResultDataDataType

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by com.prosysopc.ua.types.di.FetchResultDataType
          extended by com.prosysopc.ua.types.di.FetchResultDataDataType
All Implemented Interfaces:
Cloneable, org.opcfoundation.ua.builtintypes.Structure, org.opcfoundation.ua.encoding.IEncodeable

public class FetchResultDataDataType
extends FetchResultDataType

Generated on 2018-05-09 10:45:31


Field Summary
static org.opcfoundation.ua.builtintypes.ExpandedNodeId BINARY
           
static org.opcfoundation.ua.builtintypes.ExpandedNodeId ID
           
static org.opcfoundation.ua.builtintypes.ExpandedNodeId XML
           
 
Constructor Summary
FetchResultDataDataType()
           
FetchResultDataDataType(Integer sequenceNumber, Boolean endOfResults, ParameterResultDataType[] parameterDefs)
           
 
Method Summary
 FetchResultDataDataType clone()
           
 boolean equals(Object obj)
           
 org.opcfoundation.ua.builtintypes.ExpandedNodeId getBinaryEncodeId()
           
 Boolean getEndOfResults()
           
 ParameterResultDataType[] getParameterDefs()
           
 Integer getSequenceNumber()
           
 org.opcfoundation.ua.builtintypes.ExpandedNodeId getTypeId()
           
 org.opcfoundation.ua.builtintypes.ExpandedNodeId getXmlEncodeId()
           
 int hashCode()
           
 void setEndOfResults(Boolean endOfResults)
           
 void setParameterDefs(ParameterResultDataType[] parameterDefs)
           
 void setSequenceNumber(Integer sequenceNumber)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BINARY

public static org.opcfoundation.ua.builtintypes.ExpandedNodeId BINARY

XML

public static org.opcfoundation.ua.builtintypes.ExpandedNodeId XML

ID

public static org.opcfoundation.ua.builtintypes.ExpandedNodeId ID
Constructor Detail

FetchResultDataDataType

public FetchResultDataDataType()

FetchResultDataDataType

public FetchResultDataDataType(Integer sequenceNumber,
                               Boolean endOfResults,
                               ParameterResultDataType[] parameterDefs)
Method Detail

getSequenceNumber

public Integer getSequenceNumber()

setSequenceNumber

public void setSequenceNumber(Integer sequenceNumber)

getEndOfResults

public Boolean getEndOfResults()

setEndOfResults

public void setEndOfResults(Boolean endOfResults)

getParameterDefs

public ParameterResultDataType[] getParameterDefs()

setParameterDefs

public void setParameterDefs(ParameterResultDataType[] parameterDefs)

clone

public FetchResultDataDataType clone()
Specified by:
clone in interface org.opcfoundation.ua.builtintypes.Structure
Overrides:
clone in class FetchResultDataType

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class FetchResultDataType

toString

public String toString()
Overrides:
toString in class FetchResultDataType

getBinaryEncodeId

public org.opcfoundation.ua.builtintypes.ExpandedNodeId getBinaryEncodeId()

getXmlEncodeId

public org.opcfoundation.ua.builtintypes.ExpandedNodeId getXmlEncodeId()

getTypeId

public org.opcfoundation.ua.builtintypes.ExpandedNodeId getTypeId()
Specified by:
getTypeId in interface org.opcfoundation.ua.builtintypes.Structure
Overrides:
getTypeId in class FetchResultDataType


Copyright © 2018. All rights reserved.