public class AdvancedSearch extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected RootGroup |
group |
protected RelatedTypes |
relatedTypes |
| Constructor and Description |
|---|
AdvancedSearch() |
| Modifier and Type | Method and Description |
|---|---|
RootGroup |
getGroup()
Gets the value of the group property.
|
RelatedTypes |
getRelatedTypes()
Gets the value of the relatedTypes property.
|
void |
setGroup(RootGroup value)
Sets the value of the group property.
|
void |
setRelatedTypes(RelatedTypes value)
Sets the value of the relatedTypes property.
|
protected RootGroup group
protected RelatedTypes relatedTypes
public RootGroup getGroup()
RootGrouppublic void setGroup(RootGroup value)
value - allowed object is
RootGrouppublic RelatedTypes getRelatedTypes()
RelatedTypespublic void setRelatedTypes(RelatedTypes value)
value - allowed object is
RelatedTypesCopyright © 2017 SAP SE. All Rights Reserved.