Class Menu

java.lang.Object
de.businesscode.bcdui.menu.config.Menu

public class Menu extends 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>
 
  • Field Details

  • Constructor Details

    • Menu

      public Menu()
  • Method Details

    • getEntry

      public 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

      Returns:
      The value of the entry property.
    • getId

      public String getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • isIsDefault

      public Boolean isIsDefault()
      Ruft den Wert der isDefault-Eigenschaft ab.
      Returns:
      possible object is Boolean
    • setIsDefault

      public void setIsDefault(Boolean value)
      Legt den Wert der isDefault-Eigenschaft fest.
      Parameters:
      value - allowed object is Boolean