info.bix.tokai.bixpp
クラス Link

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

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

Class Link.

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

コンストラクタの概要
Link()
           
 
メソッドの概要
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getURI()
          Returns the value of field 'URI'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setURI(java.lang.String URI)
          Sets the value of field 'URI'.
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
 

コンストラクタの詳細

Link

public Link()
メソッドの詳細

getName

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

戻り値:
String

getURI

public java.lang.String getURI()
Returns the value of field 'URI'.

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

setName

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

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

setURI

public void setURI(java.lang.String URI)
Sets the value of field 'URI'.

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

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