|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MaximumValue
The maximum value.
| Nested Class Summary | |
|---|---|
static class |
MaximumValue.Factory
A class with methods for creating instances of the MaximumValue type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
ReportParameterValueOptions |
addNewOptions()
Internal Use Only. |
java.lang.String |
getData()
Returns the actual value. |
java.lang.String |
getDescription()
Returns a description of the parameter value. |
ReportParameterValueOptions |
getOptions()
Internal Use Only. |
boolean |
getShowDescriptionOnlyEnabled()
Returns whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown. |
boolean |
isSetData()
Checks if the Data has been set. |
boolean |
isSetDescription()
Checks if the Description has been set. |
boolean |
isSetOptions()
Internal Use Only. |
boolean |
isSetShowDescriptionOnlyEnabled()
Checks if the ShowDescriptionOnlyEnabled has been set. |
void |
setData(java.lang.String data)
Sets the actual value. |
void |
setDescription(java.lang.String description)
Sets a description of the parameter value. |
void |
setOptions(ReportParameterValueOptions options)
Internal Use Only. |
void |
setShowDescriptionOnlyEnabled(boolean showDescriptionOnlyEnabled)
Sets whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown. |
void |
unsetData()
Deletes or unsets the Data element. |
void |
unsetDescription()
Deletes or unsets the Description element. |
void |
unsetOptions()
Internal Use Only. |
void |
unsetShowDescriptionOnlyEnabled()
Deletes or unsets the ShowDescriptionOnlyEnabled element. |
org.apache.xmlbeans.XmlString |
xgetData()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetDescription()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetShowDescriptionOnlyEnabled()
Internal Use Only. |
void |
xsetData(org.apache.xmlbeans.XmlString data)
Internal Use Only. |
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Internal Use Only. |
void |
xsetShowDescriptionOnlyEnabled(org.apache.xmlbeans.XmlBoolean showDescriptionOnlyEnabled)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
boolean getShowDescriptionOnlyEnabled()
Returns whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown.
true if only the description of the value is shown, otherwise false.org.apache.xmlbeans.XmlBoolean xgetShowDescriptionOnlyEnabled()
boolean isSetShowDescriptionOnlyEnabled()
ShowDescriptionOnlyEnabled has been set.
true if the ShowDescriptionOnlyEnabled element has been set, otherwise false.void setShowDescriptionOnlyEnabled(boolean showDescriptionOnlyEnabled)
Sets whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown.
showDescriptionOnlyEnabled - true if only the description of the value is shown, otherwise false.void xsetShowDescriptionOnlyEnabled(org.apache.xmlbeans.XmlBoolean showDescriptionOnlyEnabled)
void unsetShowDescriptionOnlyEnabled()
Deletes or unsets the ShowDescriptionOnlyEnabled element.
ReportParameterValueOptions getOptions()
boolean isSetOptions()
void setOptions(ReportParameterValueOptions options)
ReportParameterValueOptions addNewOptions()
void unsetOptions()
java.lang.String getDescription()
Returns a description of the parameter value.
String containing a description of the parameter value.org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
Description has been set.
true if the Description element has been set, otherwise false.void setDescription(java.lang.String description)
Sets a description of the parameter value.
description - A String containing a description of the parameter value.void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
Deletes or unsets the Description element.
java.lang.String getData()
Returns the actual value.
String containing the actual value.org.apache.xmlbeans.XmlString xgetData()
boolean isSetData()
Data has been set.
true if the Data element has been set, otherwise false.void setData(java.lang.String data)
Sets the actual value.
data - A String containing the actual value to be set.void xsetData(org.apache.xmlbeans.XmlString data)
void unsetData()
Deletes or unsets the Data element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||