public static class TaskGroupType.Job extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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() |
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 TaskGroupType.Job visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.