p12f.exe.thirdsgateway.objects.config
Class UrlsConfig

java.lang.Object
  extended byp12f.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
           
 
Constructor Summary
UrlsConfig()
           
 
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
 

Field Detail

id

public java.lang.String id

urls

public java.util.List urls
Constructor Detail

UrlsConfig

public UrlsConfig()
Method Detail

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