public class ModeInfo extends DynamicData
Java class for ModeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="browse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="read" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modify" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="use" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="admin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="full" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
admin |
protected String |
browse |
protected String |
full |
protected String |
modify |
protected String |
read |
protected String |
use |
| Constructor and Description |
|---|
ModeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdmin()
Gets the value of the admin property.
|
String |
getBrowse()
Gets the value of the browse property.
|
String |
getFull()
Gets the value of the full property.
|
String |
getModify()
Gets the value of the modify property.
|
String |
getRead()
Gets the value of the read property.
|
String |
getUse()
Gets the value of the use property.
|
void |
setAdmin(String value)
Sets the value of the admin property.
|
void |
setBrowse(String value)
Sets the value of the browse property.
|
void |
setFull(String value)
Sets the value of the full property.
|
void |
setModify(String value)
Sets the value of the modify property.
|
void |
setRead(String value)
Sets the value of the read property.
|
void |
setUse(String value)
Sets the value of the use property.
|
protected String browse
protected String read
protected String modify
protected String use
protected String admin
protected String full
public String getBrowse()
Stringpublic void setBrowse(String value)
value - allowed object is
Stringpublic String getRead()
Stringpublic void setRead(String value)
value - allowed object is
Stringpublic String getModify()
Stringpublic void setModify(String value)
value - allowed object is
Stringpublic String getUse()
Stringpublic void setUse(String value)
value - allowed object is
Stringpublic String getAdmin()
Stringpublic void setAdmin(String value)
value - allowed object is
Stringpublic String getFull()
StringCopyright © 2018. All rights reserved.