jp.go.aist.dmrc.platform.beans.datacooperation
クラス PFRegistryAccessComponent

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.datacooperation.PFRegistryAccessComponent
すべての実装されたインタフェース:
java.io.Serializable, PFComponent, PFXMLSerializable, PFDataCreateEventSource, PFEventSource

public class PFRegistryAccessComponent
extends java.lang.Object
implements PFComponent, PFDataCreateEventSource, PFXMLSerializable

レジストリアクセス機能を提供するコンポーネント.

このコンポーネントから以下のイベントが発生する.

イベント名 トリガ
PFDataCreateEvent 情報を取得したとき

関連項目:
直列化された形式

コンストラクタの概要
PFRegistryAccessComponent()
          コンストラクタ.
 
メソッドの概要
 void addPFDataCreateListener(PFDataCreateListener lis)
          引数で与えられたイベントリスナを登録し、 データ生成イベント発生時に処理を行う対象とする.
 int getComponentID()
          コンポーネントIDを取得する.
 java.lang.String getComponentKey()
          コンポーネントキーを取得する.
 java.lang.String getComponentName()
          コンポーネント名称を取得する.
 java.lang.String getComponentPublicName()
          コンポーネント公開名を取得する.
 java.lang.String getComponentString()
          コンポーネントの文字列表現を取得する.
 java.util.Iterator getPFDataCreateListenerList()
          イベントリスナ配列を取得する.
 boolean isAllowPullTransfer()
          他PFからのPull型コンポーネント転送要求に対する可否属性を取得する.
 boolean isAllowPushTransfer()
          他PFへのPush型コンポーネント転送要求に対する可否属性を取得する.
 boolean isAllowRemoteInvocation()
          他PFからのコンポーネント連携要求に対する可否属性を取得する.
 void localeUpdated()
          ロケール更新への対応を行う.
 void readXML(PFXMLLoader in)
          コンポーネントのXML入力.
 void registryAddComponentRequest(PFComponentInfo info)
          コンポーネント情報を追加する.
 void registryAddComponentRequest(PFComponentInfo[] infos)
          コンポーネント情報を追加する.
 void registryAddComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, java.lang.String aComponentName, int aComponentID, java.lang.String aComponentKey, java.lang.String aMethodName, PFObjectList argTypes, java.lang.String aReturnType)
          コンポーネント情報を追加する.
 void registryDeleteComponentRequest(PFComponentInfo info)
          コンポーネント情報を削除する.
 void registryDeleteComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, java.lang.String aComponentName, int aComponentID, java.lang.String aComponentKey, java.lang.String aMethodName, PFObjectList argTypes, java.lang.String aReturnType)
          コンポーネント情報を削除する.
 void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName)
          指定されたプラットフォームのコンポーネント情報を全て削除する.
 void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, int aComponentID, java.lang.String aMethodName, PFObjectList argTypes)
          コンポーネント情報を検索+削除する.
 void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, int aComponentID, java.lang.String aMethodName, java.lang.String[] argTypes)
          コンポーネント情報を検索+削除する.
 void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, java.lang.String aComponentName, int aComponentID, java.lang.String aComponentKey, java.lang.String aMethodName, PFObjectList argTypes)
          コンポーネント情報を検索+削除する.
 void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, java.lang.String aComponentName, int aComponentID, java.lang.String aComponentKey, java.lang.String aMethodName, java.lang.String[] argTypes)
          コンポーネント情報を検索+削除する.
 java.lang.String[] registryListAllBrokersInComponentInfosRequest()
          レジストリサーバにコンポーネント情報が登録されているブローカの一覧を取得する.
 PFComponentInfo[] registryListAllComponentsRequest()
          コンポーネント情報の一覧を取得する.
 PFPlatformFQName[] registryListAllPlatformsInComponentInfosRequest()
          レジストリサーバにコンポーネント情報が登録されている全ての プラットフォームを取得する.
 PFPlatformFQName[] registryListAllPlatformsInComponentInfosRequest(java.lang.String brokerName)
          レジストリサーバにコンポーネント情報が登録されているプラットフォームのうち、 指定されたブローカに属するものの一覧を取得する.
 PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, int aComponentID, java.lang.String aMethodName, PFObjectList argTypes)
          コンポーネント情報を検索する.
 PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, int aComponentID, java.lang.String aMethodName, java.lang.String[] argTypes)
          コンポーネント情報を検索する.
 PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, java.lang.String aComponentName, int aComponentID, java.lang.String aComponentKey, java.lang.String aMethodName, PFObjectList argTypes)
          コンポーネント情報を検索する.
 PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName, java.lang.String aBrokerName, java.lang.String aComponentName, int aComponentID, java.lang.String aComponentKey, java.lang.String aMethodName, java.lang.String[] argTypes)
          コンポーネント情報を検索する.
 void removePFDataCreateListener(PFDataCreateListener lis)
          引数で与えられたイベントリスナを削除し、 データ生成イベント発生時に処理を行う対象から外す.
 void setAllowPullTransfer(boolean flag)
          他PFからのPull型コンポーネント転送要求に対する可否属性を設定する.
 void setAllowPushTransfer(boolean flag)
          他PFへのPush型コンポーネント転送要求に対する可否属性を設定する.
 void setAllowRemoteInvocation(boolean flag)
          他PFからのコンポーネント連携要求に対する可否属性を設定する.
 void setComponentID(int id)
          コンポーネントIDを設定する.
 void setComponentKey(java.lang.String key)
          コンポーネントキーを設定する.
 void setComponentPublicName(java.lang.String publicName)
          コンポーネント公開名を設定する.
 void writeXML(PFXMLGenerator out)
          コンポーネントのXML出力.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFRegistryAccessComponent

