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