public class GuestAuthAliasInfo extends DynamicData
Java class for GuestAuthAliasInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestAuthAliasInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="subject" type="{urn:vim25}GuestAuthSubject"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected GuestAuthSubject |
subject |
| Constructor and Description |
|---|
GuestAuthAliasInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
GuestAuthSubject |
getSubject()
Gets the value of the subject property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setSubject(GuestAuthSubject value)
Sets the value of the subject property.
|
protected GuestAuthSubject subject
protected String comment
public GuestAuthSubject getSubject()
GuestAuthSubjectpublic void setSubject(GuestAuthSubject value)
value - allowed object is
GuestAuthSubjectpublic String getComment()
StringCopyright © 2018. All rights reserved.