public class ProfilePropertyPath extends DynamicData
Java class for ProfilePropertyPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfilePropertyPath">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="profilePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="policyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameterId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parameterId |
protected String |
policyId |
protected String |
profilePath |
| Constructor and Description |
|---|
ProfilePropertyPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterId()
Gets the value of the parameterId property.
|
String |
getPolicyId()
Gets the value of the policyId property.
|
String |
getProfilePath()
Gets the value of the profilePath property.
|
void |
setParameterId(String value)
Sets the value of the parameterId property.
|
void |
setPolicyId(String value)
Sets the value of the policyId property.
|
void |
setProfilePath(String value)
Sets the value of the profilePath property.
|
protected String profilePath
protected String policyId
protected String parameterId
public String getProfilePath()
Stringpublic void setProfilePath(String value)
value - allowed object is
Stringpublic String getPolicyId()
Stringpublic void setPolicyId(String value)
value - allowed object is
Stringpublic String getParameterId()
StringCopyright © 2018. All rights reserved.