org.opcfoundation.ua.core
Class AggregateConfiguration

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

public class AggregateConfiguration
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  UnsignedByte PercentDataBad
           
protected  UnsignedByte PercentDataGood
           
protected  Boolean TreatUncertainAsBad
           
protected  Boolean UseServerCapabilitiesDefaults
           
protected  Boolean UseSlopedExtrapolation
           
static ExpandedNodeId XML
           
 
Constructor Summary
AggregateConfiguration()
           
AggregateConfiguration(Boolean UseServerCapabilitiesDefaults, Boolean TreatUncertainAsBad, UnsignedByte PercentDataBad, UnsignedByte PercentDataGood, Boolean UseSlopedExtrapolation)
           
 
Method Summary
 AggregateConfiguration clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 UnsignedByte getPercentDataBad()
           
 UnsignedByte getPercentDataGood()
           
 Boolean getTreatUncertainAsBad()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 Boolean getUseServerCapabilitiesDefaults()
           
 Boolean getUseSlopedExtrapolation()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setPercentDataBad(UnsignedByte PercentDataBad)
           
 void setPercentDataGood(UnsignedByte PercentDataGood)
           
 void setTreatUncertainAsBad(Boolean TreatUncertainAsBad)
           
 void setUseServerCapabilitiesDefaults(Boolean UseServerCapabilitiesDefaults)
           
 void setUseSlopedExtrapolation(Boolean UseSlopedExtrapolation)
           
 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

UseServerCapabilitiesDefaults

protected Boolean UseServerCapabilitiesDefaults

TreatUncertainAsBad

protected Boolean TreatUncertainAsBad

PercentDataBad

protected UnsignedByte PercentDataBad

PercentDataGood

protected UnsignedByte PercentDataGood

UseSlopedExtrapolation

protected Boolean UseSlopedExtrapolation
Constructor Detail

AggregateConfiguration

public AggregateConfiguration()

AggregateConfiguration

public AggregateConfiguration(Boolean UseServerCapabilitiesDefaults,
                              Boolean TreatUncertainAsBad,
                              UnsignedByte PercentDataBad,
                              UnsignedByte PercentDataGood,
                              Boolean UseSlopedExtrapolation)
Method Detail

getUseServerCapabilitiesDefaults

public Boolean getUseServerCapabilitiesDefaults()

setUseServerCapabilitiesDefaults

public void setUseServerCapabilitiesDefaults(Boolean UseServerCapabilitiesDefaults)

getTreatUncertainAsBad

public Boolean getTreatUncertainAsBad()

setTreatUncertainAsBad

public void setTreatUncertainAsBad(Boolean TreatUncertainAsBad)

getPercentDataBad

public UnsignedByte getPercentDataBad()

setPercentDataBad

public void setPercentDataBad(UnsignedByte PercentDataBad)

getPercentDataGood

public UnsignedByte getPercentDataGood()

setPercentDataGood

public void setPercentDataGood(UnsignedByte PercentDataGood)

getUseSlopedExtrapolation

public Boolean getUseSlopedExtrapolation()

setUseSlopedExtrapolation

public void setUseSlopedExtrapolation(Boolean UseSlopedExtrapolation)

clone

public AggregateConfiguration clone()
Deep clone

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

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.

Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.