public class LinkData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
child
The child object.
|
protected java.lang.Object |
linkinfo
The linkinfo.
|
protected QName[] |
pathname
The pathname.
|
Constructor and Description |
---|
LinkData(java.lang.Object child,
java.lang.Object linkinfo,
QName[] pathname)
Create a new link data.
|
Modifier and Type | Method and 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.
|
protected java.lang.Object child
protected java.lang.Object linkinfo
protected QName[] pathname
public LinkData(java.lang.Object child, java.lang.Object linkinfo, QName[] pathname)
public java.lang.Object getChild()
public java.lang.Object getLinkinfo()
public QName[] getPathname()
public java.lang.String toString()
toString
in class java.lang.Object