public class DvsNotAuthorized extends DvsFault
Java class for DvsNotAuthorized complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsNotAuthorized">
<complexContent>
<extension base="{urn:vim25}DvsFault">
<sequence>
<element name="sessionExtensionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dvsExtensionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dvsExtensionKey |
protected String |
sessionExtensionKey |
faultCause, faultMessage| Constructor and Description |
|---|
DvsNotAuthorized() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDvsExtensionKey()
Gets the value of the dvsExtensionKey property.
|
String |
getSessionExtensionKey()
Gets the value of the sessionExtensionKey property.
|
void |
setDvsExtensionKey(String value)
Sets the value of the dvsExtensionKey property.
|
void |
setSessionExtensionKey(String value)
Sets the value of the sessionExtensionKey property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String sessionExtensionKey
protected String dvsExtensionKey
public String getSessionExtensionKey()
Stringpublic void setSessionExtensionKey(String value)
value - allowed object is
Stringpublic String getDvsExtensionKey()
StringCopyright © 2018. All rights reserved.