p12f.exe.thirdsgateway.objects.config
Class ValidatorConfig

java.lang.Object
  extended byp12f.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

Field Summary
 java.util.Map aditionalData
           
static java.lang.String CLASE
           
 java.util.Map description
           
 boolean enabled
           
 boolean hasDataResult
           
 java.lang.String id
           
 boolean internal
           
 boolean isMultiple
           
static java.lang.String MULTIPLE_ID
           
 int order
           
static java.lang.String RESULT
           
 boolean synchronous
           
static java.lang.String THIRD_ID
           
static java.lang.String THIRDS_REGISTRY_ID
           
static java.lang.String TRANSACTION_ID
           
 java.lang.String type
           
 java.lang.String typeImplement
           
static java.lang.String URL
           
static java.lang.String VALIDATION_ID
           
static java.lang.String VALIDATION_RESULT
           
static java.lang.String VALOR
           
static java.lang.String VARIABLE_ID
           
 
Constructor Summary
ValidatorConfig()
           
 
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
 

Field Detail

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
Constructor Detail

ValidatorConfig

public ValidatorConfig()
Method Detail

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