Class Bundle.Discountoffers
java.lang.Object
com.oracle.communications.brm.cc.model.Bundle.Discountoffers
- All Implemented Interfaces:
Serializable
- Enclosing class:
Bundle
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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe discount offer's description.protected StringThe name of the discount offer.protected ResourceRefprotected OfferAttributesprotected ResourceRef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe discount offer's description.getName()The name of the discount offer.Gets the value of the offerAttributeGroupRef property.Gets the value of the offerAttributes property.getRef()Gets the value of the ref property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.voidSets the value of the offerAttributeGroupRef property.voidSets the value of the offerAttributes property.voidsetRef(ResourceRef value) Sets the value of the ref property.
-
Field Details
-
ref
-
name
The name of the discount offer. -
description
The discount offer's description. -
offerAttributeGroupRef
-
offerAttributes
-
-
Constructor Details
-
Discountoffers
public Discountoffers()
-
-
Method Details
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
ResourceRef
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isResourceRef
-
getName
The name of the discount offer.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString- See Also:
-
getDescription
The discount offer's description.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString- See Also:
-
getOfferAttributeGroupRef
Gets the value of the offerAttributeGroupRef property.- Returns:
- possible object is
ResourceRef
-
setOfferAttributeGroupRef
Sets the value of the offerAttributeGroupRef property.- Parameters:
value- allowed object isResourceRef
-
getOfferAttributes
Gets the value of the offerAttributes property.- Returns:
- possible object is
OfferAttributes
-
setOfferAttributes
Sets the value of the offerAttributes property.- Parameters:
value- allowed object isOfferAttributes
-