public PFRegistryAccessComponent()
コンストラクタ.

メソッドの詳細

getComponentName

public java.lang.String getComponentName()
コンポーネント名称を取得する.

定義:
インタフェース PFComponent 内の getComponentName
戻り値:
コンポーネント名

getComponentKey

public java.lang.String getComponentKey()
コンポーネントキーを取得する.

定義:
インタフェース PFComponent 内の getComponentKey
戻り値:
コンポーネントキー文字列
関連項目:
setComponentKey(java.lang.String)

setComponentKey

public void setComponentKey(java.lang.String key)
コンポーネントキーを設定する.

定義:
インタフェース PFComponent 内の setComponentKey
パラメータ:
key - コンポーネントキー文字列
関連項目:
getComponentKey()

getComponentID

public int getComponentID()
コンポーネントIDを取得する.

定義:
インタフェース PFComponent 内の getComponentID
戻り値:
コンポーネントID
関連項目:
setComponentID(int)

setComponentID

public void setComponentID(int id)
コンポーネントIDを設定する.
コンポーネントIDはプラットフォームPFComponentBusから設定される. 各コンポーネント内では操作しないこと.

定義:
インタフェース PFComponent 内の setComponentID
パラメータ:
id - 設定するコンポーネントID
関連項目:
getComponentID()

getComponentString

public java.lang.String getComponentString()
コンポーネントの文字列表現を取得する.
形式:"Component Name" [ ID : "ID" ]

定義:
インタフェース PFComponent 内の getComponentString
戻り値:
文字列表現

getComponentPublicName

public java.lang.String getComponentPublicName()
コンポーネント公開名を取得する.

定義:
インタフェース PFComponent 内の getComponentPublicName
戻り値:
コンポーネント公開名

setComponentPublicName

public void setComponentPublicName(java.lang.String publicName)
                            throws PFComponentException
コンポーネント公開名を設定する.
空文字のみの公開名は、nullに置き換える。数字のみの公開名は許可しない。 また、既存コンポーネントとの重複も認めない.

定義:
インタフェース PFComponent 内の setComponentPublicName
パラメータ:
publicName - 設定するコンポーネント公開名
例外:
PFComponentException - 規約に反する名前が設定されようとした場合

isAllowRemoteInvocation

public boolean isAllowRemoteInvocation()
他PFからのコンポーネント連携要求に対する可否属性を取得する.

定義:
インタフェース PFComponent 内の isAllowRemoteInvocation
戻り値:
コンポーネント連携要求可否属性

setAllowRemoteInvocation

