info.bix.tokai.bixpp
クラス EventItem

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

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

Class EventItem.

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

コンストラクタの概要
EventItem()
           
 
メソッドの概要
 void deleteIndex()
          Method deleteIndex
 java.lang.String getComment()
          Returns the value of field 'comment'.
 double getIndex()
          Returns the value of field 'index'.
 java.lang.String getName()
          Returns the value of field 'name'.
 boolean hasIndex()
          Method hasIndex
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setComment(java.lang.String comment)
          Sets the value of field 'comment'.
 void setIndex(double index)
          Sets the value of field 'index'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
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
 

コンストラクタの詳細

EventItem

public EventItem()
メソッドの詳細

deleteIndex

public void deleteIndex()
Method deleteIndex


getComment

public java.lang.String getComment()
Returns the value of field 'comment'.

戻り値:
String

getIndex

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

戻り値:
double

getName

public java.lang.String getName()
Returns the value of field 'name'.

戻り値:
String

hasIndex

public boolean hasIndex()
Method hasIndex

戻り値:
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

setComment

public void setComment(java.lang.String comment)
Sets the value of field 'comment'.

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

setIndex

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

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

setName

public void setName(java.lang.String name)
Sets the value of field 'name'.

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

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