Class ComplexJobInputType

java.lang.Object
com.vidispine.generated.ComplexJobInputType
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
Direct Known Subclasses:
ComplexJobAudioChannelMapInputType

public class ComplexJobInputType 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 ComplexJobInputType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ComplexJobInputType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="transition" type="{http://xml.vidispine.com/schema/vidispine}TransitionType" minOccurs="0"/>
         <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ComplexJobInputType

      public ComplexJobInputType()
  • Method Details

    • getId

      public int getId()
      Gets the value of the id property.
    • setId

      public void setId(int value)
      Sets the value of the id property.
    • isSetId

      public boolean isSetId()
    • getStream

      public int getStream()
      Gets the value of the stream property.
    • setStream

      public void setStream(int value)
      Sets the value of the stream property.
    • isSetStream

      public boolean isSetStream()
    • getPid

      public Integer getPid()
      Gets the value of the pid property.
      Returns:
      possible object is Integer
    • setPid

      public void setPid(Integer value)
      Sets the value of the pid property.
      Parameters:
      value - allowed object is Integer
    • isSetPid

      public boolean isSetPid()
    • getTransition

      public TransitionType getTransition()
      Gets the value of the transition property.
      Returns:
      possible object is TransitionType
    • setTransition

      public void setTransition(TransitionType value)
      Sets the value of the transition property.
      Parameters:
      value - allowed object is TransitionType
    • isSetTransition

      public boolean isSetTransition()
    • getSetting

      public List<KeyValuePairType> getSetting()
      Gets the value of the setting 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 setting property.

      For example, to add a new item, do as follows:

       getSetting().add(newItem);
       

      Objects of the following type(s) are allowed in the list KeyValuePairType

      Returns:
      The value of the setting property.
    • isSetSetting

      public boolean isSetSetting()
    • unsetSetting

      public void unsetSetting()
    • 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
    • withId

      public ComplexJobInputType withId(int value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withStream

      public ComplexJobInputType withStream(int value)
      Sets the value of the stream property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withPid

      public ComplexJobInputType withPid(Integer value)
      Sets the value of the pid property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withTransition

      public ComplexJobInputType withTransition(TransitionType value)
      Sets the value of the transition property.
      Parameters:
      value - allowed object is TransitionType
      Returns:
      The class instance
    • withSetting

      public ComplexJobInputType withSetting(KeyValuePairType... values)
      Adds objects to the list of Setting using add method
      Parameters:
      values - objects to add to the list Setting
      Returns:
      The class instance
    • withSetting

      public ComplexJobInputType withSetting(Collection<KeyValuePairType> values)
      Adds objects to the list of Setting using addAll method
      Parameters:
      values - objects to add to the list Setting
      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 ComplexJobInputType 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