public void setAllowRemoteInvocation(boolean flag)
他PFからのコンポーネント連携要求に対する可否属性を設定する.

定義:
インタフェース PFComponent 内の setAllowRemoteInvocation
パラメータ:
flag - コンポーネント連携要求に対する可否

isAllowPullTransfer

public boolean isAllowPullTransfer()
他PFからのPull型コンポーネント転送要求に対する可否属性を取得する.

定義:
インタフェース PFComponent 内の isAllowPullTransfer
戻り値:
Pull型コンポーネント転送要求可否属性

setAllowPullTransfer

public void setAllowPullTransfer(boolean flag)
他PFからのPull型コンポーネント転送要求に対する可否属性を設定する.

定義:
インタフェース PFComponent 内の setAllowPullTransfer
パラメータ:
flag - Pull型コンポーネント転送要求に対する可否

isAllowPushTransfer

public boolean isAllowPushTransfer()
他PFへのPush型コンポーネント転送要求に対する可否属性を取得する.

定義:
インタフェース PFComponent 内の isAllowPushTransfer
戻り値:
Push型コンポーネント転送要求可否属性

setAllowPushTransfer

public void setAllowPushTransfer(boolean flag)
他PFへのPush型コンポーネント転送要求に対する可否属性を設定する.

定義:
インタフェース PFComponent 内の setAllowPushTransfer
パラメータ:
flag - Push型コンポーネント転送要求に対する可否

localeUpdated

public void localeUpdated()
ロケール更新への対応を行う.

定義:
インタフェース PFComponent 内の localeUpdated

registryAddComponentRequest

public void registryAddComponentRequest(PFComponentInfo info)
                                 throws PFDataCooperationRegistryAccessException
コンポーネント情報を追加する.

パラメータ:
info - 追加するコンポーネント情報
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryAddComponentRequest

public void registryAddComponentRequest(PFComponentInfo[] infos)
                                 throws PFDataCooperationRegistryAccessException
コンポーネント情報を追加する.

パラメータ:
infos - 追加するコンポーネント情報の配列
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryAddComponentRequest

public void registryAddComponentRequest(java.lang.String aPlatformName,
                                        java.lang.String aBrokerName,
                                        java.lang.String aComponentName,
                                        int aComponentID,
                                        java.lang.String aComponentKey,
                                        java.lang.String aMethodName,
                                        PFObjectList argTypes,
                                        java.lang.String aReturnType)
                                 throws PFDataCooperationRegistryAccessException
コンポーネント情報を追加する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentName - コンポーネント名
aComponentID - コンポーネントID
aComponentKey - コンポーネントキー
aMethodName - メソッド名
argTypes - 引数の型名の並びを格納したPFObjectListオブジェクト
aReturnType - 戻り値の型名
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryDeleteComponentRequest

public void registryDeleteComponentRequest(PFComponentInfo info)
                                    throws PFDataCooperationRegistryAccessException
コンポーネント情報を削除する.

パラメータ:
info - 削除するコンポーネント情報
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryDeleteComponentRequest

public void registryDeleteComponentRequest(java.lang.String aPlatformName,
                                           java.lang.String aBrokerName,
                                           java.lang.String aComponentName,
                                           int aComponentID,
                                           java.lang.String aComponentKey,
                                           java.lang.String aMethodName,
                                           PFObjectList argTypes,
                                           java.lang.String aReturnType)
                                    throws PFDataCooperationRegistryAccessException
コンポーネント情報を削除する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentName - コンポーネント名
aComponentID - コンポーネントID
aComponentKey - コンポーネントキー
aMethodName - メソッド名
argTypes - 引数の型名の並びを格納したPFObjectListオブジェクト
aReturnType - 戻り値の型名
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registrySearchComponentRequest

public PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName,
                                                        java.lang.String aBrokerName,
                                                        java.lang.String aComponentName,
                                                        int aComponentID,
                                                        java.lang.String aComponentKey,
                                                        java.lang.String aMethodName,
                                                        java.lang.String[] argTypes)
                                                 throws PFDataCooperationRegistryAccessException,
                                                        PFMethodException,
                                                        PFRuntimeException
