Class BundleCancel
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.BundleCancel
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceRefA reference to the account.protected ResourceRefA reference to the deal.protected StringThe product's description.protected CalendarThe date and time the status takes effect.protected Integerflag.protected intThe ID of the package.protected ResourceRefA reference to the service. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA reference to the account.A reference to the deal.The product's description.The date and time the status takes effect.getFlag()flag.intThe ID of the package.A reference to the service.voidsetAccountRef(ResourceRef value) Sets the value of the accountRef property.voidsetDealRef(ResourceRef value) Sets the value of the dealRef property.voidsetDescription(String value) Sets the value of the description property.voidsetEffective(Calendar value) Sets the value of the effective property.voidSets the value of the flag property.voidsetPackageId(int value) Sets the value of the packageId property.voidsetServiceRef(ResourceRef value) Sets the value of the serviceRef property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
effective
The date and time the status takes effect. -
packageId
protected int packageIdThe ID of the package. -
dealRef
A reference to the deal. -
serviceRef
A reference to the service. -
accountRef
A reference to the account. -
description
The product's description. -
flag
flag.
-
-
Constructor Details
-
BundleCancel
public BundleCancel()
-
-
Method Details
-
getEffective
The date and time the status takes effect.- Returns:
- possible object is
String
-
setEffective
Sets the value of the effective property.- Parameters:
value- allowed object isString- 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
A reference to the deal.- Returns:
- possible object is
ResourceRef
-
setDealRef
Sets the value of the dealRef property.- Parameters:
value- allowed object isResourceRef- See Also:
-
getServiceRef
A reference to the service.- Returns:
- possible object is
ResourceRef
-
setServiceRef
Sets the value of the serviceRef property.- Parameters:
value- allowed object isResourceRef- See Also:
-
getAccountRef
A reference to the account.- Returns:
- possible object is
ResourceRef
-
setAccountRef
Sets the value of the accountRef property.- Parameters:
value- allowed object isResourceRef- See Also:
-
getDescription
The product's description.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString- See Also:
-
getFlag
flag.- Returns:
- possible object is
Integer
-
setFlag
Sets the value of the flag property.- Parameters:
value- allowed object isInteger- See Also:
-