public class IncompatibleSetting extends InvalidArgument
Java class for IncompatibleSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncompatibleSetting">
<complexContent>
<extension base="{urn:vim25}InvalidArgument">
<sequence>
<element name="conflictingProperty" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conflictingProperty |
invalidPropertyfaultCause, faultMessage| Constructor and Description |
|---|
IncompatibleSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConflictingProperty()
Gets the value of the conflictingProperty property.
|
void |
setConflictingProperty(String value)
Sets the value of the conflictingProperty property.
|
getInvalidProperty, setInvalidPropertygetFaultCause, getFaultMessage, setFaultCauseCopyright © 2018. All rights reserved.