コンポーネント情報を検索する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentName - コンポーネント名
aComponentID - コンポーネントID
aComponentKey - コンポーネントキー
aMethodName - メソッド名
argTypes - 引数の型名の配列
戻り値:
検索結果(PFComponentInfo[]オブジェクト)
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

registrySearchComponentRequest

public PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName,
                                                        java.lang.String aBrokerName,
                                                        int aComponentID,
                                                        java.lang.String aMethodName,
                                                        java.lang.String[] argTypes)
                                                 throws PFDataCooperationRegistryAccessException,
                                                        PFMethodException,
                                                        PFRuntimeException
コンポーネント情報を検索する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentID - コンポーネントID
aMethodName - メソッド名
argTypes - 引数の型名の配列
戻り値:
検索結果(PFComponentInfo[]オブジェクト)
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

registrySearchComponentRequest

public PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName,
                                                        java.lang.String aBrokerName,
                                                        java.lang.String aComponentName,
                                                        int aComponentID,
                                                        java.lang.String aComponentKey,
                                                        java.lang.String aMethodName,
                                                        PFObjectList argTypes)
                                                 throws PFDataCooperationRegistryAccessException,
                                                        PFMethodException,
                                                        PFRuntimeException
コンポーネント情報を検索する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentName - コンポーネント名
aComponentID - コンポーネントID
aComponentKey - コンポーネントキー
aMethodName - メソッド名
argTypes - 引数の型名の並びを格納したPFObjectListオブジェクト
戻り値:
検索結果(PFComponentInfo[]オブジェクト)
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

registrySearchComponentRequest

public PFComponentInfo[] registrySearchComponentRequest(java.lang.String aPlatformName,
                                                        java.lang.String aBrokerName,
                                                        int aComponentID,
                                                        java.lang.String aMethodName,
                                                        PFObjectList argTypes)
                                                 throws PFDataCooperationRegistryAccessException,
                                                        PFMethodException,
                                                        PFRuntimeException
コンポーネント情報を検索する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentID - コンポーネントID
aMethodName - メソッド名
argTypes - 引数の型名の並びを格納したPFObjectListオブジェクト
戻り値:
検索結果(PFComponentInfo[]オブジェクト)
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

registryDeleteMatchedComponentRequest

public void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName,
                                                  java.lang.String aBrokerName,
                                                  java.lang.String aComponentName,
                                                  int aComponentID,
                                                  java.lang.String aComponentKey,
                                                  java.lang.String aMethodName,
                                                  java.lang.String[] argTypes)
                                           throws PFDataCooperationRegistryAccessException
コンポーネント情報を検索+削除する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentName - コンポーネント名
aComponentID - コンポーネントID
aComponentKey - コンポーネントキー
aMethodName - メソッド名
argTypes - 引数の型名の配列
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryDeleteMatchedComponentRequest

public void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName,
                                                  java.lang.String aBrokerName,
                                                  int aComponentID,
                                                  java.lang.String aMethodName,
                                                  java.lang.String[] argTypes)
                                           throws PFDataCooperationRegistryAccessException
コンポーネント情報を検索+削除する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentID - コンポーネントID
aMethodName - メソッド名
argTypes - 引数の型名の配列
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryDeleteMatchedComponentRequest

public void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName,
                                                  java.lang.String aBrokerName,
                                                  java.lang.String aComponentName,
                                                  int aComponentID,
                                                  java.lang.String aComponentKey,
                                                  java.lang.String aMethodName,
                                                  PFObjectList argTypes)
                                           throws PFDataCooperationRegistryAccessException
コンポーネント情報を検索+削除する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentName - コンポーネント名
aComponentID - コンポーネントID
aComponentKey - コンポーネントキー
aMethodName - メソッド名
argTypes - 引数の型名の並びを格納したPFObjectListオブジェクト
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryDeleteMatchedComponentRequest

public void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName,
                                                  java.lang.String aBrokerName,
                                                  int aComponentID,
                                                  java.lang.String aMethodName,
                                                  PFObjectList argTypes)
                                           throws PFDataCooperationRegistryAccessException
コンポーネント情報を検索+削除する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
aComponentID - コンポーネントID
aMethodName - メソッド名
argTypes - 引数の型名の並びを格納したPFObjectListオブジェクト
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryDeleteMatchedComponentRequest

