public class ChannelTypeBase extends ChannelType implements Serializable
Java class for ChannelTypeBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelTypeBase">
<complexContent>
<extension base="{http://xml.adeptnet.org/prtg/prtg.xsd}ChannelType">
<sequence>
<element name="createChannel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="jmxObjectName" type="{http://www.w3.org/2001/XMLSchema}token"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
createChannel |
protected String |
jmxObjectName |
_float, base, customUnit, decimalMode, limitErrorMessage, limitMaxError, limitMaxWarning, limitMinError, limitMinWarning, limitMode, limitWarningMessage, mode, name, showChart, showtable, speedSize, speedTime, unit, value, valueLookup, volumeSize, warning| Constructor and Description |
|---|
ChannelTypeBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJmxObjectName()
Gets the value of the jmxObjectName property.
|
boolean |
isCreateChannel()
Gets the value of the createChannel property.
|
boolean |
isSetCreateChannel() |
boolean |
isSetJmxObjectName() |
void |
setCreateChannel(boolean value)
Sets the value of the createChannel property.
|
void |
setJmxObjectName(String value)
Sets the value of the jmxObjectName property.
|
getBase, getCustomUnit, getDecimalMode, getFloat, getLimitErrorMessage, getLimitMaxError, getLimitMaxWarning, getLimitMinError, getLimitMinWarning, getLimitMode, getLimitWarningMessage, getMode, getName, getShowChart, getShowtable, getSpeedSize, getSpeedTime, getUnit, getValue, getValueLookup, getVolumeSize, getWarning, isSetBase, isSetCustomUnit, isSetDecimalMode, isSetFloat, isSetLimitErrorMessage, isSetLimitMaxError, isSetLimitMaxWarning, isSetLimitMinError, isSetLimitMinWarning, isSetLimitMode, isSetLimitWarningMessage, isSetMode, isSetName, isSetShowChart, isSetShowtable, isSetSpeedSize, isSetSpeedTime, isSetUnit, isSetValue, isSetValueLookup, isSetVolumeSize, isSetWarning, setBase, setCustomUnit, setDecimalMode, setFloat, setLimitErrorMessage, setLimitMaxError, setLimitMaxWarning, setLimitMinError, setLimitMinWarning, setLimitMode, setLimitWarningMessage, setMode, setName, setShowChart, setShowtable, setSpeedSize, setSpeedTime, setUnit, setValue, setValue, setValueLookup, setVolumeSize, setWarning, upCast, withValueprotected boolean createChannel
protected String jmxObjectName
public boolean isCreateChannel()
public void setCreateChannel(boolean value)
public boolean isSetCreateChannel()
public String getJmxObjectName()
Stringpublic void setJmxObjectName(String value)
value - allowed object is
Stringpublic boolean isSetJmxObjectName()
Copyright © 2016. All rights reserved.