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, setContext
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected 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 ContentHandler
startElement
in class DefaultHandler
public void endElement(String uri, String localName, String qName)
endElement
in interface ContentHandler
endElement
in class DefaultHandler
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
characters
in class DefaultHandler
protected String currentOrNull()
Copyright © 2009-2012 jclouds. All Rights Reserved.