Class ComponentDefinition

  • Direct Known Subclasses:
    ActionDefinition, EditorDefinition, WidgetDefinition

    public abstract class ComponentDefinition
    extends java.lang.Object

    Java class for ComponentDefinition complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ComponentDefinition">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected java.lang.String id
    • Constructor Detail

      • ComponentDefinition

        public ComponentDefinition()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getParent

        public java.lang.String getParent()
      • setParent

        public void setParent​(java.lang.String parent)
      • setSettings

        public abstract void setSettings​(Settings value)
      • getName

        public abstract java.lang.String getName()
      • setName

        public abstract void setName​(java.lang.String value)
      • getDescription

        public abstract java.lang.String getDescription()
      • setDescription

        public abstract void setDescription​(java.lang.String value)
      • getAuthor

        public abstract java.lang.String getAuthor()
      • setAuthor

        public abstract void setAuthor​(java.lang.String value)
      • getVersion

        public abstract java.lang.String getVersion()
      • setVersion

        public abstract void setVersion​(java.lang.String value)
      • getKeywords

        public abstract Keywords getKeywords()
      • setKeywords

        public abstract void setKeywords​(Keywords value)
      • getSettings

        public abstract Settings getSettings()
      • getSockets

        public abstract Sockets getSockets()
      • setSockets

        public abstract void setSockets​(Sockets value)