p12f.exe.thirdsgateway.objects
Class RegistryItem
java.lang.Object
p12f.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thirdData
public ThirdData thirdData
data
public java.util.Map data
validationsOk
public java.lang.String validationsOk
RegistryItem
public RegistryItem()
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