public class OptionDef extends ElementDescription
Java class for OptionDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionDef">
<complexContent>
<extension base="{urn:vim25}ElementDescription">
<sequence>
<element name="optionType" type="{urn:vim25}OptionType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OptionType |
optionType |
keylabel, summary| Constructor and Description |
|---|
OptionDef() |
| Modifier and Type | Method and Description |
|---|---|
OptionType |
getOptionType()
Gets the value of the optionType property.
|
void |
setOptionType(OptionType value)
Sets the value of the optionType property.
|
getKey, setKeygetLabel, getSummary, setLabel, setSummaryprotected OptionType optionType
public OptionType getOptionType()
OptionTypepublic void setOptionType(OptionType value)
value - allowed object is
OptionTypeCopyright © 2018. All rights reserved.