Class Configurations.Flags

java.lang.Object
com.oracle.communications.brm.cc.model.Configurations.Flags
All Implemented Interfaces:
Serializable
Enclosing class:
Configurations

public static class Configurations.Flags extends Object implements Serializable

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 Details

    • key

      protected String key
      The name of the flag.
    • value

      protected boolean value
      The value associated with the flag, which can be true or false.
    • desc

      protected String desc
      A description of the flag.
    • version

      protected String version
      The version of the flag.
  • Constructor Details

    • Flags

      public Flags()
  • Method Details

    • getKey

      public String getKey()
      The name of the flag.
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String
      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

      public String getDesc()
      A description of the flag.
      Returns:
      possible object is String
    • setDesc

      public void setDesc(String value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is String
      See Also:
    • getVersion

      public String getVersion()
      The version of the flag.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
      See Also: