public class FileInfo extends DynamicData
Java class for FileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="friendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="modification" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
fileSize |
protected String |
friendlyName |
protected XMLGregorianCalendar |
modification |
protected String |
owner |
protected String |
path |
| Constructor and Description |
|---|
FileInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFileSize()
Gets the value of the fileSize property.
|
String |
getFriendlyName()
Gets the value of the friendlyName property.
|
XMLGregorianCalendar |
getModification()
Gets the value of the modification property.
|
String |
getOwner()
Gets the value of the owner property.
|
String |
getPath()
Gets the value of the path property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setFriendlyName(String value)
Sets the value of the friendlyName property.
|
void |
setModification(XMLGregorianCalendar value)
Sets the value of the modification property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPath(String value)
Sets the value of the path property.
|
protected String path
protected String friendlyName
protected Long fileSize
protected XMLGregorianCalendar modification
protected String owner
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getFriendlyName()
Stringpublic void setFriendlyName(String value)
value - allowed object is
Stringpublic Long getFileSize()
Longpublic void setFileSize(Long value)
value - allowed object is
Longpublic XMLGregorianCalendar getModification()
XMLGregorianCalendarpublic void setModification(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getOwner()
StringCopyright © 2018. All rights reserved.