Class MenuDefinition.Menu
java.lang.Object
com.oracle.communications.brm.cc.model.MenuDefinition.Menu
- All Implemented Interfaces:
Serializable
- Enclosing class:
MenuDefinition
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contents property.Gets the value of the headerKey property.getId()Gets the value of the id property.voidSets the value of the contents property.voidsetHeaderKey(String value) Sets the value of the headerKey property.voidSets the value of the id property.
-
Field Details
-
headerKey
-
contents
-
id
-
-
Constructor Details
-
Menu
public Menu()
-
-
Method Details
-
getHeaderKey
Gets the value of the headerKey property.- Returns:
- possible object is
String
-
setHeaderKey
Sets the value of the headerKey property.- Parameters:
value- allowed object isString
-
getContents
Gets the value of the contents property.- Returns:
- possible object is
MenuDefinition.Menu.Contents
-
setContents
Sets the value of the contents property.- Parameters:
value- allowed object isMenuDefinition.Menu.Contents
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-