public void registryDeleteMatchedComponentRequest(java.lang.String aPlatformName,
                                                  java.lang.String aBrokerName)
                                           throws PFDataCooperationRegistryAccessException
指定されたプラットフォームのコンポーネント情報を全て削除する.

パラメータ:
aPlatformName - プラットフォーム名
aBrokerName - プラットフォーム名を管理するブローカ名
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合

registryListAllComponentsRequest

public PFComponentInfo[] registryListAllComponentsRequest()
                                                   throws PFDataCooperationRegistryAccessException,
                                                          PFMethodException,
                                                          PFRuntimeException
コンポーネント情報の一覧を取得する.

戻り値:
コンポーネント情報の一覧(PFComponentInfoの配列)
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

registryListAllBrokersInComponentInfosRequest

public java.lang.String[] registryListAllBrokersInComponentInfosRequest()
                                                                 throws PFDataCooperationRegistryAccessException,
                                                                        PFMethodException,
                                                                        PFRuntimeException
レジストリサーバにコンポーネント情報が登録されているブローカの一覧を取得する.

戻り値:
ブローカ名の配列
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

registryListAllPlatformsInComponentInfosRequest

public PFPlatformFQName[] registryListAllPlatformsInComponentInfosRequest()
                                                                   throws PFDataCooperationRegistryAccessException,
                                                                          PFMethodException,
                                                                          PFRuntimeException
レジストリサーバにコンポーネント情報が登録されている全ての プラットフォームを取得する.

戻り値:
プラットフォーム完全修飾名の配列
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

registryListAllPlatformsInComponentInfosRequest

public PFPlatformFQName[] registryListAllPlatformsInComponentInfosRequest(java.lang.String brokerName)
                                                                   throws PFDataCooperationRegistryAccessException,
                                                                          PFMethodException,
                                                                          PFRuntimeException
レジストリサーバにコンポーネント情報が登録されているプラットフォームのうち、 指定されたブローカに属するものの一覧を取得する. ブローカ名にnullが指定 されたときは、レジストリに登録された全てのプラットフォームが取得される.

パラメータ:
brokerName - ブローカ名. 全てのプラットフォームを取得するときはnullを指定する.
戻り値:
プラットフォーム完全修飾名の配列
例外:
PFDataCooperationRegistryAccessException - エラーが発生した場合
PFMethodException - メソッド起動時のエラー
PFRuntimeException - 予期しない実行時エラー

getPFDataCreateListenerList

public java.util.Iterator getPFDataCreateListenerList()
イベントリスナ配列を取得する.

定義:
インタフェース PFDataCreateEventSource 内の getPFDataCreateListenerList
戻り値:
イベントリスナイテレータ

addPFDataCreateListener

public void addPFDataCreateListener(PFDataCreateListener lis)
引数で与えられたイベントリスナを登録し、 データ生成イベント発生時に処理を行う対象とする.

定義:
インタフェース PFDataCreateEventSource 内の addPFDataCreateListener
パラメータ:
lis - 追加対象イベントリスナ
関連項目:
removePFDataCreateListener(jp.go.aist.dmrc.platform.util.event.PFDataCreateListener)

removePFDataCreateListener

public void removePFDataCreateListener(PFDataCreateListener lis)
引数で与えられたイベントリスナを削除し、 データ生成イベント発生時に処理を行う対象から外す.

定義:
インタフェース PFDataCreateEventSource 内の removePFDataCreateListener
パラメータ:
lis - 削除対象イベントリスナ
関連項目:
addPFDataCreateListener(jp.go.aist.dmrc.platform.util.event.PFDataCreateListener)

readXML

public void readXML(PFXMLLoader in)
コンポーネントのXML入力.

定義:
インタフェース PFXMLSerializable 内の readXML
パラメータ:
in - XML入力ユーティリティ

writeXML

public void writeXML(PFXMLGenerator out)
              throws java.io.IOException
コンポーネントのXML出力.

定義:
インタフェース PFXMLSerializable 内の writeXML
パラメータ:
out - XML出力ユーティリティ
例外:
java.io.IOException