Class ContractPreviewCancellationCharge
java.lang.Object
com.oracle.communications.brm.cc.model.ContractPreviewCancellationCharge
- All Implemented Interfaces:
Serializable
Java class for contractPreviewCancellationCharge complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="contractPreviewCancellationCharge"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subscriberContractRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="cancellationFee" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="cancellationChargeType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <enumeration value="0"/> <enumeration value="1"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
The type of cancelation fee.protected BigDecimal
The cancellation fee.protected ResourceRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The type of cancelation fee.The cancellation fee.Gets the value of the subscriberContractRef property.void
setCancellationChargeType
(int value) Sets the value of the cancellationChargeType property.void
setCancellationFee
(BigDecimal value) Sets the value of the cancellationFee property.void
Sets the value of the subscriberContractRef property.
-
Field Details
-
subscriberContractRef
-
cancellationFee
The cancellation fee. -
cancellationChargeType
protected int cancellationChargeTypeThe type of cancelation fee. Can be one of the following:- 0: Fixed
- 1: Reducing
-
-
Constructor Details
-
ContractPreviewCancellationCharge
public ContractPreviewCancellationCharge()
-
-
Method Details
-
getSubscriberContractRef
Gets the value of the subscriberContractRef property.- Returns:
- possible object is
ResourceRef
-
setSubscriberContractRef
Sets the value of the subscriberContractRef property.- Parameters:
value
- allowed object isResourceRef
-
getCancellationFee
The cancellation fee.- Returns:
- possible object is
BigDecimal
-
setCancellationFee
Sets the value of the cancellationFee property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getCancellationChargeType
public int getCancellationChargeType()The type of cancelation fee. Can be one of the following:- 0: Fixed
- 1: Reducing
-
setCancellationChargeType
public void setCancellationChargeType(int value) Sets the value of the cancellationChargeType property.
-