Class TaskGroupType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
Java class for TaskGroupType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskGroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="job" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
<element name="transcoder" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxConcurrency" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex typestatic class
static class
Java class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TaskGroupType.Job>
protected String
protected Integer
protected SimpleMetadataType
protected String
protected String
protected List<TaskGroupType.Transcoder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getJob()
Gets the value of the job property.getLoc()
Gets the value of the loc property.Gets the value of the maxConcurrency property.Gets the value of the metadata property.getName()
Gets the value of the name property.Gets the value of the priority property.Gets the value of the transcoder property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetJob()
boolean
isSetLoc()
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the loc property.void
setMaxConcurrency
(Integer value) Sets the value of the maxConcurrency property.void
setMetadata
(SimpleMetadataType value) Sets the value of the metadata property.void
Sets the value of the name property.void
setPriority
(String value) Sets the value of the priority property.toString()
void
unsetJob()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withJob
(TaskGroupType.Job... values) Adds objects to the list of Job using add methodwithJob
(Collection<TaskGroupType.Job> values) Adds objects to the list of Job using addAll methodSets the value of the loc property.withMaxConcurrency
(Integer value) Sets the value of the maxConcurrency property.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.Sets the value of the name property.withPriority
(String value) Sets the value of the priority property.withTranscoder
(TaskGroupType.Transcoder... values) Adds objects to the list of Transcoder using add methodAdds objects to the list of Transcoder using addAll method
-
Field Details
-
loc
-
name
-
job
-
transcoder
-
metadata
-
priority
-
maxConcurrency
-
-
Constructor Details
-
TaskGroupType
public TaskGroupType()
-
-
Method Details
-
getLoc
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
-
isSetLoc
public boolean isSetLoc() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getJob
Gets the value of the job property.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 job property.For example, to add a new item, do as follows:
getJob().add(newItem);
Objects of the following type(s) are allowed in the list
TaskGroupType.Job
- Returns:
- The value of the job property.
-
isSetJob
public boolean isSetJob() -
unsetJob
public void unsetJob() -
getTranscoder
Gets the value of the transcoder property.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 transcoder property.For example, to add a new item, do as follows:
getTranscoder().add(newItem);
Objects of the following type(s) are allowed in the list
TaskGroupType.Transcoder
- Returns:
- The value of the transcoder property.
-
isSetTranscoder
public boolean isSetTranscoder() -
unsetTranscoder
public void unsetTranscoder() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getPriority
Gets the value of the priority property.- Returns:
- possible object is
String
-
setPriority
Sets the value of the priority property.- Parameters:
value
- allowed object isString
-
isSetPriority
public boolean isSetPriority() -
getMaxConcurrency
Gets the value of the maxConcurrency property.- Returns:
- possible object is
Integer
-
setMaxConcurrency
Sets the value of the maxConcurrency property.- Parameters:
value
- allowed object isInteger
-
isSetMaxConcurrency
public boolean isSetMaxConcurrency() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withJob
Adds objects to the list of Job using add method- Parameters:
values
- objects to add to the list Job- Returns:
- The class instance
-
withJob
Adds objects to the list of Job using addAll method- Parameters:
values
- objects to add to the list Job- Returns:
- The class instance
-
withTranscoder
Adds objects to the list of Transcoder using add method- Parameters:
values
- objects to add to the list Transcoder- Returns:
- The class instance
-
withTranscoder
Adds objects to the list of Transcoder using addAll method- Parameters:
values
- objects to add to the list Transcoder- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withPriority
Sets the value of the priority property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMaxConcurrency
Sets the value of the maxConcurrency property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-