Class AdvancedSearch
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.AdvancedSearch
-
public class AdvancedSearch extends java.lang.ObjectJava 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 Modifier and Type Field Description protected RootGroupgroupprotected RelatedTypesrelatedTypes
-
Constructor Summary
Constructors Constructor Description AdvancedSearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootGroupgetGroup()Gets the value of the group property.RelatedTypesgetRelatedTypes()Gets the value of the relatedTypes property.voidsetGroup(RootGroup value)Sets the value of the group property.voidsetRelatedTypes(RelatedTypes value)Sets the value of the relatedTypes property.
-
-
-
Field Detail
-
group
protected RootGroup group
-
relatedTypes
protected RelatedTypes relatedTypes
-
-
Method Detail
-
getGroup
public RootGroup getGroup()
Gets the value of the group property.- Returns:
- possible object is
RootGroup
-
setGroup
public void setGroup(RootGroup value)
Sets the value of the group property.- Parameters:
value- allowed object isRootGroup
-
getRelatedTypes
public RelatedTypes getRelatedTypes()
Gets the value of the relatedTypes property.- Returns:
- possible object is
RelatedTypes
-
setRelatedTypes
public void setRelatedTypes(RelatedTypes value)
Sets the value of the relatedTypes property.- Parameters:
value- allowed object isRelatedTypes
-
-