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 classJava class for anonymous complex typestatic classstatic classJava class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TaskGroupType.Job>protected Stringprotected Integerprotected SimpleMetadataTypeprotected Stringprotected Stringprotected 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) booleanbooleanequals(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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisSetJob()booleanisSetLoc()booleanbooleanbooleanbooleanbooleanvoidSets the value of the loc property.voidsetMaxConcurrency(Integer value) Sets the value of the maxConcurrency property.voidsetMetadata(SimpleMetadataType value) Sets the value of the metadata property.voidSets the value of the name property.voidsetPriority(String value) Sets the value of the priority property.toString()voidunsetJob()voidvisit(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
setmethod 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
setmethod 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:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-