public class PbmFetchComplianceResultRequestType extends Object
Java class for PbmFetchComplianceResultRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmFetchComplianceResultRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="entities" type="{urn:pbm}PbmServerObjectRef" maxOccurs="unbounded"/>
<element name="profile" type="{urn:pbm}PbmProfileId" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected List<PbmServerObjectRef> |
entities |
protected PbmProfileId |
profile |
| Constructor and Description |
|---|
PbmFetchComplianceResultRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<PbmServerObjectRef> |
getEntities()
Gets the value of the entities property.
|
PbmProfileId |
getProfile()
Gets the value of the profile property.
|
ManagedObjectReference |
getThis()
Gets the value of the this 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 List<PbmServerObjectRef> entities
protected PbmProfileId profile
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<PbmServerObjectRef> getEntities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entities property.
For example, to add a new item, do as follows:
getEntities().add(newItem);
Objects of the following type(s) are allowed in the list
PbmServerObjectRef
public PbmProfileId getProfile()
PbmProfileIdpublic void setProfile(PbmProfileId value)
value - allowed object is
PbmProfileIdCopyright © 2018. All rights reserved.