Class MenuDefinition.Menu

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

public static class MenuDefinition.Menu 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="header-key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="contents">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" maxOccurs="unbounded">
                     <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>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Menu

      public Menu()
  • Method Details

    • getHeaderKey

      public String getHeaderKey()
      Gets the value of the headerKey property.
      Returns:
      possible object is String
    • setHeaderKey

      public void setHeaderKey(String value)
      Sets the value of the headerKey property.
      Parameters:
      value - allowed object is String
    • getContents

      public MenuDefinition.Menu.Contents getContents()
      Gets the value of the contents property.
      Returns:
      possible object is MenuDefinition.Menu.Contents
    • setContents

      public void setContents(MenuDefinition.Menu.Contents value)
      Sets the value of the contents property.
      Parameters:
      value - allowed object is MenuDefinition.Menu.Contents
    • 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