|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicsou.data.OptionSet
public class OptionSet
Class OptionSet.
Constructor Summary | |
---|---|
OptionSet()
|
Method Summary | |
---|---|
Algorithm |
getAlgorithm()
Returns the value of field 'algorithm'. |
AssetPool |
getAssetPool()
Returns the value of field 'assetPool'. |
java.lang.String |
getResults()
Returns the value of field 'results'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setAlgorithm(Algorithm algorithm)
Sets the value of field 'algorithm'. |
void |
setAssetPool(AssetPool assetPool)
Sets the value of field 'assetPool'. |
void |
setResults(java.lang.String results)
Sets the value of field 'results'. |
static OptionSet |
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 OptionSet()
Method Detail |
---|
public Algorithm getAlgorithm()
public AssetPool getAssetPool()
public java.lang.String getResults()
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 setAlgorithm(Algorithm algorithm)
algorithm
- the value of field 'algorithm'.public void setAssetPool(AssetPool assetPool)
assetPool
- the value of field 'assetPool'.public void setResults(java.lang.String results)
results
- the value of field 'results'.public static OptionSet 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 |