Class EditorProperty


  • public class EditorProperty
    extends java.lang.Object

    Java class for editorProperty complex type.

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

     <complexType name="editorProperty">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="parameter" type="{}parameter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="editorCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String editorCode  
      protected java.util.List<Parameter> parameter  
      protected java.lang.String qualifier  
      protected java.lang.Boolean visible  
    • Constructor Summary

      Constructors 
      Constructor Description
      EditorProperty()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEditorCode()
      Gets the value of the editorCode property.
      java.util.List<Parameter> getParameter()
      Gets the value of the parameter property.
      java.lang.String getQualifier()
      Gets the value of the qualifier property.
      java.lang.Boolean isVisible()
      Gets the value of the visible property.
      void setEditorCode​(java.lang.String value)
      Sets the value of the editorCode property.
      void setQualifier​(java.lang.String value)
      Sets the value of the qualifier property.
      void setVisible​(java.lang.Boolean value)
      Sets the value of the visible property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameter

        protected java.util.List<Parameter> parameter
      • qualifier

        protected java.lang.String qualifier
      • editorCode

        protected java.lang.String editorCode
      • visible

        protected java.lang.Boolean visible
    • Constructor Detail

      • EditorProperty

        public EditorProperty()
    • Method Detail

      • getParameter

        public java.util.List<Parameter> getParameter()
        Gets the value of the parameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameter property.

        For example, to add a new item, do as follows:

         getParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list Parameter

      • getQualifier

        public java.lang.String getQualifier()
        Gets the value of the qualifier property.
        Returns:
        possible object is String
      • setQualifier

        public void setQualifier​(java.lang.String value)
        Sets the value of the qualifier property.
        Parameters:
        value - allowed object is String
      • getEditorCode

        public java.lang.String getEditorCode()
        Gets the value of the editorCode property.
        Returns:
        possible object is String
      • setEditorCode

        public void setEditorCode​(java.lang.String value)
        Sets the value of the editorCode property.
        Parameters:
        value - allowed object is String
      • isVisible

        public java.lang.Boolean isVisible()
        Gets the value of the visible property.
        Returns:
        possible object is Boolean
      • setVisible

        public void setVisible​(java.lang.Boolean value)
        Sets the value of the visible property.
        Parameters:
        value - allowed object is Boolean