public class GuestFileAttributes extends DynamicData
Java class for GuestFileAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestFileAttributes">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="modificationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="accessTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="symlinkTarget" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
accessTime |
protected XMLGregorianCalendar |
modificationTime |
protected String |
symlinkTarget |
| Constructor and Description |
|---|
GuestFileAttributes() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getAccessTime()
Gets the value of the accessTime property.
|
XMLGregorianCalendar |
getModificationTime()
Gets the value of the modificationTime property.
|
String |
getSymlinkTarget()
Gets the value of the symlinkTarget property.
|
void |
setAccessTime(XMLGregorianCalendar value)
Sets the value of the accessTime property.
|
void |
setModificationTime(XMLGregorianCalendar value)
Sets the value of the modificationTime property.
|
void |
setSymlinkTarget(String value)
Sets the value of the symlinkTarget property.
|
protected XMLGregorianCalendar modificationTime
protected XMLGregorianCalendar accessTime
protected String symlinkTarget
public XMLGregorianCalendar getModificationTime()
XMLGregorianCalendarpublic void setModificationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getAccessTime()
XMLGregorianCalendarpublic void setAccessTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSymlinkTarget()
StringCopyright © 2018. All rights reserved.