public class PbmQueryProfileResult extends DynamicData
Java class for PbmQueryProfileResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmQueryProfileResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="object" type="{urn:pbm}PbmServerObjectRef"/>
<element name="profileId" type="{urn:pbm}PbmProfileId" maxOccurs="unbounded" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected PbmServerObjectRef |
object |
protected List<PbmProfileId> |
profileId |
| Constructor and Description |
|---|
PbmQueryProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
PbmServerObjectRef |
getObject()
Gets the value of the object property.
|
List<PbmProfileId> |
getProfileId()
Gets the value of the profileId property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setObject(PbmServerObjectRef value)
Sets the value of the object property.
|
protected PbmServerObjectRef object
protected List<PbmProfileId> profileId
protected LocalizedMethodFault fault
public PbmServerObjectRef getObject()
PbmServerObjectRefpublic void setObject(PbmServerObjectRef value)
value - allowed object is
PbmServerObjectRefpublic List<PbmProfileId> getProfileId()
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 profileId property.
For example, to add a new item, do as follows:
getProfileId().add(newItem);
Objects of the following type(s) are allowed in the list
PbmProfileId
public LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.