Class PurchasedBundle
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.PurchasedBundle
- All Implemented Interfaces:
Serializable
Information about purchased bundles.
Java class for purchasedBundle complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="purchasedBundle"> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element name="bundleID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bundleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bundleType" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="packageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe bundle's ID.The bundle's name.int
The type of bundle.The ID of the package that contains the bundle.void
setBundleID
(String value) Sets the value of the bundleID property.void
setBundleName
(String value) Sets the value of the bundleName property.void
setBundleType
(int value) Sets the value of the bundleType property.void
setPackageId
(String value) Sets the value of the packageId property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
bundleID
The bundle's ID. -
bundleName
The bundle's name. -
bundleType
protected int bundleTypeThe type of bundle. Can be one of the following:- 0: Optional
- 1: Required
- 2: Add-on
-
packageId
The ID of the package that contains the bundle.
-
-
Constructor Details
-
PurchasedBundle
public PurchasedBundle()
-
-
Method Details
-
getBundleID
The bundle's ID.- Returns:
- possible object is
String
-
setBundleID
Sets the value of the bundleID property.- Parameters:
value
- allowed object isString
- See Also:
-
getBundleName
The bundle's name.- Returns:
- possible object is
String
-
setBundleName
Sets the value of the bundleName property.- Parameters:
value
- allowed object isString
- See Also:
-
getBundleType
public int getBundleType()The type of bundle. Can be one of the following:- 0: Optional
- 1: Required
- 2: Add-on
-
setBundleType
public void setBundleType(int value) Sets the value of the bundleType property. -
getPackageId
The ID of the package that contains the bundle.- Returns:
- possible object is
String
-
setPackageId
Sets the value of the packageId property.- Parameters:
value
- allowed object isString
- See Also:
-