Class Menu
- java.lang.Object
-
- de.businesscode.bcdui.menu.config.Menu
-
public class Menu extends java.lang.Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element ref="{http://www.businesscode.de/schema/bcdui/menu-1.0.0}Entry"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Menu()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Entry>
getEntry()
Gets the value of the entry property.java.lang.String
getId()
Ruft den Wert der id-Eigenschaft ab.java.lang.Boolean
isIsDefault()
Ruft den Wert der isDefault-Eigenschaft ab.void
setId(java.lang.String value)
Legt den Wert der id-Eigenschaft fest.void
setIsDefault(java.lang.Boolean value)
Legt den Wert der isDefault-Eigenschaft fest.
-
-
-
Field Detail
-
entry
protected java.util.List<Entry> entry
-
id
protected java.lang.String id
-
isDefault
protected java.lang.Boolean isDefault
-
-
Method Detail
-
getEntry
public java.util.List<Entry> getEntry()
Gets the value of the entry 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 entry property.For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
Entry
-
getId
public java.lang.String getId()
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Legt den Wert der id-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
isIsDefault
public java.lang.Boolean isIsDefault()
Ruft den Wert der isDefault-Eigenschaft ab.- Returns:
- possible object is
Boolean
-
setIsDefault
public void setIsDefault(java.lang.Boolean value)
Legt den Wert der isDefault-Eigenschaft fest.- Parameters:
value
- allowed object isBoolean
-
-