public class MarkForRemovalRequestType extends Object
Java class for MarkForRemovalRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkForRemovalRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="hbaName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="remove" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
hbaName |
protected boolean |
remove |
| Constructor and Description |
|---|
MarkForRemovalRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHbaName()
Gets the value of the hbaName property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isRemove()
Gets the value of the remove property.
|
void |
setHbaName(String value)
Sets the value of the hbaName property.
|
void |
setRemove(boolean value)
Sets the value of the remove property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String hbaName
protected boolean remove
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getHbaName()
Stringpublic void setHbaName(String value)
value - allowed object is
Stringpublic boolean isRemove()
public void setRemove(boolean value)
Copyright © 2018. All rights reserved.