Class ArrayOfAnyType

java.lang.Object
com.vmware.vim25.ArrayOfAnyType
All Implemented Interfaces:
Serializable

public class ArrayOfAnyType extends Object implements Serializable
See Also:
  • Field Details

    • anyType

      public Object[] anyType
  • Constructor Details

    • ArrayOfAnyType

      public ArrayOfAnyType()
  • Method Details

    • getAnyType

      public Object[] getAnyType()
    • getAnyType

      public Object getAnyType(int i)
    • setAnyType

      public void setAnyType(Object[] anyType)