Class LinkData


  • public class LinkData
    extends java.lang.Object
    Data for linking two objects.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object child
      The child object.
      protected java.lang.Object linkinfo
      The linkinfo.
      protected QName[] pathname
      The pathname.
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkData​(java.lang.Object child, java.lang.Object linkinfo, QName[] pathname)
      Create a new link data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getChild()
      Get the child.
      java.lang.Object getLinkinfo()
      Get the linkinfo.
      QName[] getPathname()
      Get the pathname.
      java.lang.String toString()
      Get the string representation.
      • Methods inherited from class java.lang.Object

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

      • child

        protected java.lang.Object child
        The child object.
      • linkinfo

        protected java.lang.Object linkinfo
        The linkinfo.
      • pathname

        protected QName[] pathname
        The pathname.
    • Constructor Detail

      • LinkData

        public LinkData​(java.lang.Object child,
                        java.lang.Object linkinfo,
                        QName[] pathname)
        Create a new link data.
    • Method Detail

      • getChild

        public java.lang.Object getChild()
        Get the child.
        Returns:
        The child.
      • getLinkinfo

        public java.lang.Object getLinkinfo()
        Get the linkinfo.
        Returns:
        The linkinfo.
      • getPathname

        public QName[] getPathname()
        Get the pathname.
        Returns:
        The pathname.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.