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