public class StringOption extends OptionType
Java class for StringOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringOption">
<complexContent>
<extension base="{urn:vim25}OptionType">
<sequence>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="validCharacters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
validCharacters |
valueIsReadonly| Constructor and Description |
|---|
StringOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getValidCharacters()
Gets the value of the validCharacters property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setValidCharacters(String value)
Sets the value of the validCharacters property.
|
isValueIsReadonly, setValueIsReadonlyprotected String defaultValue
protected String validCharacters
public String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getValidCharacters()
StringCopyright © 2018. All rights reserved.