java.lang.Object
de.hybris.platform.cmscockpit.services.config.jaxb.contenteditor.Property

public class Property extends Object

Java class for property complex type.

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

 <complexType name="property">
   <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" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • parameter

      protected List<Parameter> parameter
    • qualifier

      protected String qualifier
    • editorCode

      protected String editorCode
    • visible

      protected Boolean visible
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getParameter

      public 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 String getQualifier()
      Gets the value of the qualifier property.
      Returns:
      possible object is String
    • setQualifier

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

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

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

      public void setVisible(Boolean visible)
      Sets the value of the visible property.
      Parameters:
      visible - visibility
    • isVisible

      public Boolean isVisible()
      Gets the value of the visible property.
      Returns:
      visible value of the visible property