public class Job extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}durable"/> <element ref="{}stateful"/> <element ref="{}volatile"/> </sequence> <attribute name=namecol use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="group" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
_volatile |
protected boolean |
durable |
protected String |
group |
protected String |
name |
protected boolean |
stateful |
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Gets the value of the group property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isDurable()
Gets the value of the durable property.
|
boolean |
isStateful()
Gets the value of the stateful property.
|
boolean |
isVolatile()
Gets the value of the volatile property.
|
void |
setDurable(boolean value)
Sets the value of the durable property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStateful(boolean value)
Sets the value of the stateful property.
|
void |
setVolatile(boolean value)
Sets the value of the volatile property.
|
protected boolean durable
protected boolean stateful
protected boolean _volatile
protected String name
protected String group
public boolean isDurable()
public void setDurable(boolean value)
public boolean isStateful()
public void setStateful(boolean value)
public boolean isVolatile()
public void setVolatile(boolean value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getGroup()
String
Copyright © 2008–2017 MIL-OSS. All rights reserved.