public class CustomFieldDef extends DynamicData
Java class for CustomFieldDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldDef">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="managedObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fieldDefPrivileges" type="{urn:vim25}PrivilegePolicyDef" minOccurs="0"/>
<element name="fieldInstancePrivileges" type="{urn:vim25}PrivilegePolicyDef" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PrivilegePolicyDef |
fieldDefPrivileges |
protected PrivilegePolicyDef |
fieldInstancePrivileges |
protected int |
key |
protected String |
managedObjectType |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
CustomFieldDef() |
| Modifier and Type | Method and Description |
|---|---|
PrivilegePolicyDef |
getFieldDefPrivileges()
Gets the value of the fieldDefPrivileges property.
|
PrivilegePolicyDef |
getFieldInstancePrivileges()
Gets the value of the fieldInstancePrivileges property.
|
int |
getKey()
Gets the value of the key property.
|
String |
getManagedObjectType()
Gets the value of the managedObjectType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setFieldDefPrivileges(PrivilegePolicyDef value)
Sets the value of the fieldDefPrivileges property.
|
void |
setFieldInstancePrivileges(PrivilegePolicyDef value)
Sets the value of the fieldInstancePrivileges property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setManagedObjectType(String value)
Sets the value of the managedObjectType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected int key
protected String name
protected String type
protected String managedObjectType
protected PrivilegePolicyDef fieldDefPrivileges
protected PrivilegePolicyDef fieldInstancePrivileges
public int getKey()
public void setKey(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getManagedObjectType()
Stringpublic void setManagedObjectType(String value)
value - allowed object is
Stringpublic PrivilegePolicyDef getFieldDefPrivileges()
PrivilegePolicyDefpublic void setFieldDefPrivileges(PrivilegePolicyDef value)
value - allowed object is
PrivilegePolicyDefpublic PrivilegePolicyDef getFieldInstancePrivileges()
PrivilegePolicyDefpublic void setFieldInstancePrivileges(PrivilegePolicyDef value)
value - allowed object is
PrivilegePolicyDefCopyright © 2018. All rights reserved.