info.bix.tokai.bixpp
クラス Plant

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

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

Class Plant.

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

コンストラクタの概要
Plant()
           
 
メソッドの概要
 java.lang.String getAcademicName()
          Returns the value of field 'academicName'.
 java.lang.String getComment()
          Returns the value of field 'comment'.
 java.lang.String getCultivar()
          Returns the value of field 'cultivar'.
 java.lang.String getFamily()
          Returns the value of field 'family'.
 java.lang.String getID()
          Returns the value of field 'ID'.
 Image getImage()
          Returns the value of field 'image'.
 Link getLink()
          Returns the value of field 'link'.
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getOrigin()
          Returns the value of field 'origin'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAcademicName(java.lang.String academicName)
          Sets the value of field 'academicName'.
 void setComment(java.lang.String comment)
          Sets the value of field 'comment'.
 void setCultivar(java.lang.String cultivar)
          Sets the value of field 'cultivar'.
 void setFamily(java.lang.String family)
          Sets the value of field 'family'.
 void setID(java.lang.String ID)
          Sets the value of field 'ID'.
 void setImage(Image image)
          Sets the value of field 'image'.
 void setLink(Link link)
          Sets the value of field 'link'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setOrigin(java.lang.String origin)
          Sets the value of field 'origin'.
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
 

コンストラクタの詳細

Plant

public Plant()
メソッドの詳細

getAcademicName

public java.lang.String getAcademicName()
Returns the value of field 'academicName'.

戻り値:
String

getComment

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

戻り値:
String

getCultivar

public java.lang.String getCultivar()
Returns the value of field 'cultivar'.

戻り値:
String

getFamily

public java.lang.String getFamily()
Returns the value of field 'family'.

戻り値:
String

getID

public java.lang.String getID()
Returns the value of field 'ID'.

戻り値:
String

getImage

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

戻り値:
Image

getLink

public Link getLink()
Returns the value of field 'link'.

戻り値:
Link

getName

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

戻り値:
String

getOrigin

public java.lang.String getOrigin()
Returns the value of field 'origin'.

戻り値:
String

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

setAcademicName

public void setAcademicName(java.lang.String academicName)
Sets the value of field 'academicName'.

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

setComment

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

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

setCultivar

public void setCultivar(java.lang.String cultivar)
Sets the value of field 'cultivar'.

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

setFamily

public void setFamily(java.lang.String family)
Sets the value of field 'family'.

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

setID

public void setID(java.lang.String ID)
Sets the value of field 'ID'.

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

setImage

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

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

setLink

public void setLink(Link link)
Sets the value of field 'link'.

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

setName

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

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

setOrigin

public void setOrigin(java.lang.String origin)
Sets the value of field 'origin'.

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

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