com.vmware.vim25.DynamicArray Maven / Gradle / Ivy
package com.vmware.vim25;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for DynamicArray complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="DynamicArray">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="val" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DynamicArray", propOrder = {
"val"
})
public class DynamicArray {
@XmlElement(required = true)
protected List