public class ProfileExpression extends DynamicData
Java class for ProfileExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileExpression">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="negated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
id |
protected boolean |
negated |
| Constructor and Description |
|---|
ProfileExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getId()
Gets the value of the id property.
|
boolean |
isNegated()
Gets the value of the negated property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNegated(boolean value)
Sets the value of the negated property.
|
protected String id
protected String displayName
protected boolean negated
public void setId(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isNegated()
public void setNegated(boolean value)
Copyright © 2018. All rights reserved.