p12f.exe.thirdsgateway.objects
Class ThirdsGatewayRequest
java.lang.Object
p12f.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
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 |
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
ThirdsGatewayRequest
public ThirdsGatewayRequest()
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