info.bix.tokai.bixpp
クラス Base64Header

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

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

Class Base64Header.

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

コンストラクタの概要
Base64Header()
           
 
メソッドの概要
 byte[] getBase64()
          Returns the value of field 'base64'.
 java.lang.String getName()
          Returns the value of field 'name'.
 java.lang.String getRecordFormat()
          Returns the value of field 'recordFormat'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setBase64(byte[] base64)
          Sets the value of field 'base64'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setRecordFormat(java.lang.String recordFormat)
          Sets the value of field 'recordFormat'.
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
 

コンストラクタの詳細

Base64Header

public Base64Header()
メソッドの詳細

getBase64

public byte[] getBase64()
Returns the value of field 'base64'.

戻り値:
byte

getName

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

戻り値:
String

getRecordFormat

public java.lang.String getRecordFormat()
Returns the value of field 'recordFormat'.

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

setBase64

public void setBase64(byte[] base64)
Sets the value of field 'base64'.

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

setName

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

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

setRecordFormat

public void setRecordFormat(java.lang.String recordFormat)
Sets the value of field 'recordFormat'.

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

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