public class HostDatastoreBrowserSearchSpec extends DynamicData
Java class for HostDatastoreBrowserSearchSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDatastoreBrowserSearchSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="query" type="{urn:vim25}FileQuery" maxOccurs="unbounded" minOccurs="0"/>
<element name="details" type="{urn:vim25}FileQueryFlags" minOccurs="0"/>
<element name="searchCaseInsensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="matchPattern" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="sortFoldersFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileQueryFlags |
details |
protected List<String> |
matchPattern |
protected List<FileQuery> |
query |
protected Boolean |
searchCaseInsensitive |
protected Boolean |
sortFoldersFirst |
| Constructor and Description |
|---|
HostDatastoreBrowserSearchSpec() |
| Modifier and Type | Method and Description |
|---|---|
FileQueryFlags |
getDetails()
Gets the value of the details property.
|
List<String> |
getMatchPattern()
Gets the value of the matchPattern property.
|
List<FileQuery> |
getQuery()
Gets the value of the query property.
|
Boolean |
isSearchCaseInsensitive()
Gets the value of the searchCaseInsensitive property.
|
Boolean |
isSortFoldersFirst()
Gets the value of the sortFoldersFirst property.
|
void |
setDetails(FileQueryFlags value)
Sets the value of the details property.
|
void |
setSearchCaseInsensitive(Boolean value)
Sets the value of the searchCaseInsensitive property.
|
void |
setSortFoldersFirst(Boolean value)
Sets the value of the sortFoldersFirst property.
|
protected FileQueryFlags details
protected Boolean searchCaseInsensitive
protected Boolean sortFoldersFirst
public List<FileQuery> getQuery()
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 query property.
For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
FileQuery
public FileQueryFlags getDetails()
FileQueryFlagspublic void setDetails(FileQueryFlags value)
value - allowed object is
FileQueryFlagspublic Boolean isSearchCaseInsensitive()
Booleanpublic void setSearchCaseInsensitive(Boolean value)
value - allowed object is
Booleanpublic List<String> getMatchPattern()
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 matchPattern property.
For example, to add a new item, do as follows:
getMatchPattern().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isSortFoldersFirst()
BooleanCopyright © 2018. All rights reserved.