Class MenuDefinition.Menu.Contents.Item

java.lang.Object
com.oracle.communications.brm.cc.model.MenuDefinition.Menu.Contents.Item
All Implemented Interfaces:
Serializable
Enclosing class:
MenuDefinition.Menu.Contents

public static class MenuDefinition.Menu.Contents.Item 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="label-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="permission-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="action-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="separator" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • labelKey

      protected String labelKey
    • descriptionKey

      protected String descriptionKey
    • permissionKey

      protected String permissionKey
    • actionKey

      protected String actionKey
    • version

      protected String version
    • id

      protected String id
    • separator

      protected Boolean separator
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getLabelKey

      public String getLabelKey()
      Gets the value of the labelKey property.
      Returns:
      possible object is String
    • setLabelKey

      public void setLabelKey(String value)
      Sets the value of the labelKey property.
      Parameters:
      value - allowed object is String
    • getDescriptionKey

      public String getDescriptionKey()
      Gets the value of the descriptionKey property.
      Returns:
      possible object is String
    • setDescriptionKey

      public void setDescriptionKey(String value)
      Sets the value of the descriptionKey property.
      Parameters:
      value - allowed object is String
    • getPermissionKey

      public String getPermissionKey()
      Gets the value of the permissionKey property.
      Returns:
      possible object is String
    • setPermissionKey

      public void setPermissionKey(String value)
      Sets the value of the permissionKey property.
      Parameters:
      value - allowed object is String
    • getActionKey

      public String getActionKey()
      Gets the value of the actionKey property.
      Returns:
      possible object is String
    • setActionKey

      public void setActionKey(String value)
      Sets the value of the actionKey property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSeparator

      public boolean isSeparator()
      Gets the value of the separator property.
      Returns:
      possible object is Boolean
    • setSeparator

      public void setSeparator(Boolean value)
      Sets the value of the separator property.
      Parameters:
      value - allowed object is Boolean