public class Skeleton
extends java.lang.Object
| Constructor and Description |
|---|
Skeleton() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(IExtChild child)
Adds an extension child to this skeleton.
|
java.util.List<IExtChild> |
getChildren()
Gets the list of extension children for this skeleton.
|
java.lang.String |
getHref()
Gets the href for this skeleton.
|
void |
setHref(java.lang.String href)
Sets the href for this skeleton.
|
public void setHref(java.lang.String href)
href - the new href to set (can be null).public java.lang.String getHref()
public void addChild(IExtChild child)
child - the extension child object to add.public java.util.List<IExtChild> getChildren()