Class BundleCancel

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

public class BundleCancel extends Extension implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
       <sequence>
         <element name="effective" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="packageId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="dealRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="serviceRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="flag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • effective

      protected Calendar effective
      The date and time the status takes effect.
    • packageId

      protected int packageId
      The ID of the package.
    • dealRef

      protected ResourceRef dealRef
      A reference to the deal.
    • serviceRef

      protected ResourceRef serviceRef
      A reference to the service.
    • accountRef

      protected ResourceRef accountRef
      A reference to the account.
    • description

      protected String description
      The product's description.
    • flag

      protected Integer flag
      flag.
  • Constructor Details

    • BundleCancel

      public BundleCancel()
  • Method Details

    • getEffective

      public Calendar getEffective()
      The date and time the status takes effect.
      Returns:
      possible object is String
    • setEffective

      public void setEffective(Calendar value)
      Sets the value of the effective property.
      Parameters:
      value - allowed object is String
      See Also:
    • getPackageId

      public int getPackageId()
      The ID of the package.
    • setPackageId

      public void setPackageId(int value)
      Sets the value of the packageId property.
    • getDealRef

      public ResourceRef getDealRef()
      A reference to the deal.
      Returns:
      possible object is ResourceRef
    • setDealRef

      public void setDealRef(ResourceRef value)
      Sets the value of the dealRef property.
      Parameters:
      value - allowed object is ResourceRef
      See Also:
    • getServiceRef

      public ResourceRef getServiceRef()
      A reference to the service.
      Returns:
      possible object is ResourceRef
    • setServiceRef

      public void setServiceRef(ResourceRef value)
      Sets the value of the serviceRef property.
      Parameters:
      value - allowed object is ResourceRef
      See Also:
    • getAccountRef

      public ResourceRef getAccountRef()
      A reference to the account.
      Returns:
      possible object is ResourceRef
    • setAccountRef

      public void setAccountRef(ResourceRef value)
      Sets the value of the accountRef property.
      Parameters:
      value - allowed object is ResourceRef
      See Also:
    • getDescription

      public String getDescription()
      The product's description.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
      See Also:
    • getFlag

      public Integer getFlag()
      flag.
      Returns:
      possible object is Integer
    • setFlag

      public void setFlag(Integer value)
      Sets the value of the flag property.
      Parameters:
      value - allowed object is Integer
      See Also: