public class ArrayOfProfileMetadataProfileSortSpec extends Object
Java class for ArrayOfProfileMetadataProfileSortSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfProfileMetadataProfileSortSpec">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProfileMetadataProfileSortSpec" type="{urn:vim25}ProfileMetadataProfileSortSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProfileMetadataProfileSortSpec> |
profileMetadataProfileSortSpec |
| Constructor and Description |
|---|
ArrayOfProfileMetadataProfileSortSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileMetadataProfileSortSpec> |
getProfileMetadataProfileSortSpec()
Gets the value of the profileMetadataProfileSortSpec property.
|
protected List<ProfileMetadataProfileSortSpec> profileMetadataProfileSortSpec
public ArrayOfProfileMetadataProfileSortSpec()
public List<ProfileMetadataProfileSortSpec> getProfileMetadataProfileSortSpec()
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 profileMetadataProfileSortSpec property.
For example, to add a new item, do as follows:
getProfileMetadataProfileSortSpec().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileMetadataProfileSortSpec
Copyright © 2018. All rights reserved.