Package jadex.xml.reader
Class LinkData
- java.lang.Object
- 
- jadex.xml.reader.LinkData
 
- 
 public class LinkData extends java.lang.ObjectData for linking two objects.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetChild()Get the child.java.lang.ObjectgetLinkinfo()Get the linkinfo.QName[]getPathname()Get the pathname.java.lang.StringtoString()Get the string representation.
 
- 
- 
- 
Field Detail- 
childprotected java.lang.Object child The child object.
 - 
linkinfoprotected java.lang.Object linkinfo The linkinfo.
 - 
pathnameprotected QName[] pathname The pathname.
 
- 
 - 
Constructor Detail- 
LinkDatapublic LinkData(java.lang.Object child, java.lang.Object linkinfo, QName[] pathname)Create a new link data.
 
- 
 - 
Method Detail- 
getChildpublic java.lang.Object getChild() Get the child.- Returns:
- The child.
 
 - 
getLinkinfopublic java.lang.Object getLinkinfo() Get the linkinfo.- Returns:
- The linkinfo.
 
 - 
getPathnamepublic QName[] getPathname() Get the pathname.- Returns:
- The pathname.
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-