public class ComplianceProfile extends DynamicData
Java class for ComplianceProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplianceProfile">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="expression" type="{urn:vim25}ProfileExpression" maxOccurs="unbounded"/>
<element name="rootExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProfileExpression> |
expression |
protected String |
rootExpression |
| Constructor and Description |
|---|
ComplianceProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileExpression> |
getExpression()
Gets the value of the expression property.
|
String |
getRootExpression()
Gets the value of the rootExpression property.
|
void |
setRootExpression(String value)
Sets the value of the rootExpression property.
|
protected List<ProfileExpression> expression
protected String rootExpression
public List<ProfileExpression> getExpression()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the expression property.
For example, to add a new item, do as follows:
getExpression().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileExpression
public String getRootExpression()
StringCopyright © 2018. All rights reserved.