p12f.exe.thirdsgateway.objects
Class ThirdsRegistryContainerVarPair

java.lang.Object
  extended byp12f.exe.thirdsgateway.objects.ThirdsRegistryContainerVarPair
All Implemented Interfaces:
java.io.Serializable

public class ThirdsRegistryContainerVarPair
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String container
           
 java.lang.String variable
           
 
Constructor Summary
ThirdsRegistryContainerVarPair()
           
 
Method Summary
static ThirdsRegistryContainerVarPair getObject(java.lang.String xml)
          Convierte un XML en un objeto RegistryItem.
 java.lang.String toXML()
          Convierte un Objeto ThirdsRegistryContainerVarPair a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

public java.lang.String container

variable

public java.lang.String variable
Constructor Detail

ThirdsRegistryContainerVarPair

public ThirdsRegistryContainerVarPair()
Method Detail

toXML

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

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

getObject

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

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