org.openrtk.idl.epp0705
Class epp_ResultValue
java.lang.Object
org.openrtk.idl.epp0705.epp_ResultValue
- org.omg.CORBA.portable.IDLEntity
public class epp_ResultValue
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Contains the information of the XML element from the request
which cause the server to return an error.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_ResultValue.java,v 1.1 2003/03/20 22:42:19 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:19 $
m_element_name
public String m_element_name
The name of the XML element.
Can be null/empty if the XML is not parsable.
m_element_value
public String m_element_value
The value of the element.
Can be null if the XML is unparsable.
m_namespace
public String m_namespace
The namespace of the XML element.
Can be null/empty if the XML is not parsable.
m_xml_string
public String m_xml_string
The entire XML string of the offending element.
Always set.
epp_ResultValue
public epp_ResultValue()
epp_ResultValue
public epp_ResultValue(String _m_namespace,
String _m_xml_string,
String _m_element_name,
String _m_element_value)
getElementName
public String getElementName()
getElementValue
public String getElementValue()
getNamespace
public String getNamespace()
getXmlString
public String getXmlString()
setElementName
public void setElementName(String value)
setElementValue
public void setElementValue(String value)
setNamespace
public void setNamespace(String value)
setXmlString
public void setXmlString(String value)
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS