public class ProfileProfileStructureProperty extends DynamicData
Java class for ProfileProfileStructureProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileProfileStructureProperty">
<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="element" type="{urn:vim25}ProfileProfileStructure"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
array |
protected ProfileProfileStructure |
element |
protected String |
propertyName |
| Constructor and Description |
|---|
ProfileProfileStructureProperty() |
| Modifier and Type | Method and Description |
|---|---|
ProfileProfileStructure |
getElement()
Gets the value of the element 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 |
setElement(ProfileProfileStructure value)
Sets the value of the element property.
|
void |
setPropertyName(String value)
Sets the value of the propertyName property.
|
protected String propertyName
protected boolean array
protected ProfileProfileStructure element
public String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic boolean isArray()
public void setArray(boolean value)
public ProfileProfileStructure getElement()
ProfileProfileStructurepublic void setElement(ProfileProfileStructure value)
value - allowed object is
ProfileProfileStructureCopyright © 2018. All rights reserved.