p12f.exe.holdercert.objects.config.query
Class BaseHolderCertQueryResult
java.lang.Object
p12f.exe.holdercert.objects.config.query.BaseHolderCertQueryResult
- All Implemented Interfaces:
- com.ejie.r01f.util.Initializable, java.io.Serializable
- public class BaseHolderCertQueryResult
- extends java.lang.Object
- implements java.io.Serializable, com.ejie.r01f.util.Initializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
numResult
public int numResult
results
public java.util.Map results
BaseHolderCertQueryResult
public BaseHolderCertQueryResult()
getObject
public static BaseHolderCertQueryResult 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