public class UserSearchResult extends DynamicData
Java class for UserSearchResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserSearchResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="principal" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullName |
protected boolean |
group |
protected String |
principal |
| Constructor and Description |
|---|
UserSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getPrincipal()
Gets the value of the principal property.
|
boolean |
isGroup()
Gets the value of the group property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setGroup(boolean value)
Sets the value of the group property.
|
void |
setPrincipal(String value)
Sets the value of the principal property.
|
protected String principal
protected String fullName
protected boolean group
public String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic boolean isGroup()
public void setGroup(boolean value)
Copyright © 2018. All rights reserved.