|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectinfo.bix.tokai.bixpp.Base64Header
public class Base64Header
Class Base64Header.
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public Base64Header()
| メソッドの詳細 |
|---|
public byte[] getBase64()
public java.lang.String getName()
public java.lang.String getRecordFormat()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void setBase64(byte[] base64)
base64 - the value of field 'base64'.public void setName(java.lang.String name)
name - the value of field 'name'.public void setRecordFormat(java.lang.String recordFormat)
recordFormat - the value of field 'recordFormat'.
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||