info.bix.tokai.bixpp
クラス HexHeader

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

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

Class HexHeader.

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

コンストラクタの概要
HexHeader()
           
 
メソッドの概要
 byte[] getHex()
          Returns the value of field 'hex'.
 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 setHex(byte[] hex)
          Sets the value of field 'hex'.
 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
 

コンストラクタの詳細

HexHeader

public HexHeader()
メソッドの詳細

getHex

public byte[] getHex()
Returns the value of field 'hex'.

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

setHex

public void setHex(byte[] hex)
Sets the value of field 'hex'.

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

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