public class AddCustomFieldDefRequestType extends Object
Java class for AddCustomFieldDefRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddCustomFieldDefRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="moType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fieldDefPolicy" type="{urn:vim25}PrivilegePolicyDef" minOccurs="0"/>
<element name="fieldPolicy" type="{urn:vim25}PrivilegePolicyDef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected PrivilegePolicyDef |
fieldDefPolicy |
protected PrivilegePolicyDef |
fieldPolicy |
protected String |
moType |
protected String |
name |
| Constructor and Description |
|---|
AddCustomFieldDefRequestType() |
| Modifier and Type | Method and Description |
|---|---|
PrivilegePolicyDef |
getFieldDefPolicy()
Gets the value of the fieldDefPolicy property.
|
PrivilegePolicyDef |
getFieldPolicy()
Gets the value of the fieldPolicy property.
|
String |
getMoType()
Gets the value of the moType property.
|
String |
getName()
Gets the value of the name property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setFieldDefPolicy(PrivilegePolicyDef value)
Sets the value of the fieldDefPolicy property.
|
void |
setFieldPolicy(PrivilegePolicyDef value)
Sets the value of the fieldPolicy property.
|
void |
setMoType(String value)
Sets the value of the moType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String name
protected String moType
protected PrivilegePolicyDef fieldDefPolicy
protected PrivilegePolicyDef fieldPolicy
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMoType()
Stringpublic void setMoType(String value)
value - allowed object is
Stringpublic PrivilegePolicyDef getFieldDefPolicy()
PrivilegePolicyDefpublic void setFieldDefPolicy(PrivilegePolicyDef value)
value - allowed object is
PrivilegePolicyDefpublic PrivilegePolicyDef getFieldPolicy()
PrivilegePolicyDefpublic void setFieldPolicy(PrivilegePolicyDef value)
value - allowed object is
PrivilegePolicyDefCopyright © 2018. All rights reserved.