org.openxri.xml
Class Redirect

java.lang.Object
  extended by org.openxri.xml.SimpleXMLElement
      extended by org.openxri.xml.Redirect
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Redirect
extends SimpleXMLElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openxri.xml.SimpleXMLElement
attributes
 
Constructor Summary
Redirect()
           
Redirect(org.w3c.dom.Element oElem)
          This method constructs the object from DOM.
Redirect(java.lang.String sValue)
           
 
Method Summary
 java.lang.String getAppend()
           
 java.lang.Integer getPriority()
           
 void setAppend(java.lang.String append)
           
 void setPriority(java.lang.Integer priority)
           
 
Methods inherited from class org.openxri.xml.SimpleXMLElement
addAttribute, clone, equals, fromXML, getAttributeValue, getTagname, getValue, hashCode, removeAttribute, reset, setValue, toString, toString, toXML, toXML
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Redirect

public Redirect()

Redirect

public Redirect(java.lang.String sValue)

Redirect

public Redirect(org.w3c.dom.Element oElem)
         throws java.net.URISyntaxException
This method constructs the object from DOM. It does not keep a copy of the DOM around. Whitespace information is lost in this process.

Throws:
java.net.URISyntaxException
Method Detail

getPriority

public java.lang.Integer getPriority()
Returns:
Returns the priority.

setPriority

public void setPriority(java.lang.Integer priority)

getAppend

public java.lang.String getAppend()
Returns:
Returns the priority.

setAppend

public void setAppend(java.lang.String append)


Copyright © 2005-2012. All Rights Reserved.