Class MenuDefinition.Menu.Contents

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

public static class MenuDefinition.Menu.Contents 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="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>
 
See Also:
  • Field Details

  • Constructor Details

    • Contents

      public Contents()
  • Method Details

    • getItem

      Gets the value of the item property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the item property.

      For example, to add a new item, do as follows:

       getItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list MenuDefinition.Menu.Contents.Item

      Returns:
      The value of the item property.