Package com.emc.d2fs.models.menu
Class Menu
java.lang.Object
com.emc.d2fs.models.menu.Menu
- All Implemented Interfaces:
Serializable
Java class for menu complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="menu"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.emc.com/d2fs/models/menu}menus" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.emc.com/d2fs/models/common}id use="required""/> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="action" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="shortcut" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="displayStyle" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="promoted" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="rootMenuType" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.Gets the value of the displayStyle property.getIcon()
Gets the value of the icon property.getId()
Gets the value of the id property.getMenus()
Gets the value of the menus property.getName()
Gets the value of the name property.Gets the value of the rootMenuType property.Gets the value of the shortcut property.getSrc()
Gets the value of the src property.Gets the value of the tooltip property.getType()
Gets the value of the type property.Gets the value of the default property.Gets the value of the disabled property.isHidden()
Gets the value of the hidden property.Gets the value of the promoted property.void
Sets the value of the action property.void
setDefault
(Boolean value) Sets the value of the default property.void
setDisabled
(Boolean value) Sets the value of the disabled property.void
setDisplayStyle
(String value) Sets the value of the displayStyle property.void
Sets the value of the hidden property.void
Sets the value of the icon property.void
Sets the value of the id property.void
Sets the value of the name property.void
setPromoted
(Boolean value) Sets the value of the promoted property.void
setRootMenuType
(String value) Sets the value of the rootMenuType property.void
setShortcut
(String value) Sets the value of the shortcut property.void
Sets the value of the src property.void
setTooltip
(String value) Sets the value of the tooltip property.void
Sets the value of the type property.
-
Constructor Details
-
Menu
public Menu()
-
-
Method Details
-
getMenus
Gets the value of the menus 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 menus property.For example, to add a new item, do as follows:
getMenus().add(newItem);
Objects of the following type(s) are allowed in the list
Menu
-
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
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getTooltip
Gets the value of the tooltip property.- Returns:
- possible object is
String
-
setTooltip
Sets the value of the tooltip property.- Parameters:
value
- allowed object isString
-
getAction
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
Sets the value of the action property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getSrc
Gets the value of the src property.- Returns:
- possible object is
String
-
setSrc
Sets the value of the src property.- Parameters:
value
- allowed object isString
-
getShortcut
Gets the value of the shortcut property.- Returns:
- possible object is
String
-
setShortcut
Sets the value of the shortcut property.- Parameters:
value
- allowed object isString
-
isDisabled
Gets the value of the disabled property.- Returns:
- possible object is
Boolean
-
setDisabled
Sets the value of the disabled property.- Parameters:
value
- allowed object isBoolean
-
isHidden
Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
Sets the value of the hidden property.- Parameters:
value
- allowed object isBoolean
-
isDefault
Gets the value of the default property.- Returns:
- possible object is
Boolean
-
setDefault
Sets the value of the default property.- Parameters:
value
- allowed object isBoolean
-
getIcon
Gets the value of the icon property.- Returns:
- possible object is
String
-
setIcon
Sets the value of the icon property.- Parameters:
value
- allowed object isString
-
getDisplayStyle
Gets the value of the displayStyle property.- Returns:
- possible object is
String
-
setDisplayStyle
Sets the value of the displayStyle property.- Parameters:
value
- allowed object isString
-
isPromoted
Gets the value of the promoted property.- Returns:
- possible object is
Boolean
-
setPromoted
Sets the value of the promoted property.- Parameters:
value
- allowed object isBoolean
-
getRootMenuType
Gets the value of the rootMenuType property.- Returns:
- possible object is
String
-
setRootMenuType
Sets the value of the rootMenuType property.- Parameters:
value
- allowed object isString
-