Package jadex.xml.reader
Class LinkData
- java.lang.Object
-
- jadex.xml.reader.LinkData
-
public class LinkData extends java.lang.Object
Data for linking two objects.
-
-
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.
-
-
-
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 classjava.lang.Object
- Returns:
- The string representation.
-
-