Class TaskGroupType

java.lang.Object
com.vidispine.generated.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

public class TaskGroupType extends Object implements 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:
  • Field Details

  • Constructor Details

    • TaskGroupType

      public TaskGroupType()
  • Method Details

    • getLoc

      public String getLoc()
      Gets the value of the loc property.
      Returns:
      possible object is String
    • setLoc

      public void setLoc(String value)
      Sets the value of the loc property.
      Parameters:
      value - allowed object is String
    • isSetLoc

      public boolean isSetLoc()
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isSetName

      public boolean isSetName()
    • getJob

      public List<TaskGroupType.Job> 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

      public List<TaskGroupType.Transcoder> 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

      public SimpleMetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is SimpleMetadataType
    • setMetadata

      public void setMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
    • isSetMetadata

      public boolean isSetMetadata()
    • getPriority

      public String getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is String
    • setPriority

      public void setPriority(String value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is String
    • isSetPriority

      public boolean isSetPriority()
    • getMaxConcurrency

      public Integer getMaxConcurrency()
      Gets the value of the maxConcurrency property.
      Returns:
      possible object is Integer
    • setMaxConcurrency

      public void setMaxConcurrency(Integer value)
      Sets the value of the maxConcurrency property.
      Parameters:
      value - allowed object is Integer
    • isSetMaxConcurrency

      public boolean isSetMaxConcurrency()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withLoc

      public TaskGroupType withLoc(String value)
      Sets the value of the loc property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withName

      public TaskGroupType withName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withJob

      public TaskGroupType withJob(TaskGroupType.Job... values)
      Adds objects to the list of Job using add method
      Parameters:
      values - objects to add to the list Job
      Returns:
      The class instance
    • withJob

      public TaskGroupType withJob(Collection<TaskGroupType.Job> values)
      Adds objects to the list of Job using addAll method
      Parameters:
      values - objects to add to the list Job
      Returns:
      The class instance
    • withTranscoder

      public TaskGroupType withTranscoder(TaskGroupType.Transcoder... values)
      Adds objects to the list of Transcoder using add method
      Parameters:
      values - objects to add to the list Transcoder
      Returns:
      The class instance
    • withTranscoder

      public TaskGroupType withTranscoder(Collection<TaskGroupType.Transcoder> values)
      Adds objects to the list of Transcoder using addAll method
      Parameters:
      values - objects to add to the list Transcoder
      Returns:
      The class instance
    • withMetadata

      public TaskGroupType withMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
      Returns:
      The class instance
    • withPriority

      public TaskGroupType withPriority(String value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMaxConcurrency

      public TaskGroupType withMaxConcurrency(Integer value)
      Sets the value of the maxConcurrency property.
      Parameters:
      value - allowed object is Integer
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public TaskGroupType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString