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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actionKey property.Gets the value of the descriptionKey property.getId()Gets the value of the id property.Gets the value of the labelKey property.Gets the value of the permissionKey property.Gets the value of the version property.booleanGets the value of the separator property.voidsetActionKey(String value) Sets the value of the actionKey property.voidsetDescriptionKey(String value) Sets the value of the descriptionKey property.voidSets the value of the id property.voidsetLabelKey(String value) Sets the value of the labelKey property.voidsetPermissionKey(String value) Sets the value of the permissionKey property.voidsetSeparator(Boolean value) Sets the value of the separator property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
labelKey
-
descriptionKey
-
permissionKey
-
actionKey
-
version
-
id
-
separator
-
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getLabelKey
Gets the value of the labelKey property.- Returns:
- possible object is
String
-
setLabelKey
Sets the value of the labelKey property.- Parameters:
value- allowed object isString
-
getDescriptionKey
Gets the value of the descriptionKey property.- Returns:
- possible object is
String
-
setDescriptionKey
Sets the value of the descriptionKey property.- Parameters:
value- allowed object isString
-
getPermissionKey
Gets the value of the permissionKey property.- Returns:
- possible object is
String
-
setPermissionKey
Sets the value of the permissionKey property.- Parameters:
value- allowed object isString
-
getActionKey
Gets the value of the actionKey property.- Returns:
- possible object is
String
-
setActionKey
Sets the value of the actionKey property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
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
-
isSeparator
public boolean isSeparator()Gets the value of the separator property.- Returns:
- possible object is
Boolean
-
setSeparator
Sets the value of the separator property.- Parameters:
value- allowed object isBoolean
-