public class RetrieveOptions extends DynamicData
Java class for RetrieveOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveOptions">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="maxObjects" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxObjects |
| Constructor and Description |
|---|
RetrieveOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxObjects()
Gets the value of the maxObjects property.
|
void |
setMaxObjects(Integer value)
Sets the value of the maxObjects property.
|
protected Integer maxObjects
Copyright © 2018. All rights reserved.