Class Skeleton


  • public class Skeleton
    extends Object
    Represents the information associated with the skeleton.
    • Constructor Detail

      • Skeleton

        public Skeleton()
    • Method Detail

      • setHref

        public void setHref​(String href)
        Sets the href for this skeleton.
        Parameters:
        href - the new href to set (can be null).
      • getHref

        public String getHref()
        Gets the href for this skeleton.
        Returns:
        the href for this skeleton (can be null).
      • addChild

        public void addChild​(IExtChild child)
        Adds an extension child to this skeleton.
        Parameters:
        child - the extension child object to add.
      • getChildren

        public List<IExtChild> getChildren()
        Gets the list of extension children for this skeleton.
        Returns:
        the list of extension children for this skeleton (can be null).