public class MystConfiguration
extends java.lang.Object
Java class for mystConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mystConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="global-views" type="{http://myst.uoc.edu/MystSchema}viewMapper" minOccurs="0"/> <element name="global-errors" type="{http://myst.uoc.edu/MystSchema}errorMapper" minOccurs="0"/> <element name="filters" type="{http://myst.uoc.edu/MystSchema}filterMapper" minOccurs="0"/> <element name="forms" type="{http://myst.uoc.edu/MystSchema}formMapper" minOccurs="0"/> <element name="commands" type="{http://myst.uoc.edu/MystSchema}commandMapper"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
MystConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,CommandData> |
getCommands()
Gets the value of the actions property.
|
java.util.Map<java.lang.String,FilterData> |
getFilters()
Gets the value of the filters property.
|
java.util.Map<java.lang.String,FormData> |
getForms()
Gets the value of the forms property.
|
java.util.Map<java.lang.String,ErrorData> |
getGlobalErrors()
Gets the value of the globalErrors property.
|
java.util.Map<java.lang.String,ViewData> |
getGlobalViews()
Gets the value of the globalViews property.
|
void |
setCommands(java.util.Map<java.lang.String,CommandData> value)
Sets the value of the actions property.
|
void |
setFilters(java.util.Map<java.lang.String,FilterData> value)
Sets the value of the filters property.
|
void |
setForms(java.util.Map<java.lang.String,FormData> value)
Sets the value of the forms property.
|
void |
setGlobalErrors(java.util.Map<java.lang.String,ErrorData> value)
Sets the value of the globalErrors property.
|
void |
setGlobalViews(java.util.Map<java.lang.String,ViewData> value)
Sets the value of the globalViews property.
|
public java.util.Map<java.lang.String,ViewData> getGlobalViews()
ViewMapper
public void setGlobalViews(java.util.Map<java.lang.String,ViewData> value)
value
- allowed object is
ViewMapper
public java.util.Map<java.lang.String,ErrorData> getGlobalErrors()
ErrorMapper
public void setGlobalErrors(java.util.Map<java.lang.String,ErrorData> value)
value
- allowed object is
ErrorMapper
public java.util.Map<java.lang.String,FilterData> getFilters()
FilterMapper
public void setFilters(java.util.Map<java.lang.String,FilterData> value)
value
- allowed object is
FilterMapper
public java.util.Map<java.lang.String,FormData> getForms()
FormMapper
public void setForms(java.util.Map<java.lang.String,FormData> value)
value
- allowed object is
FormMapper
public java.util.Map<java.lang.String,CommandData> getCommands()
CommandMapper
public void setCommands(java.util.Map<java.lang.String,CommandData> value)
value
- allowed object is
CommandMapper