public class AnswerFileCreateSpec extends DynamicData
Java class for AnswerFileCreateSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnswerFileCreateSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="validating" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
validating |
| Constructor and Description |
|---|
AnswerFileCreateSpec() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isValidating()
Gets the value of the validating property.
|
void |
setValidating(Boolean value)
Sets the value of the validating property.
|
protected Boolean validating
Copyright © 2018. All rights reserved.