Class Configurations.Flags
java.lang.Object
com.oracle.communications.brm.cc.model.Configurations.Flags
- All Implemented Interfaces:
Serializable
- Enclosing class:
Configurations
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="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="desc" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDesc()
A description of the flag.getKey()
The name of the flag.The version of the flag.boolean
isValue()
The value associated with the flag, which can be true or false.void
Sets the value of the desc property.void
Sets the value of the key property.void
setValue
(boolean value) Sets the value of the value property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
key
The name of the flag. -
value
protected boolean valueThe value associated with the flag, which can be true or false. -
desc
A description of the flag. -
version
The version of the flag.
-
-
Constructor Details
-
Flags
public Flags()
-
-
Method Details
-
getKey
The name of the flag.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isString
- See Also:
-
isValue
public boolean isValue()The value associated with the flag, which can be true or false. -
setValue
public void setValue(boolean value) Sets the value of the value property. -
getDesc
A description of the flag.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
- See Also:
-
getVersion
The version of the flag.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
- See Also:
-