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