|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.pslx.PpsDocuments.Implementions.ImplementProfile
public final class ImplementProfile
実装プロファイル クラス
コンストラクタの概要 | |
---|---|
ImplementProfile(DocumentManager manager)
ImplementProfileを生成します |
メソッドの概要 | |
---|---|
ImplementDocument |
addDocument(java.lang.String name,
java.lang.String option)
実装ドキュメントを設定します。 |
void |
clearDocuments()
実装ドキュメントの設定をすべて削除します |
Document.ActionTypes |
getActionType()
実装プロファイルの操作種別を取得します |
ImplementDocument |
getDocument(java.lang.String name)
業務ドキュメントを取得します |
ImplementDocument |
getDocument(java.lang.String name,
java.lang.String option)
業務ドキュメントを取得します |
java.util.List<ImplementDocument> |
getDocuments()
実装ドキュメントのリストを取得します |
java.lang.String |
getId()
業務アプリケーションIDを取得します |
java.lang.String |
getName()
業務アプリケーション名を取得します |
java.lang.String |
getXmlString()
実装ドキュメントの内容を表すXMLメッセージを取得します |
java.lang.String |
getXmlString(boolean xmlDefinision)
実装ドキュメントの内容を表すXML文字列を取得します |
Document.ActionTypes |
read(javax.xml.stream.XMLStreamReader reader)
XMLStreamReaderから実装プロファイルを一つだけ読み込みます。 |
void |
setActionType(Document.ActionTypes value)
実装プロファイルの操作種別を設定します |
void |
setDocuments(java.util.List<ImplementDocument> value)
実装ドキュメントのリストを設定します |
void |
setId(java.lang.String value)
業務アプリケーションIDを設定します |
void |
setName(java.lang.String value)
業務アプリケーション名を設定します |
void |
write(javax.xml.stream.XMLStreamWriter writer)
XMLメッセージをXMLStreamWriterへ出力します |
void |
write(javax.xml.stream.XMLStreamWriter writer,
boolean xmlDefinision,
int depth)
このメソッドは、コンポーネント内部で使用されます。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ImplementProfile(DocumentManager manager)
メソッドの詳細 |
---|
public java.lang.String getId()
public void setId(java.lang.String value)
value
- 業務アプリケーションIDpublic java.lang.String getName()
public void setName(java.lang.String value)
value
- 業務アプリケーション名public Document.ActionTypes getActionType()
public void setActionType(Document.ActionTypes value)
value
- 操作種別public java.util.List<ImplementDocument> getDocuments()
public void setDocuments(java.util.List<ImplementDocument> value)
public ImplementDocument addDocument(java.lang.String name, java.lang.String option)
name
- 業務ドキュメント名option
- 業務オプション名
public ImplementDocument getDocument(java.lang.String name, java.lang.String option)
name
- 業務ドキュメント名option
- オプション名
public ImplementDocument getDocument(java.lang.String name)
name
- 業務ドキュメント名
public void clearDocuments()
public java.lang.String getXmlString() throws javax.xml.stream.XMLStreamException, PpsDocumentsException, java.io.IOException
javax.xml.stream.XMLStreamException
PpsDocumentsException
java.io.IOException
public java.lang.String getXmlString(boolean xmlDefinision) throws javax.xml.stream.XMLStreamException, PpsDocumentsException, java.io.IOException
xmlDefinision
- XML定義を出力するかどうか
javax.xml.stream.XMLStreamException
PpsDocumentsException
java.io.IOException
public void write(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
writer
- 出力先のXMLStreamWriter
javax.xml.stream.XMLStreamException
public void write(javax.xml.stream.XMLStreamWriter writer, boolean xmlDefinision, int depth) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public Document.ActionTypes read(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, java.text.ParseException, PpsDocumentsException
reader
- 読み取るXMLStreamReader
javax.xml.stream.XMLStreamException
java.text.ParseException
PpsDocumentsException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |