Class Reference


  • public class Reference
    extends java.lang.Object
    Reference.

    Author:
    Davanum Srinivas (dims@yahoo.com).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.w3c.dom.Element element  
      static javax.xml.namespace.QName TOKEN  
    • Constructor Summary

      Constructors 
      Constructor Description
      Reference​(org.w3c.dom.Document doc)
      Constructor.
      Reference​(org.w3c.dom.Element elem)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element getElement()
      get the dom element.
      java.lang.String getURI()
      get the URI.
      java.lang.String getValueType()
      get the URI.
      void setURI​(java.lang.String uri)
      set the URI.
      void setValueType​(java.lang.String valueType)
      set the Value type.
      java.lang.String toString()
      return the string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • TOKEN

        public static final javax.xml.namespace.QName TOKEN
      • element

        protected org.w3c.dom.Element element
    • Constructor Detail

      • Reference

        public Reference​(org.w3c.dom.Document doc)
        Constructor.

        Parameters:
        doc -
    • Method Detail

      • getElement

        public org.w3c.dom.Element getElement()
        get the dom element.

        Returns:
        TODO
      • getValueType

        public java.lang.String getValueType()
        get the URI.

        Returns:
        TODO
      • getURI

        public java.lang.String getURI()
        get the URI.

        Returns:
        TODO
      • setValueType

        public void setValueType​(java.lang.String valueType)
        set the Value type.

        Parameters:
        valueType -
      • setURI

        public void setURI​(java.lang.String uri)
        set the URI.

        Parameters:
        uri -
      • toString

        public java.lang.String toString()
        return the string representation.

        Overrides:
        toString in class java.lang.Object
        Returns:
        TODO