p12f.exe.thirdsgateway.objects
Class RegistryItem

java.lang.Object
  extended byp12f.exe.thirdsgateway.objects.RegistryItem
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class RegistryItem
extends java.lang.Object
implements com.ejie.r01f.util.Initializable, java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.util.Map data
           
 ThirdData thirdData
           
 java.lang.String validationsOk
           
 
Constructor Summary
RegistryItem()
           
 
Method Summary
static RegistryItem getObject(java.lang.String xml)
          Convierte un XML en un objeto RegistryItem.
static RegistryItem getObject(ThirdsRegistryConfiguration registroConf, java.lang.String id)
          Convierte un objeto ThirdsRegistryConfiguration en un objeto RegistryItem.
static void main(java.lang.String[] args)
           
 java.lang.String toXML()
          Convierte un Objeto RegistryItem a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thirdData

public ThirdData thirdData

data

public java.util.Map data

validationsOk

public java.lang.String validationsOk
Constructor Detail

RegistryItem

public RegistryItem()
Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto RegistryItem a XML.

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static RegistryItem getObject(java.lang.String xml)
                              throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto RegistryItem.

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static RegistryItem getObject(ThirdsRegistryConfiguration registroConf,
                                     java.lang.String id)
Convierte un objeto ThirdsRegistryConfiguration en un objeto RegistryItem.

Returns:

main

public static void main(java.lang.String[] args)
                 throws com.ejie.r01f.xml.marshalling.XOMarshallerException,
                        java.lang.Exception
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
java.lang.Exception