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