|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.phleisch.app.itsucks.persistence.jaxb.SerializedJob
public abstract class SerializedJob
Java class for serializedJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serializedJob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ignoreFilter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="parameter" type="{http://itsucks.sourceforge.net/ItSucksJobSchema}serializedJobParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
id
|
protected boolean |
ignoreFilter
|
protected java.lang.String |
name
|
protected java.util.List<SerializedJobParameter> |
parameter
|
protected int |
priority
|
protected int |
state
|
| Constructor Summary | |
|---|---|
SerializedJob()
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<SerializedJobParameter> |
getParameter()
Gets the value of the parameter property. |
int |
getPriority()
Gets the value of the priority property. |
int |
getState()
Gets the value of the state property. |
boolean |
isIgnoreFilter()
Gets the value of the ignoreFilter property. |
void |
setId(java.lang.Long value)
Sets the value of the id property. |
void |
setIgnoreFilter(boolean value)
Sets the value of the ignoreFilter property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPriority(int value)
Sets the value of the priority property. |
void |
setState(int value)
Sets the value of the state property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected int state
protected int priority
protected boolean ignoreFilter
protected java.util.List<SerializedJobParameter> parameter
protected java.lang.Long id
| Constructor Detail |
|---|
public SerializedJob()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getState()
public void setState(int value)
public int getPriority()
public void setPriority(int value)
public boolean isIgnoreFilter()
public void setIgnoreFilter(boolean value)
public java.util.List<SerializedJobParameter> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
SerializedJobParameter
public java.lang.Long getId()
Longpublic void setId(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||