Class AdvancedSearch
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.AdvancedSearch
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="group" type="{}root-group"/>
<element name="related-types" type="{}related-types" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Gets the value of the group property.Gets the value of the relatedTypes property.voidSets the value of the group property.voidsetRelatedTypes(RelatedTypes value) Sets the value of the relatedTypes property.
-
Field Details
-
group
-
-
Constructor Details
-
AdvancedSearch
public AdvancedSearch()
-
-
Method Details
-
getGroup
Gets the value of the group property.- Returns:
- possible object is
RootGroup
-
setGroup
Sets the value of the group property.- Parameters:
value- allowed object isRootGroup
-
getRelatedTypes
Gets the value of the relatedTypes property.- Returns:
- possible object is
RelatedTypes
-
setRelatedTypes
Sets the value of the relatedTypes property.- Parameters:
value- allowed object isRelatedTypes
-