Class Bundle.Discountoffers

java.lang.Object
com.oracle.communications.brm.cc.model.Bundle.Discountoffers
All Implemented Interfaces:
Serializable
Enclosing class:
Bundle

public static class Bundle.Discountoffers extends Object implements Serializable

Java class for anonymous complex type

.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ref" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="offerAttributeGroupRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="offerAttributes" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}offerAttributes"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • ref

      protected ResourceRef ref
    • name

      protected String name
      The name of the discount offer.
    • description

      protected String description
      The discount offer's description.
    • offerAttributeGroupRef

      protected ResourceRef offerAttributeGroupRef
    • offerAttributes

      protected OfferAttributes offerAttributes
  • Constructor Details

    • Discountoffers

      public Discountoffers()
  • Method Details

    • getRef

      public ResourceRef getRef()
      Gets the value of the ref property.
      Returns:
      possible object is ResourceRef
    • setRef

      public void setRef(ResourceRef value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is ResourceRef
    • getName

      public String getName()
      The name of the discount offer.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDescription

      public String getDescription()
      The discount offer'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:
    • getOfferAttributeGroupRef

      public ResourceRef getOfferAttributeGroupRef()
      Gets the value of the offerAttributeGroupRef property.
      Returns:
      possible object is ResourceRef
    • setOfferAttributeGroupRef

      public void setOfferAttributeGroupRef(ResourceRef value)
      Sets the value of the offerAttributeGroupRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getOfferAttributes

      public OfferAttributes getOfferAttributes()
      Gets the value of the offerAttributes property.
      Returns:
      possible object is OfferAttributes
    • setOfferAttributes

      public void setOfferAttributes(OfferAttributes value)
      Sets the value of the offerAttributes property.
      Parameters:
      value - allowed object is OfferAttributes