Class Qualifier
java.lang.Object
com.oracle.communications.brm.cc.model.Qualifier
- All Implemented Interfaces:
Serializable
The key-value pairs and comparison operators to be evaluated against customer data during the installment creation.
Java class for qualifier complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="qualifier"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="operator" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe data type of the value.getKey()
The name or the identifier from a storable class.The operator for the qualifier.getValue()
The reference value to be evaluated.void
setDataType
(Integer value) Sets the value of the dataType property.void
Sets the value of the key property.void
setOperator
(Integer value) Sets the value of the operator property.void
Sets the value of the value property.
-
Field Details
-
key
The name or the identifier from a storable class. -
value
The reference value to be evaluated. -
dataType
The data type of the value. Allowed values:- 1 (Integer)
- 3 (Enumerated)
- 5 (String)
- 7 (POID)
- 8 (Timestamp)
- 14 (Decimal)
-
operator
The operator for the qualifier. Allowed values:- 0 (Equals)
- 1 (Less than)
- 2 (Greater than)
- 3 (Less than or equals)
- 4 (Greater than or equals)
- 5 (Not equal)
- 6 (Contained in string)
- 7 (Like)
-
-
Constructor Details
-
Qualifier
public Qualifier()
-
-
Method Details
-
getKey
The name or the identifier from a storable class.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isString
- See Also:
-
getValue
The reference value to be evaluated.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
- See Also:
-
getDataType
The data type of the value. Allowed values:- 1 (Integer)
- 3 (Enumerated)
- 5 (String)
- 7 (POID)
- 8 (Timestamp)
- 14 (Decimal)
- Returns:
- possible object is
Integer
-
setDataType
Sets the value of the dataType property.- Parameters:
value
- allowed object isInteger
- See Also:
-
getOperator
The operator for the qualifier. Allowed values:- 0 (Equals)
- 1 (Less than)
- 2 (Greater than)
- 3 (Less than or equals)
- 4 (Greater than or equals)
- 5 (Not equal)
- 6 (Contained in string)
- 7 (Like)
- Returns:
- possible object is
Integer
-
setOperator
Sets the value of the operator property.- Parameters:
value
- allowed object isInteger
- See Also:
-