p12f.exe.thirdsgateway.objects.config
Class ValidatorConfig
java.lang.Object
p12f.exe.thirdsgateway.objects.config.ValidatorConfig
- All Implemented Interfaces:
- java.lang.Comparable, com.ejie.r01f.util.Initializable, java.io.Serializable
- public class ValidatorConfig
- extends java.lang.Object
- implements com.ejie.r01f.util.Initializable, java.lang.Comparable, java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
int |
compareTo(java.lang.Object o)
|
static ValidatorConfig |
getObject(java.lang.String xml)
Convierte un XML en un objeto ValidatorConfig. |
java.lang.String |
toXML()
Convierte un Objeto ValidatorConfig a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASE
public static final java.lang.String CLASE
- See Also:
- Constant Field Values
URL
public static final java.lang.String URL
- See Also:
- Constant Field Values
THIRDS_REGISTRY_ID
public static final java.lang.String THIRDS_REGISTRY_ID
- See Also:
- Constant Field Values
THIRD_ID
public static final java.lang.String THIRD_ID
- See Also:
- Constant Field Values
VARIABLE_ID
public static final java.lang.String VARIABLE_ID
- See Also:
- Constant Field Values
VALIDATION_ID
public static final java.lang.String VALIDATION_ID
- See Also:
- Constant Field Values
TRANSACTION_ID
public static final java.lang.String TRANSACTION_ID
- See Also:
- Constant Field Values
MULTIPLE_ID
public static final java.lang.String MULTIPLE_ID
- See Also:
- Constant Field Values
VALIDATION_RESULT
public static final java.lang.String VALIDATION_RESULT
- See Also:
- Constant Field Values
RESULT
public static final java.lang.String RESULT
- See Also:
- Constant Field Values
VALOR
public static final java.lang.String VALOR
- See Also:
- Constant Field Values
id
public java.lang.String id
description
public java.util.Map description
enabled
public boolean enabled
order
public int order
internal
public boolean internal
hasDataResult
public boolean hasDataResult
isMultiple
public boolean isMultiple
type
public java.lang.String type
typeImplement
public java.lang.String typeImplement
synchronous
public boolean synchronous
aditionalData
public java.util.Map aditionalData
ValidatorConfig
public ValidatorConfig()
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto ValidatorConfig a XML.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static ValidatorConfig getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un XML en un objeto ValidatorConfig.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable