info.bix.tokai.bixpp
クラス Image

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

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

Class Image.

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

コンストラクタの概要
Image()
           
 
メソッドの概要
 Base64Header getBase64Header()
          Returns the value of field 'base64Header'.
 HexHeader getHexHeader()
          Returns the value of field 'hexHeader'.
 Link getLink()
          Returns the value of field 'link'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setBase64Header(Base64Header base64Header)
          Sets the value of field 'base64Header'.
 void setHexHeader(HexHeader hexHeader)
          Sets the value of field 'hexHeader'.
 void setLink(Link link)
          Sets the value of field 'link'.
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
 

コンストラクタの詳細

Image

public Image()
メソッドの詳細

getBase64Header

public Base64Header getBase64Header()
Returns the value of field 'base64Header'.

戻り値:
Base64Header

getHexHeader

public HexHeader getHexHeader()
Returns the value of field 'hexHeader'.

戻り値:
HexHeader

getLink

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

戻り値:
Link

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

setBase64Header

public void setBase64Header(Base64Header base64Header)
Sets the value of field 'base64Header'.

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

setHexHeader

public void setHexHeader(HexHeader hexHeader)
Sets the value of field 'hexHeader'.

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

setLink

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

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

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