public class MenuEntryType extends Object
Java class for MenuEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MenuEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PredefinedContent" type="{}PredefinedContentType" minOccurs="0"/>
<element name="OutputText" type="{}OutputTextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OutputXHTML" type="{}OutputXHTMLType" minOccurs="0"/>
</sequence>
<attribute name="MenuEntryTag" type="{}MenuEntryTagTypeCode" default="Selectable" />
<attribute name="OutputFormat" use="required" type="{}OutputFormatTypeCode" />
<attribute name="DefaultSelectedFlag" type="{}DefaultSelectedFlagType" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
defaultSelectedFlag |
protected String |
menuEntryTag |
protected String |
outputFormat |
protected List<OutputTextType> |
outputText |
protected byte[] |
outputXHTML |
protected PredefinedContentType |
predefinedContent |
| Constructor and Description |
|---|
MenuEntryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMenuEntryTag()
Gets the value of the menuEntryTag property.
|
String |
getOutputFormat()
Gets the value of the outputFormat property.
|
List<OutputTextType> |
getOutputText()
Gets the value of the outputText property.
|
byte[] |
getOutputXHTML()
Gets the value of the outputXHTML property.
|
PredefinedContentType |
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(String value)
Sets the value of the menuEntryTag property.
|
void |
setOutputFormat(String value)
Sets the value of the outputFormat property.
|
void |
setOutputXHTML(byte[] value)
Sets the value of the outputXHTML property.
|
void |
setPredefinedContent(PredefinedContentType value)
Sets the value of the predefinedContent property.
|
protected PredefinedContentType predefinedContent
protected List<OutputTextType> outputText
protected byte[] outputXHTML
protected String menuEntryTag
protected String outputFormat
protected Boolean defaultSelectedFlag
public PredefinedContentType getPredefinedContent()
PredefinedContentTypepublic void setPredefinedContent(PredefinedContentType value)
value - allowed object is
PredefinedContentTypepublic List<OutputTextType> 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
OutputTextType
public byte[] getOutputXHTML()
public void setOutputXHTML(byte[] value)
value - allowed object is
byte[]public String getMenuEntryTag()
Stringpublic void setMenuEntryTag(String value)
value - allowed object is
Stringpublic String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic boolean isDefaultSelectedFlag()
BooleanCopyright © 2018. All rights reserved.