public class GuestCustomizationSectionHandler extends ParseSax.HandlerWithResult<GuestCustomizationSection>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adminPassword |
protected Boolean |
adminPasswordAuto |
protected Boolean |
adminPasswordEnabled |
protected Boolean |
changeSid |
protected String |
computerName |
protected StringBuilder |
currentText |
protected String |
customizationScript |
protected String |
domainName |
protected String |
domainUserName |
protected String |
domainUserPassword |
protected Boolean |
enabled |
protected String |
info |
protected Boolean |
joinDomainEnabled |
protected String |
name |
protected Boolean |
resetPasswordRequired |
protected Boolean |
useOrgSettings |
protected String |
virtualMachineId |
| Constructor and Description |
|---|
GuestCustomizationSectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
protected String |
currentOrNull() |
void |
endElement(String uri,
String localName,
String qName) |
GuestCustomizationSection |
getResult() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attrs) |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected StringBuilder currentText
protected String info
protected String name
protected Boolean enabled
protected Boolean changeSid
protected String virtualMachineId
protected Boolean joinDomainEnabled
protected Boolean useOrgSettings
protected String domainName
protected String domainUserName
protected String domainUserPassword
protected Boolean adminPasswordEnabled
protected Boolean adminPasswordAuto
protected String adminPassword
protected Boolean resetPasswordRequired
protected String customizationScript
protected String computerName
public GuestCustomizationSection getResult()
getResult in class ParseSax.HandlerWithResult<GuestCustomizationSection>public void startElement(String uri, String localName, String qName, Attributes attrs)
startElement in interface ContentHandlerstartElement in class DefaultHandlerpublic void endElement(String uri, String localName, String qName)
endElement in interface ContentHandlerendElement in class DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerprotected String currentOrNull()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.