org.openxri.xml
Class XRDType

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

public class XRDType
extends SimpleXMLElement

Author:
=wil
See Also:
XRDType, Serialized Form

Field Summary
 
Fields inherited from class org.openxri.xml.SimpleXMLElement
attributes
 
Constructor Summary
XRDType()
           
XRDType(java.lang.String type)
           
XRDType(XRDType s)
           
 
Method Summary
 java.lang.String getType()
           
 void setType(java.lang.String type)
           
 
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

XRDType

public XRDType(XRDType s)

XRDType

public XRDType()

XRDType

public XRDType(java.lang.String type)
Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)


Copyright © 2005-2012. All Rights Reserved.