|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicsou.data.Algorithm
public class Algorithm
Class Algorithm.
Constructor Summary | |
---|---|
Algorithm()
|
Method Summary | |
---|---|
java.lang.Double |
getIterations()
Returns the value of field 'iterations'. |
java.lang.Double |
getPackets()
Returns the value of field 'packets'. |
java.lang.Double |
getQueuedIts()
Returns the value of field 'queuedIts'. |
java.lang.Long |
getTimeIntervalsPerYear()
Returns the value of field 'timeIntervalsPerYear'. |
picsou.data.types.AlgorithmTypeType |
getType()
Returns the value of field 'type'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setIterations(java.lang.Double iterations)
Sets the value of field 'iterations'. |
void |
setPackets(java.lang.Double packets)
Sets the value of field 'packets'. |
void |
setQueuedIts(java.lang.Double queuedIts)
Sets the value of field 'queuedIts'. |
void |
setTimeIntervalsPerYear(java.lang.Long timeIntervalsPerYear)
Sets the value of field 'timeIntervalsPerYear'. |
void |
setType(picsou.data.types.AlgorithmTypeType type)
Sets the value of field 'type'. |
static Algorithm |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Algorithm()
Method Detail |
---|
public java.lang.Double getIterations()
public java.lang.Double getPackets()
public java.lang.Double getQueuedIts()
public java.lang.Long getTimeIntervalsPerYear()
public picsou.data.types.AlgorithmTypeType getType()
public boolean isValid()
public void marshal(java.io.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 marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setIterations(java.lang.Double iterations)
iterations
- the value of field 'iterations'.public void setPackets(java.lang.Double packets)
packets
- the value of field 'packets'.public void setQueuedIts(java.lang.Double queuedIts)
queuedIts
- the value of field 'queuedIts'.public void setTimeIntervalsPerYear(java.lang.Long timeIntervalsPerYear)
timeIntervalsPerYear
- the value of field
'timeIntervalsPerYear'.public void setType(picsou.data.types.AlgorithmTypeType type)
type
- the value of field 'type'.public static Algorithm unmarshal(java.io.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 marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |