public class CustomizationGuiUnattended extends DynamicData
Java class for CustomizationGuiUnattended complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationGuiUnattended">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="password" type="{urn:vim25}CustomizationPassword" minOccurs="0"/>
<element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="autoLogon" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="autoLogonCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoLogon |
protected int |
autoLogonCount |
protected CustomizationPassword |
password |
protected int |
timeZone |
| Constructor and Description |
|---|
CustomizationGuiUnattended() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAutoLogonCount()
Gets the value of the autoLogonCount property.
|
CustomizationPassword |
getPassword()
Gets the value of the password property.
|
int |
getTimeZone()
Gets the value of the timeZone property.
|
boolean |
isAutoLogon()
Gets the value of the autoLogon property.
|
void |
setAutoLogon(boolean value)
Sets the value of the autoLogon property.
|
void |
setAutoLogonCount(int value)
Sets the value of the autoLogonCount property.
|
void |
setPassword(CustomizationPassword value)
Sets the value of the password property.
|
void |
setTimeZone(int value)
Sets the value of the timeZone property.
|
protected CustomizationPassword password
protected int timeZone
protected boolean autoLogon
protected int autoLogonCount
public CustomizationPassword getPassword()
CustomizationPasswordpublic void setPassword(CustomizationPassword value)
value - allowed object is
CustomizationPasswordpublic int getTimeZone()
public void setTimeZone(int value)
public boolean isAutoLogon()
public void setAutoLogon(boolean value)
public int getAutoLogonCount()
public void setAutoLogonCount(int value)
Copyright © 2018. All rights reserved.