public class ComplianceLocator extends DynamicData
Java class for ComplianceLocator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplianceLocator">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="expressionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applyPath" type="{urn:vim25}ProfilePropertyPath"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProfilePropertyPath |
applyPath |
protected String |
expressionName |
| Constructor and Description |
|---|
ComplianceLocator() |
| Modifier and Type | Method and Description |
|---|---|
ProfilePropertyPath |
getApplyPath()
Gets the value of the applyPath property.
|
String |
getExpressionName()
Gets the value of the expressionName property.
|
void |
setApplyPath(ProfilePropertyPath value)
Sets the value of the applyPath property.
|
void |
setExpressionName(String value)
Sets the value of the expressionName property.
|
protected String expressionName
protected ProfilePropertyPath applyPath
public String getExpressionName()
Stringpublic void setExpressionName(String value)
value - allowed object is
Stringpublic ProfilePropertyPath getApplyPath()
ProfilePropertyPathpublic void setApplyPath(ProfilePropertyPath value)
value - allowed object is
ProfilePropertyPathCopyright © 2018. All rights reserved.