public class ActiveDirectoryFault extends VimFault
Java class for ActiveDirectoryFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveDirectoryFault">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
errorCode |
faultCause, faultMessage| Constructor and Description |
|---|
ActiveDirectoryFault() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode()
Gets the value of the errorCode property.
|
void |
setErrorCode(Integer value)
Sets the value of the errorCode property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected Integer errorCode
Copyright © 2018. All rights reserved.