public class PbmProfileOperationOutcome extends DynamicData
Java class for PbmProfileOperationOutcome complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmProfileOperationOutcome">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="profileId" type="{urn:pbm}PbmProfileId"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected PbmProfileId |
profileId |
| Constructor and Description |
|---|
PbmProfileOperationOutcome() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
PbmProfileId |
getProfileId()
Gets the value of the profileId property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setProfileId(PbmProfileId value)
Sets the value of the profileId property.
|
protected PbmProfileId profileId
protected LocalizedMethodFault fault
public PbmProfileId getProfileId()
PbmProfileIdpublic void setProfileId(PbmProfileId value)
value - allowed object is
PbmProfileIdpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.