public class PbmCapabilityProfile extends PbmProfile
Java class for PbmCapabilityProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityProfile">
<complexContent>
<extension base="{urn:pbm}PbmProfile">
<sequence>
<element name="profileCategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourceType" type="{urn:pbm}PbmProfileResourceType"/>
<element name="constraints" type="{urn:pbm}PbmCapabilityConstraints"/>
<element name="generationId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="systemCreatedProfileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lineOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmCapabilityConstraints |
constraints |
protected Long |
generationId |
protected boolean |
isDefault |
protected String |
lineOfService |
protected String |
profileCategory |
protected PbmProfileResourceType |
resourceType |
protected String |
systemCreatedProfileType |
createdBy, creationTime, description, lastUpdatedBy, lastUpdatedTime, name, profileId| Constructor and Description |
|---|
PbmCapabilityProfile() |
| Modifier and Type | Method and Description |
|---|---|
PbmCapabilityConstraints |
getConstraints()
Gets the value of the constraints property.
|
Long |
getGenerationId()
Gets the value of the generationId property.
|
String |
getLineOfService()
Gets the value of the lineOfService property.
|
String |
getProfileCategory()
Gets the value of the profileCategory property.
|
PbmProfileResourceType |
getResourceType()
Gets the value of the resourceType property.
|
String |
getSystemCreatedProfileType()
Gets the value of the systemCreatedProfileType property.
|
boolean |
isIsDefault()
Gets the value of the isDefault property.
|
void |
setConstraints(PbmCapabilityConstraints value)
Sets the value of the constraints property.
|
void |
setGenerationId(Long value)
Sets the value of the generationId property.
|
void |
setIsDefault(boolean value)
Sets the value of the isDefault property.
|
void |
setLineOfService(String value)
Sets the value of the lineOfService property.
|
void |
setProfileCategory(String value)
Sets the value of the profileCategory property.
|
void |
setResourceType(PbmProfileResourceType value)
Sets the value of the resourceType property.
|
void |
setSystemCreatedProfileType(String value)
Sets the value of the systemCreatedProfileType property.
|
getCreatedBy, getCreationTime, getDescription, getLastUpdatedBy, getLastUpdatedTime, getName, getProfileId, setCreatedBy, setCreationTime, setDescription, setLastUpdatedBy, setLastUpdatedTime, setName, setProfileIdprotected String profileCategory
protected PbmProfileResourceType resourceType
protected PbmCapabilityConstraints constraints
protected Long generationId
protected boolean isDefault
protected String systemCreatedProfileType
protected String lineOfService
public String getProfileCategory()
Stringpublic void setProfileCategory(String value)
value - allowed object is
Stringpublic PbmProfileResourceType getResourceType()
PbmProfileResourceTypepublic void setResourceType(PbmProfileResourceType value)
value - allowed object is
PbmProfileResourceTypepublic PbmCapabilityConstraints getConstraints()
PbmCapabilityConstraintspublic void setConstraints(PbmCapabilityConstraints value)
value - allowed object is
PbmCapabilityConstraintspublic Long getGenerationId()
Longpublic void setGenerationId(Long value)
value - allowed object is
Longpublic boolean isIsDefault()
public void setIsDefault(boolean value)
public String getSystemCreatedProfileType()
Stringpublic void setSystemCreatedProfileType(String value)
value - allowed object is
Stringpublic String getLineOfService()
StringCopyright © 2018. All rights reserved.