public class Threshold extends Basethresholddef implements Serializable
Constructor and Description |
---|
Threshold() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String |
getDsName()
Returns the value of field 'dsName'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setDsName(String dsName)
Sets the value of field 'dsName'.
|
static Basethresholddef |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
addResourceFilter, addResourceFilter, deleteRearm, deleteRelaxed, deleteTrigger, deleteValue, enumerateResourceFilter, getDescription, getDsLabel, getDsType, getFilterOperator, getRearm, getRearmedUEI, getRelaxed, getResourceFilter, getResourceFilter, getResourceFilterCollection, getResourceFilterCount, getTrigger, getTriggeredUEI, getType, getValue, hasRearm, hasRelaxed, hasTrigger, hasValue, isRelaxed, iterateResourceFilter, removeAllResourceFilter, removeResourceFilter, removeResourceFilterAt, setDescription, setDsLabel, setDsType, setFilterOperator, setRearm, setRearmedUEI, setRelaxed, setResourceFilter, setResourceFilter, setResourceFilter, setResourceFilterCollection, setTrigger, setTriggeredUEI, setType, setValue
public boolean equals(Object obj)
equals
in class Basethresholddef
obj
- public String getDsName()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode
in class Basethresholddef
public boolean isValid()
isValid
in class Basethresholddef
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setDsName(String dsName)
dsName
- the value of field 'dsName'.public static Basethresholddef unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
validate
in class Basethresholddef
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.