public class AssignUserToGroupRequestType extends Object
Java class for AssignUserToGroupRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignUserToGroupRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
group |
protected String |
user |
| Constructor and Description |
|---|
AssignUserToGroupRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Gets the value of the group property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected ManagedObjectReference _this
protected String user
protected String group
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getGroup()
StringCopyright © 2018. All rights reserved.