p12f.exe.thirdsgateway.objects
Class ThirdsGatewayRequest

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

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

See Also:
Serialized Form

Field Summary
 java.util.Map description
           
 java.lang.String id
           
 java.lang.String idioma
           
 ThirdsGatewayAuthorization thirdsGatewayAuthorization
           
 java.lang.String thirdsRegistryId
           
 java.lang.String urlCallBack
           
 
Constructor Summary
ThirdsGatewayRequest()
           
 
Method Summary
static ThirdsGatewayRequest getObject(java.lang.String xml)
          Convierte un XML en un objeto ThirdsGatewayRequest.
 java.lang.String toXML()
          Convierte un Objeto ThirdsGatewayRequest a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

idioma

public java.lang.String idioma

thirdsRegistryId

public java.lang.String thirdsRegistryId

urlCallBack

public java.lang.String urlCallBack

description

public java.util.Map description

thirdsGatewayAuthorization

public ThirdsGatewayAuthorization thirdsGatewayAuthorization
Constructor Detail

ThirdsGatewayRequest

public ThirdsGatewayRequest()
Method Detail

toXML

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

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

getObject

public static ThirdsGatewayRequest getObject(java.lang.String xml)
                                      throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto ThirdsGatewayRequest.

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