Class Menu
java.lang.Object
de.businesscode.bcdui.menu.config.Menu
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()
Gets the value of the entry property.getId()
Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der isDefault-Eigenschaft ab.void
Legt den Wert der id-Eigenschaft fest.void
setIsDefault
(Boolean value) Legt den Wert der isDefault-Eigenschaft fest.
-
Field Details
-
entry
-
id
-
isDefault
-
-
Constructor Details
-
Menu
public Menu()
-
-
Method Details
-
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
- Returns:
- The value of the entry property.
-
getId
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
String
-
setId
Legt den Wert der id-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
isIsDefault
Ruft den Wert der isDefault-Eigenschaft ab.- Returns:
- possible object is
Boolean
-
setIsDefault
Legt den Wert der isDefault-Eigenschaft fest.- Parameters:
value
- allowed object isBoolean
-