info.bix.tokai.bixpp
クラス Farm

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

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

Class Farm.

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

コンストラクタの概要
Farm()
           
 
メソッドの概要
 void deleteArea()
          Method deleteArea
 double getArea()
          Returns the value of field 'area'.
 java.lang.String getComment()
          Returns the value of field 'comment'.
 java.lang.String getEmailAddress()
          Returns the value of field 'emailAddress'.
 java.lang.String getFAX()
          Returns the value of field 'FAX'.
 GISinformation getGISinformation()
          Returns the value of field 'GISinformation'.
 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 getPhone()
          Returns the value of field 'phone'.
 java.lang.String getPostAddress()
          Returns the value of field 'postAddress'.
 boolean hasArea()
          Method hasArea
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setArea(double area)
          Sets the value of field 'area'.
 void setComment(java.lang.String comment)
          Sets the value of field 'comment'.
 void setEmailAddress(java.lang.String emailAddress)
          Sets the value of field 'emailAddress'.
 void setFAX(java.lang.String FAX)
          Sets the value of field 'FAX'.
 void setGISinformation(GISinformation GISinformation)
          Sets the value of field 'GISinformation'.
 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 setPhone(java.lang.String phone)
          Sets the value of field 'phone'.
 void setPostAddress(java.lang.String postAddress)
          Sets the value of field 'postAddress'.
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
 

コンストラクタの詳細

Farm

public Farm()
メソッドの詳細

deleteArea

public void deleteArea()
Method deleteArea


getArea

public double getArea()
Returns the value of field 'area'.

戻り値:
double

getComment

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

戻り値:
String

getEmailAddress

public java.lang.String getEmailAddress()
Returns the value of field 'emailAddress'.

戻り値:
String

getFAX

public java.lang.String getFAX()
Returns the value of field 'FAX'.

戻り値:
String

getGISinformation

public GISinformation getGISinformation()
Returns the value of field 'GISinformation'.

戻り値:
GISinformation

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

getPhone

public java.lang.String getPhone()
Returns the value of field 'phone'.

戻り値:
String

getPostAddress

public java.lang.String getPostAddress()
Returns the value of field 'postAddress'.

戻り値:
String

hasArea

public boolean hasArea()
Method hasArea

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

setArea

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

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

setComment

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

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

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Sets the value of field 'emailAddress'.

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

setFAX

public void setFAX(java.lang.String FAX)
Sets the value of field 'FAX'.

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

setGISinformation

public void setGISinformation(GISinformation GISinformation)
Sets the value of field 'GISinformation'.

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

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'.

setPhone

public void setPhone(java.lang.String phone)
Sets the value of field 'phone'.

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

setPostAddress

public void setPostAddress(java.lang.String postAddress)
Sets the value of field 'postAddress'.

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

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