public class GuestAuthenticationChallenge extends GuestOperationsFault
Java class for GuestAuthenticationChallenge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestAuthenticationChallenge">
<complexContent>
<extension base="{urn:vim25}GuestOperationsFault">
<sequence>
<element name="serverChallenge" type="{urn:vim25}GuestAuthentication"/>
<element name="sessionID" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GuestAuthentication |
serverChallenge |
protected long |
sessionID |
faultCause, faultMessage| Constructor and Description |
|---|
GuestAuthenticationChallenge() |
| Modifier and Type | Method and Description |
|---|---|
GuestAuthentication |
getServerChallenge()
Gets the value of the serverChallenge property.
|
long |
getSessionID()
Gets the value of the sessionID property.
|
void |
setServerChallenge(GuestAuthentication value)
Sets the value of the serverChallenge property.
|
void |
setSessionID(long value)
Sets the value of the sessionID property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected GuestAuthentication serverChallenge
protected long sessionID
public GuestAuthentication getServerChallenge()
GuestAuthenticationpublic void setServerChallenge(GuestAuthentication value)
value - allowed object is
GuestAuthenticationpublic long getSessionID()
public void setSessionID(long value)
Copyright © 2018. All rights reserved.