Class ComplexJobType
- 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 ComplexJobType complex type
.The following schema fragment specifies the expected content contained within this class.
 <complexType name="ComplexJobType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
       <sequence>
         <element name="input" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
                   <element name="range" type="{http://xml.vidispine.com/schema/vidispine}SequenceRangeType" maxOccurs="unbounded"/>
                   <element name="partialFile" type="{http://xml.vidispine.com/schema/vidispine}PartialFileDemuxerInfoType" minOccurs="0"/>
                   <element name="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType" minOccurs="0"/>
                   <element name="intervalIsDts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="dms1TargetUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
                   <element name="faststartDuration" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <extension base="{http://xml.vidispine.com/schema/vidispine}TimeCodeType">
                           <attribute name="override" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                         </extension>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="bulkyMetadataRequest" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobBulkyMetadataRequestType" minOccurs="0"/>
                   <element name="scanForStartPTS" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="doubleDurationHack" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="demuxerSetting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="analyze" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAnalyzeType" minOccurs="0"/>
                   <element name="pageno" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="output" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://xml.vidispine.com/schema/vidispine}ComplexJobOutputFormatType">
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="connection" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <choice>
                     <element name="input" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobInputType" maxOccurs="unbounded"/>
                     <element name="audioChannelMapInput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAudioChannelMapInputType" maxOccurs="unbounded"/>
                     <element name="audioChannelSequenceInput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAudioChannelSequenceInputType" maxOccurs="unbounded"/>
                     <element name="audioMixInput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobMixInputType" maxOccurs="unbounded"/>
                   </choice>
                   <choice>
                     <element name="audioOutput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAudioOutputType"/>
                     <element name="videoOutput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobVideoOutputType"/>
                     <element name="subtitleOutput" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobSubtitleOutputType"/>
                   </choice>
                   <element name="pid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ComplexJobType.Connection>protected List<ComplexJobType.Input>protected List<ComplexJobType.Output> - 
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) Gets the value of the connection property.getInput()Gets the value of the input property.Gets the value of the output property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleantoString()voidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withConnection(ComplexJobType.Connection... values) Adds objects to the list of Connection using add methodAdds objects to the list of Connection using addAll methodwithInput(ComplexJobType.Input... values) Adds objects to the list of Input using add methodwithInput(Collection<ComplexJobType.Input> values) Adds objects to the list of Input using addAll methodwithOutput(ComplexJobType.Output... values) Adds objects to the list of Output using add methodwithOutput(Collection<ComplexJobType.Output> values) Adds objects to the list of Output using addAll method 
- 
Field Details
- 
input
 - 
output
 - 
connection
 
 - 
 - 
Constructor Details
- 
ComplexJobType
public ComplexJobType() 
 - 
 - 
Method Details
- 
getInput
Gets the value of the input 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 input property.For example, to add a new item, do as follows:
getInput().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobType.Input- Returns:
 - The value of the input property.
 
 - 
isSetInput
public boolean isSetInput() - 
unsetInput
public void unsetInput() - 
getOutput
Gets the value of the output 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 output property.For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobType.Output- Returns:
 - The value of the output property.
 
 - 
isSetOutput
public boolean isSetOutput() - 
unsetOutput
public void unsetOutput() - 
getConnection
Gets the value of the connection 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 connection property.For example, to add a new item, do as follows:
getConnection().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobType.Connection- Returns:
 - The value of the connection property.
 
 - 
isSetConnection
public boolean isSetConnection() - 
unsetConnection
public void unsetConnection() - 
clone
- Overrides:
 clonein classTranscoderJobType
 - 
copyTo
- Specified by:
 copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
 copyToin classTranscoderJobType
 - 
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- Overrides:
 copyToin classTranscoderJobType
 - 
createNewInstance
- Specified by:
 createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
 createNewInstancein classTranscoderJobType
 - 
withInput
Adds objects to the list of Input using add method- Parameters:
 values- objects to add to the list Input- Returns:
 - The class instance
 
 - 
withInput
Adds objects to the list of Input using addAll method- Parameters:
 values- objects to add to the list Input- Returns:
 - The class instance
 
 - 
withOutput
Adds objects to the list of Output using add method- Parameters:
 values- objects to add to the list Output- Returns:
 - The class instance
 
 - 
withOutput
Adds objects to the list of Output using addAll method- Parameters:
 values- objects to add to the list Output- Returns:
 - The class instance
 
 - 
withConnection
Adds objects to the list of Connection using add method- Parameters:
 values- objects to add to the list Connection- Returns:
 - The class instance
 
 - 
withConnection
Adds objects to the list of Connection using addAll method- Parameters:
 values- objects to add to the list Connection- 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- Overrides:
 equalsin classTranscoderJobType
 - 
equals
- Overrides:
 equalsin classTranscoderJobType
 - 
visit
- Overrides:
 visitin classTranscoderJobType
 - 
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
 hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
 hashCodein classTranscoderJobType
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classTranscoderJobType
 - 
toString
- Overrides:
 toStringin classTranscoderJobType
 - 
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- Overrides:
 appendin classTranscoderJobType
 - 
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- Overrides:
 appendFieldsin classTranscoderJobType
 
 -