public class GatewayConnectFault extends HostConnectFault
Java class for GatewayConnectFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GatewayConnectFault">
<complexContent>
<extension base="{urn:vim25}HostConnectFault">
<sequence>
<element name="gatewayType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gatewayId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gatewayInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="details" type="{urn:vim25}LocalizableMessage" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizableMessage |
details |
protected String |
gatewayId |
protected String |
gatewayInfo |
protected String |
gatewayType |
faultCause, faultMessage| Constructor and Description |
|---|
GatewayConnectFault() |
| Modifier and Type | Method and Description |
|---|---|
LocalizableMessage |
getDetails()
Gets the value of the details property.
|
String |
getGatewayId()
Gets the value of the gatewayId property.
|
String |
getGatewayInfo()
Gets the value of the gatewayInfo property.
|
String |
getGatewayType()
Gets the value of the gatewayType property.
|
void |
setDetails(LocalizableMessage value)
Sets the value of the details property.
|
void |
setGatewayId(String value)
Sets the value of the gatewayId property.
|
void |
setGatewayInfo(String value)
Sets the value of the gatewayInfo property.
|
void |
setGatewayType(String value)
Sets the value of the gatewayType property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String gatewayType
protected String gatewayId
protected String gatewayInfo
protected LocalizableMessage details
public String getGatewayType()
Stringpublic void setGatewayType(String value)
value - allowed object is
Stringpublic String getGatewayId()
Stringpublic void setGatewayId(String value)
value - allowed object is
Stringpublic String getGatewayInfo()
Stringpublic void setGatewayInfo(String value)
value - allowed object is
Stringpublic LocalizableMessage getDetails()
LocalizableMessagepublic void setDetails(LocalizableMessage value)
value - allowed object is
LocalizableMessageCopyright © 2018. All rights reserved.