Class PurchasedBundle

java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.PurchasedBundle
All Implemented Interfaces:
Serializable

public class PurchasedBundle extends Extension implements 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 Details

    • bundleID

      protected String bundleID
      The bundle's ID.
    • bundleName

      protected String bundleName
      The bundle's name.
    • bundleType

      protected int bundleType
      The type of bundle. Can be one of the following:
      • 0: Optional
      • 1: Required
      • 2: Add-on
    • packageId

      protected String packageId
      The ID of the package that contains the bundle.
  • Constructor Details

    • PurchasedBundle

      public PurchasedBundle()
  • Method Details

    • getBundleID

      public String getBundleID()
      The bundle's ID.
      Returns:
      possible object is String
    • setBundleID

      public void setBundleID(String value)
      Sets the value of the bundleID property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBundleName

      public String getBundleName()
      The bundle's name.
      Returns:
      possible object is String
    • setBundleName

      public void setBundleName(String value)
      Sets the value of the bundleName property.
      Parameters:
      value - allowed object is String
      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

      public String getPackageId()
      The ID of the package that contains the bundle.
      Returns:
      possible object is String
    • setPackageId

      public void setPackageId(String value)
      Sets the value of the packageId property.
      Parameters:
      value - allowed object is String
      See Also: