Class OfferStatus.ChargeOffers
java.lang.Object
com.oracle.communications.brm.cc.model.OfferStatus.ChargeOffers
- All Implemented Interfaces:
Serializable
- Enclosing class:
OfferStatus
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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Gets the value of the ref property.voidsetRef(ResourceRef value) Sets the value of the ref property.
-
Field Details
-
ref
-
-
Constructor Details
-
ChargeOffers
public ChargeOffers()
-
-
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
-