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