p12f.exe.thirdsgateway.objects.config
Class UrlsConfig
java.lang.Object
p12f.exe.thirdsgateway.objects.config.UrlsConfig
- All Implemented Interfaces:
- com.ejie.r01f.util.Initializable, java.io.Serializable
- public class UrlsConfig
- extends java.lang.Object
- implements java.io.Serializable, com.ejie.r01f.util.Initializable
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
id
|
java.util.List |
urls
|
Method Summary |
static UrlsConfig |
getObject(java.lang.String xml)
Convierte un XML en un objeto UrlsConfig. |
java.lang.String |
toXML()
Convierte un Objeto UrlsConfig a XML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.String id
urls
public java.util.List urls
UrlsConfig
public UrlsConfig()
toXML
public java.lang.String toXML()
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un Objeto UrlsConfig a XML.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException
getObject
public static UrlsConfig getObject(java.lang.String xml)
throws com.ejie.r01f.xml.marshalling.XOMarshallerException
- Convierte un XML en un objeto UrlsConfig.
- Returns:
-
- Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException