public class GuestListFileInfo extends DynamicData
Java class for GuestListFileInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestListFileInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="files" type="{urn:vim25}GuestFileInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="remaining" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<GuestFileInfo> |
files |
protected int |
remaining |
| Constructor and Description |
|---|
GuestListFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<GuestFileInfo> |
getFiles()
Gets the value of the files property.
|
int |
getRemaining()
Gets the value of the remaining property.
|
void |
setRemaining(int value)
Sets the value of the remaining property.
|
protected List<GuestFileInfo> files
protected int remaining
public List<GuestFileInfo> getFiles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the files property.
For example, to add a new item, do as follows:
getFiles().add(newItem);
Objects of the following type(s) are allowed in the list
GuestFileInfo
public int getRemaining()
public void setRemaining(int value)
Copyright © 2018. All rights reserved.