info.bix.tokai.bixpp
クラス Item

java.lang.Object
  上位を拡張 info.bix.tokai.bixpp.Item
すべての実装されたインタフェース:
java.io.Serializable

public class Item
extends java.lang.Object
implements java.io.Serializable

Class Item.

バージョン:
$Revision$ $Date$
関連項目:
直列化された形式

コンストラクタの概要
Item()
           
 
メソッドの概要
 void deleteIndex()
          Method deleteIndex
 void deleteValue()
          Method deleteValue
 Image getImage()
          Returns the value of field 'image'.
 double getIndex()
          Returns the value of field 'index'.
 Sound getSound()
          Returns the value of field 'sound'.
 double getValue()
          Returns the value of field 'value'.
 Vector getVector()
          Returns the value of field 'vector'.
 boolean hasIndex()
          Method hasIndex
 boolean hasValue()
          Method hasValue
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setImage(Image image)
          Sets the value of field 'image'.
 void setIndex(double index)
          Sets the value of field 'index'.
 void setSound(Sound sound)
          Sets the value of field 'sound'.
 void setValue(double value)
          Sets the value of field 'value'.
 void setVector(Vector vector)
          Sets the value of field 'vector'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Item

public Item()
メソッドの詳細

deleteIndex

public void deleteIndex()
Method deleteIndex


deleteValue

public void deleteValue()
Method deleteValue


getImage

public Image getImage()
Returns the value of field 'image'.

戻り値:
Image

getIndex

public double getIndex()
Returns the value of field 'index'.

戻り値:
double

getSound

public Sound getSound()
Returns the value of field 'sound'.

戻り値:
Sound

getValue

public double getValue()
Returns the value of field 'value'.

戻り値:
double

getVector

public Vector getVector()
Returns the value of field 'vector'.

戻り値:
Vector

hasIndex

public boolean hasIndex()
Method hasIndex

戻り値:
boolean

hasValue

public boolean hasValue()
Method hasValue

戻り値:
boolean

isValid

public boolean isValid()
Method isValid

戻り値:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
out -
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
handler -
例外:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setImage

public void setImage(Image image)
Sets the value of field 'image'.

パラメータ:
image - the value of field 'image'.

setIndex

public void setIndex(double index)
Sets the value of field 'index'.

パラメータ:
index - the value of field 'index'.

setSound

public void setSound(Sound sound)
Sets the value of field 'sound'.

パラメータ:
sound - the value of field 'sound'.

setValue

public void setValue(double value)
Sets the value of field 'value'.

パラメータ:
value - the value of field 'value'.

setVector

public void setVector(Vector vector)
Sets the value of field 'vector'.

パラメータ:
vector - the value of field 'vector'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

パラメータ:
reader -
戻り値:
Object
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

例外:
org.exolab.castor.xml.ValidationException