public class ConflictingConfigurationConfig extends DynamicData
Java class for ConflictingConfigurationConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConflictingConfigurationConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="propertyPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
protected String |
propertyPath |
| Constructor and Description |
|---|
ConflictingConfigurationConfig() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
String |
getPropertyPath()
Gets the value of the propertyPath property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setPropertyPath(String value)
Sets the value of the propertyPath property.
|
protected ManagedObjectReference entity
protected String propertyPath
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getPropertyPath()
StringCopyright © 2018. All rights reserved.