public class CustomizationWinOptions extends CustomizationOptions
Java class for CustomizationWinOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationWinOptions">
<complexContent>
<extension base="{urn:vim25}CustomizationOptions">
<sequence>
<element name="changeSID" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="deleteAccounts" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reboot" type="{urn:vim25}CustomizationSysprepRebootOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
changeSID |
protected boolean |
deleteAccounts |
protected CustomizationSysprepRebootOption |
reboot |
| Constructor and Description |
|---|
CustomizationWinOptions() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationSysprepRebootOption |
getReboot()
Gets the value of the reboot property.
|
boolean |
isChangeSID()
Gets the value of the changeSID property.
|
boolean |
isDeleteAccounts()
Gets the value of the deleteAccounts property.
|
void |
setChangeSID(boolean value)
Sets the value of the changeSID property.
|
void |
setDeleteAccounts(boolean value)
Sets the value of the deleteAccounts property.
|
void |
setReboot(CustomizationSysprepRebootOption value)
Sets the value of the reboot property.
|
protected boolean changeSID
protected boolean deleteAccounts
protected CustomizationSysprepRebootOption reboot
public boolean isChangeSID()
public void setChangeSID(boolean value)
public boolean isDeleteAccounts()
public void setDeleteAccounts(boolean value)
public CustomizationSysprepRebootOption getReboot()
CustomizationSysprepRebootOptionpublic void setReboot(CustomizationSysprepRebootOption value)
value - allowed object is
CustomizationSysprepRebootOptionCopyright © 2018. All rights reserved.