Class Property
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Property
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="conditions" type="{}conditionList" minOccurs="0"/>
<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="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="sort-enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="editor" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConditionListprotected Stringprotected Stringprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conditions property.Gets the value of the editor property.Gets the value of the parameter property.Gets the value of the qualifier property.booleanGets the value of the sortEnabled property.booleanGets the value of the visible property.voidsetConditions(ConditionList value) Sets the value of the conditions property.voidSets the value of the editor property.voidsetQualifier(String value) Sets the value of the qualifier property.voidsetSortEnabled(Boolean value) Sets the value of the sortEnabled property.voidsetVisible(Boolean value) Sets the value of the visible property.
-
Field Details
-
conditions
-
parameter
-
qualifier
-
visible
-
sortEnabled
-
editor
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getConditions
Gets the value of the conditions property.- Returns:
- possible object is
ConditionList
-
setConditions
Sets the value of the conditions property.- Parameters:
value- allowed object isConditionList
-
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
setmethod 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
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
isVisible
public boolean isVisible()Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
Sets the value of the visible property.- Parameters:
value- allowed object isBoolean
-
isSortEnabled
public boolean isSortEnabled()Gets the value of the sortEnabled property.- Returns:
- possible object is
Boolean
-
setSortEnabled
Sets the value of the sortEnabled property.- Parameters:
value- allowed object isBoolean
-
getEditor
Gets the value of the editor property.- Returns:
- possible object is
String
-
setEditor
Sets the value of the editor property.- Parameters:
value- allowed object isString
-