public class GuestWindowsFileAttributes extends GuestFileAttributes
Java class for GuestWindowsFileAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestWindowsFileAttributes">
<complexContent>
<extension base="{urn:vim25}GuestFileAttributes">
<sequence>
<element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
createTime |
protected Boolean |
hidden |
protected Boolean |
readOnly |
accessTime, modificationTime, symlinkTarget| Constructor and Description |
|---|
GuestWindowsFileAttributes() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreateTime()
Gets the value of the createTime property.
|
Boolean |
isHidden()
Gets the value of the hidden property.
|
Boolean |
isReadOnly()
Gets the value of the readOnly property.
|
void |
setCreateTime(XMLGregorianCalendar value)
Sets the value of the createTime property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setReadOnly(Boolean value)
Sets the value of the readOnly property.
|
getAccessTime, getModificationTime, getSymlinkTarget, setAccessTime, setModificationTime, setSymlinkTargetprotected Boolean hidden
protected Boolean readOnly
protected XMLGregorianCalendar createTime
public Boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic Boolean isReadOnly()
Booleanpublic void setReadOnly(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getCreateTime()
XMLGregorianCalendarpublic void setCreateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.