public class CommandData
extends java.lang.Object
Java class for commandData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="commandData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pre-filters" type="{http://myst.uoc.edu/MystSchema}filterNameMapper" minOccurs="0"/> <element name="post-filters" type="{http://myst.uoc.edu/MystSchema}filterNameMapper" minOccurs="0"/> <element name="views" type="{http://myst.uoc.edu/MystSchema}viewMapper"/> <element name="errors" type="{http://myst.uoc.edu/MystSchema}errorMapper" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="form" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CommandData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.util.Map<java.lang.String,ErrorData> |
getErrors()
Gets the value of the errors property.
|
java.lang.String |
getForm()
Gets the value of the form property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
FilterNameMapper |
getPostFilters()
Gets the value of the postFilters property.
|
FilterNameMapper |
getPreFilters()
Gets the value of the preFilters property.
|
java.util.Map<java.lang.String,ViewData> |
getViews()
Gets the value of the views property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setErrors(java.util.Map<java.lang.String,ErrorData> value)
Sets the value of the errors property.
|
void |
setForm(java.lang.String value)
Sets the value of the form property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPostFilters(FilterNameMapper value)
Sets the value of the postFilters property.
|
void |
setPreFilters(FilterNameMapper value)
Sets the value of the preFilters property.
|
void |
setViews(java.util.Map<java.lang.String,ViewData> value)
Sets the value of the views property.
|
public FilterNameMapper getPreFilters()
FilterNameMapper
public void setPreFilters(FilterNameMapper value)
value
- allowed object is
FilterNameMapper
public FilterNameMapper getPostFilters()
FilterNameMapper
public void setPostFilters(FilterNameMapper value)
value
- allowed object is
FilterNameMapper
public java.util.Map<java.lang.String,ViewData> getViews()
ViewMapper
public void setViews(java.util.Map<java.lang.String,ViewData> value)
value
- allowed object is
ViewMapper
public java.util.Map<java.lang.String,ErrorData> getErrors()
ErrorMapper
public void setErrors(java.util.Map<java.lang.String,ErrorData> value)
value
- allowed object is
ErrorMapper
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public java.lang.String getForm()
String
public void setForm(java.lang.String value)
value
- allowed object is
String