public class FileQueryFlags extends DynamicData
Java class for FileQueryFlags complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileQueryFlags">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="fileType" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="modification" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="fileOwner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
fileOwner |
protected boolean |
fileSize |
protected boolean |
fileType |
protected boolean |
modification |
| Constructor and Description |
|---|
FileQueryFlags() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isFileOwner()
Gets the value of the fileOwner property.
|
boolean |
isFileSize()
Gets the value of the fileSize property.
|
boolean |
isFileType()
Gets the value of the fileType property.
|
boolean |
isModification()
Gets the value of the modification property.
|
void |
setFileOwner(Boolean value)
Sets the value of the fileOwner property.
|
void |
setFileSize(boolean value)
Sets the value of the fileSize property.
|
void |
setFileType(boolean value)
Sets the value of the fileType property.
|
void |
setModification(boolean value)
Sets the value of the modification property.
|
protected boolean fileType
protected boolean fileSize
protected boolean modification
protected Boolean fileOwner
public boolean isFileType()
public void setFileType(boolean value)
public boolean isFileSize()
public void setFileSize(boolean value)
public boolean isModification()
public void setModification(boolean value)
public Boolean isFileOwner()
BooleanCopyright © 2018. All rights reserved.