|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicsou.data.Asset
public class Asset
Class Asset.
Constructor Summary | |
---|---|
Asset()
|
Method Summary | |
---|---|
ExpectedPrice |
getExpectedPrice()
Returns the value of field 'expectedPrice'. |
Params |
getParams()
Returns the value of field 'params'. |
Performance |
getPerformance()
Returns the value of field 'performance'. |
Price |
getPrice()
Returns the value of field 'price'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setExpectedPrice(ExpectedPrice expectedPrice)
Sets the value of field 'expectedPrice'. |
void |
setParams(Params params)
Sets the value of field 'params'. |
void |
setPerformance(Performance performance)
Sets the value of field 'performance'. |
void |
setPrice(Price price)
Sets the value of field 'price'. |
static Asset |
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 Asset()
Method Detail |
---|
public ExpectedPrice getExpectedPrice()
public Params getParams()
public Performance getPerformance()
public Price getPrice()
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 setExpectedPrice(ExpectedPrice expectedPrice)
expectedPrice
- the value of field 'expectedPrice'.public void setParams(Params params)
params
- the value of field 'params'.public void setPerformance(Performance performance)
performance
- the value of field 'performance'.public void setPrice(Price price)
price
- the value of field 'price'.public static Asset 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 |