public class ProfileApplyProfileProperty extends DynamicData
Java class for ProfileApplyProfileProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileApplyProfileProperty">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="array" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="profile" type="{urn:vim25}ApplyProfile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
array |
protected List<ApplyProfile> |
profile |
protected String |
propertyName |
| Constructor and Description |
|---|
ProfileApplyProfileProperty() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplyProfile> |
getProfile()
Gets the value of the profile property.
|
String |
getPropertyName()
Gets the value of the propertyName property.
|
boolean |
isArray()
Gets the value of the array property.
|
void |
setArray(boolean value)
Sets the value of the array property.
|
void |
setPropertyName(String value)
Sets the value of the propertyName property.
|
protected String propertyName
protected boolean array
protected List<ApplyProfile> profile
public String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic boolean isArray()
public void setArray(boolean value)
public List<ApplyProfile> getProfile()
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 profile property.
For example, to add a new item, do as follows:
getProfile().add(newItem);
Objects of the following type(s) are allowed in the list
ApplyProfile
Copyright © 2018. All rights reserved.