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