public class ComboScale extends Object implements Serializable
Constructor and Description |
---|
ComboScale() |
Modifier and Type | Method and Description |
---|---|
String |
getActionCommand()
Returns the value of field 'actionCommand'.
|
Object |
getElements()
Returns the value of field 'elements'.
|
String |
getLabel()
Returns the value of field 'label'.
|
String |
getName()
Returns the value of field 'name'.
|
Object |
getPosition()
Returns the value of field 'position'.
|
Object |
getValue()
Returns the value of field 'value'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setActionCommand(String actionCommand)
Sets the value of field 'actionCommand'.
|
void |
setElements(Object elements)
Sets the value of field 'elements'.
|
void |
setLabel(String label)
Sets the value of field 'label'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setPosition(Object position)
Sets the value of field 'position'.
|
void |
setValue(Object value)
Sets the value of field 'value'.
|
static Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getActionCommand()
public Object getElements()
public String getLabel()
public String getName()
public Object getPosition()
public Object getValue()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setActionCommand(String actionCommand)
actionCommand
- the value of field 'actionCommand'.public void setElements(Object elements)
elements
- the value of field 'elements'.public void setLabel(String label)
label
- the value of field 'label'.public void setName(String name)
name
- the value of field 'name'.public void setPosition(Object position)
position
- the value of field 'position'.public void setValue(Object value)
value
- the value of field 'value'.public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException