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