public class PbmQueryAssociatedEntityRequestType extends Object
Java class for PbmQueryAssociatedEntityRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmQueryAssociatedEntityRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="profile" type="{urn:pbm}PbmProfileId"/>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
entityType |
protected PbmProfileId |
profile |
| Constructor and Description |
|---|
PbmQueryAssociatedEntityRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityType()
Gets the value of the entityType property.
|
PbmProfileId |
getProfile()
Gets the value of the profile property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setProfile(PbmProfileId value)
Sets the value of the profile property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected PbmProfileId profile
protected String entityType
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic PbmProfileId getProfile()
PbmProfileIdpublic void setProfile(PbmProfileId value)
value - allowed object is
PbmProfileIdpublic String getEntityType()
StringCopyright © 2018. All rights reserved.