p12f.exe.thirdsgateway.objects.config.query
Class ThirdsRegistryQueryResult

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

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

See Also:
Serialized Form

Field Summary
 int numResult
           
 java.util.Map results
           
 
Constructor Summary
ThirdsRegistryQueryResult()
           
 
Method Summary
static ThirdsRegistryQueryResult getObject(java.lang.String xml)
          Convierte de un String xml a un Objeto
 java.lang.String toXML()
          Convierte un Objeto BaseConfigQueryResult a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numResult

public int numResult

results

public java.util.Map results
Constructor Detail

ThirdsRegistryQueryResult

public ThirdsRegistryQueryResult()
Method Detail

getObject

public static ThirdsRegistryQueryResult getObject(java.lang.String xml)
                                           throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte de un String xml a un Objeto

Parameters:
xml - : XML de objeto.
Returns:
Objeto convertido.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

toXML

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

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