public class CustomizationPassword extends DynamicData
Java class for CustomizationPassword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationPassword">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="plainText" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
plainText |
protected String |
value |
| Constructor and Description |
|---|
CustomizationPassword() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
boolean |
isPlainText()
Gets the value of the plainText property.
|
void |
setPlainText(boolean value)
Sets the value of the plainText property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected boolean plainText
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isPlainText()
public void setPlainText(boolean value)
Copyright © 2018. All rights reserved.