public class GuestFileInfo extends DynamicData
Java class for GuestFileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestFileInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="attributes" type="{urn:vim25}GuestFileAttributes"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GuestFileAttributes |
attributes |
protected String |
path |
protected long |
size |
protected String |
type |
| Constructor and Description |
|---|
GuestFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
GuestFileAttributes |
getAttributes()
Gets the value of the attributes property.
|
String |
getPath()
Gets the value of the path property.
|
long |
getSize()
Gets the value of the size property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAttributes(GuestFileAttributes value)
Sets the value of the attributes property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setSize(long value)
Sets the value of the size property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String path
protected String type
protected long size
protected GuestFileAttributes attributes
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic long getSize()
public void setSize(long value)
public GuestFileAttributes getAttributes()
GuestFileAttributespublic void setAttributes(GuestFileAttributes value)
value - allowed object is
GuestFileAttributesCopyright © 2018. All rights reserved.