Class ProfileProfileStructureProperty

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

public class ProfileProfileStructureProperty extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • ProfileProfileStructureProperty

      public ProfileProfileStructureProperty()
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • isArray

      public boolean isArray()
    • getElement

      public ProfileProfileStructure getElement()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • setArray

      public void setArray(boolean array)
    • setElement

      public void setElement(ProfileProfileStructure element)