public static class TaskGroupType.Job extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 name="type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="data" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TaskGroupType.Job.Data
Java class for anonymous complex type.
|
static class |
TaskGroupType.Job.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<TaskGroupType.Job.Data> |
data |
protected List<String> |
group |
protected List<String> |
priority |
protected List<String> |
type |
protected List<String> |
user |
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<TaskGroupType.Job.Data> |
getData()
Gets the value of the data property.
|
List<String> |
getGroup()
Gets the value of the group property.
|
List<String> |
getPriority()
Gets the value of the priority property.
|
List<String> |
getType()
Gets the value of the type property.
|
List<String> |
getUser()
Gets the value of the user property.
|
boolean |
isSetData() |
boolean |
isSetGroup() |
boolean |
isSetPriority() |
boolean |
isSetType() |
boolean |
isSetUser() |
void |
unsetData() |
void |
unsetGroup() |
void |
unsetPriority() |
void |
unsetType() |
void |
unsetUser() |
TaskGroupType.Job |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TaskGroupType.Job |
withData(Collection<TaskGroupType.Job.Data> values) |
TaskGroupType.Job |
withData(TaskGroupType.Job.Data... values) |
TaskGroupType.Job |
withGroup(Collection<String> values) |
TaskGroupType.Job |
withGroup(String... values) |
TaskGroupType.Job |
withPriority(Collection<String> values) |
TaskGroupType.Job |
withPriority(String... values) |
TaskGroupType.Job |
withType(Collection<String> values) |
TaskGroupType.Job |
withType(String... values) |
TaskGroupType.Job |
withUser(Collection<String> values) |
TaskGroupType.Job |
withUser(String... values) |
protected List<TaskGroupType.Job.Data> data
public List<String> getType()
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 type property.
For example, to add a new item, do as follows:
getType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetType()
public void unsetType()
public List<String> getPriority()
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 priority property.
For example, to add a new item, do as follows:
getPriority().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetPriority()
public void unsetPriority()
public List<String> getUser()
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 user property.
For example, to add a new item, do as follows:
getUser().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUser()
public void unsetUser()
public List<String> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetGroup()
public void unsetGroup()
public List<TaskGroupType.Job.Data> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
TaskGroupType.Job.Data
public boolean isSetData()
public void unsetData()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public TaskGroupType.Job withType(String... values)
public TaskGroupType.Job withType(Collection<String> values)
public TaskGroupType.Job withPriority(String... values)
public TaskGroupType.Job withPriority(Collection<String> values)
public TaskGroupType.Job withUser(String... values)
public TaskGroupType.Job withUser(Collection<String> values)
public TaskGroupType.Job withGroup(String... values)
public TaskGroupType.Job withGroup(Collection<String> values)
public TaskGroupType.Job withData(TaskGroupType.Job.Data... values)
public TaskGroupType.Job withData(Collection<TaskGroupType.Job.Data> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public TaskGroupType.Job visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.