public class MenuEntry extends Object
Java class for MenuEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MenuEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PredefinedContent" type="{}PredefinedContent" minOccurs="0"/>
<element name="OutputText" type="{}OutputText" maxOccurs="unbounded" minOccurs="0"/>
<element name="OutputXHTML" type="{}OutputXHTML" minOccurs="0"/>
</sequence>
<attribute name="MenuEntryTag" type="{}MenuEntryTagType" default="Selectable" />
<attribute name="OutputFormat" use="required" type="{}OutputFormatType" />
<attribute name="DefaultSelectedFlag" type="{}DefaultSelectedFlag" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
defaultSelectedFlag
The Default selected flag.
|
protected MenuEntryTagType |
menuEntryTag
The Menu entry tag.
|
protected OutputFormatType |
outputFormat
The Output format.
|
protected List<OutputText> |
outputText
The Output text.
|
protected byte[] |
outputXHTML
The Output xhtml.
|
protected PredefinedContent |
predefinedContent
The Predefined content.
|
| Constructor and Description |
|---|
MenuEntry() |
| Modifier and Type | Method and Description |
|---|---|
MenuEntryTagType |
getMenuEntryTag()
Gets the value of the menuEntryTag property.
|
OutputFormatType |
getOutputFormat()
Gets the value of the outputFormat property.
|
List<OutputText> |
getOutputText()
Gets the value of the outputText property.
|
byte[] |
getOutputXHTML()
Gets the value of the outputXHTML property.
|
PredefinedContent |
getPredefinedContent()
Gets the value of the predefinedContent property.
|
boolean |
isDefaultSelectedFlag()
Gets the value of the defaultSelectedFlag property.
|
void |
setDefaultSelectedFlag(Boolean value)
Sets the value of the defaultSelectedFlag property.
|
void |
setMenuEntryTag(MenuEntryTagType value)
Sets the value of the menuEntryTag property.
|
void |
setOutputFormat(OutputFormatType value)
Sets the value of the outputFormat property.
|
void |
setOutputXHTML(byte[] value)
Sets the value of the outputXHTML property.
|
void |
setPredefinedContent(PredefinedContent value)
Sets the value of the predefinedContent property.
|
protected PredefinedContent predefinedContent
protected List<OutputText> outputText
protected byte[] outputXHTML
protected MenuEntryTagType menuEntryTag
protected OutputFormatType outputFormat
protected Boolean defaultSelectedFlag
public PredefinedContent getPredefinedContent()
PredefinedContentpublic void setPredefinedContent(PredefinedContent value)
value - allowed object is PredefinedContentpublic List<OutputText> getOutputText()
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 outputText property.
For example, to add a new item, do as follows:
getOutputText().add(newItem);
Objects of the following type(s) are allowed in the list
OutputText
public byte[] getOutputXHTML()
public void setOutputXHTML(byte[] value)
value - allowed object is byte[]public MenuEntryTagType getMenuEntryTag()
MenuEntryTagTypepublic void setMenuEntryTag(MenuEntryTagType value)
value - allowed object is MenuEntryTagTypepublic OutputFormatType getOutputFormat()
OutputFormatTypepublic void setOutputFormat(OutputFormatType value)
value - allowed object is OutputFormatTypepublic boolean isDefaultSelectedFlag()
BooleanCopyright © 2022. All rights reserved.