public class SharesOption extends DynamicData
Java class for SharesOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharesOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="sharesOption" type="{urn:vim25}IntOption"/>
<element name="defaultLevel" type="{urn:vim25}SharesLevel"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SharesLevel |
defaultLevel |
protected IntOption |
sharesOption |
| Constructor and Description |
|---|
SharesOption() |
| Modifier and Type | Method and Description |
|---|---|
SharesLevel |
getDefaultLevel()
Gets the value of the defaultLevel property.
|
IntOption |
getSharesOption()
Gets the value of the sharesOption property.
|
void |
setDefaultLevel(SharesLevel value)
Sets the value of the defaultLevel property.
|
void |
setSharesOption(IntOption value)
Sets the value of the sharesOption property.
|
protected IntOption sharesOption
protected SharesLevel defaultLevel
public IntOption getSharesOption()
IntOptionpublic void setSharesOption(IntOption value)
value - allowed object is
IntOptionpublic SharesLevel getDefaultLevel()
SharesLevelpublic void setDefaultLevel(SharesLevel value)
value - allowed object is
SharesLevelCopyright © 2018. All rights reserved.