Class ComplexJobOutputType
- java.lang.Object
-
- com.vidispine.generated.ComplexJobOutputType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
ComplexJobAudioOutputType
,ComplexJobSubtitleOutputType
,ComplexJobVideoOutputType
public class ComplexJobOutputType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ComplexJobOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="start" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="codec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codecTag" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="codecTagString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="codecName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bitrate" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="timeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/> <element name="preset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="edl" type="{http://xml.vidispine.com/schema/vidispine}EDLType" minOccurs="0"/> <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="objectTracking" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobOTIFType" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobOutputType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected Long
bitrate
protected String
codec
protected String
codecName
protected Long
codecTag
protected String
codecTagString
protected EDLType
edl
protected List<Integer>
id
protected List<KeyValuePairType>
metadata
protected ComplexJobOTIFType
objectTracking
protected List<String>
preset
protected List<KeyValuePairType>
setting
protected TimeCodeType
start
protected TimeBaseType
timeBase
-
Constructor Summary
Constructors Constructor Description ComplexJobOutputType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Long
getBitrate()
Gets the value of the bitrate property.String
getCodec()
Gets the value of the codec property.String
getCodecName()
Gets the value of the codecName property.Long
getCodecTag()
Gets the value of the codecTag property.String
getCodecTagString()
Gets the value of the codecTagString property.EDLType
getEdl()
Gets the value of the edl property.List<Integer>
getId()
Gets the value of the id property.List<KeyValuePairType>
getMetadata()
Gets the value of the metadata property.ComplexJobOTIFType
getObjectTracking()
Gets the value of the objectTracking property.List<String>
getPreset()
Gets the value of the preset property.List<KeyValuePairType>
getSetting()
Gets the value of the setting property.TimeCodeType
getStart()
Gets the value of the start property.TimeBaseType
getTimeBase()
Gets the value of the timeBase property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetBitrate()
boolean
isSetCodec()
boolean
isSetCodecName()
boolean
isSetCodecTag()
boolean
isSetCodecTagString()
boolean
isSetEdl()
boolean
isSetId()
boolean
isSetMetadata()
boolean
isSetObjectTracking()
boolean
isSetPreset()
boolean
isSetSetting()
boolean
isSetStart()
boolean
isSetTimeBase()
void
setBitrate(Long value)
Sets the value of the bitrate property.void
setCodec(String value)
Sets the value of the codec property.void
setCodecName(String value)
Sets the value of the codecName property.void
setCodecTag(Long value)
Sets the value of the codecTag property.void
setCodecTagString(String value)
Sets the value of the codecTagString property.void
setEdl(EDLType value)
Sets the value of the edl property.void
setObjectTracking(ComplexJobOTIFType value)
Sets the value of the objectTracking property.void
setStart(TimeCodeType value)
Sets the value of the start property.void
setTimeBase(TimeBaseType value)
Sets the value of the timeBase property.void
unsetId()
void
unsetMetadata()
void
unsetPreset()
void
unsetSetting()
ComplexJobOutputType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobOutputType
withBitrate(Long value)
ComplexJobOutputType
withCodec(String value)
ComplexJobOutputType
withCodecName(String value)
ComplexJobOutputType
withCodecTag(Long value)
ComplexJobOutputType
withCodecTagString(String value)
ComplexJobOutputType
withEdl(EDLType value)
ComplexJobOutputType
withId(Integer... values)
ComplexJobOutputType
withId(Collection<Integer> values)
ComplexJobOutputType
withMetadata(KeyValuePairType... values)
ComplexJobOutputType
withMetadata(Collection<KeyValuePairType> values)
ComplexJobOutputType
withObjectTracking(ComplexJobOTIFType value)
ComplexJobOutputType
withPreset(String... values)
ComplexJobOutputType
withPreset(Collection<String> values)
ComplexJobOutputType
withSetting(KeyValuePairType... values)
ComplexJobOutputType
withSetting(Collection<KeyValuePairType> values)
ComplexJobOutputType
withStart(TimeCodeType value)
ComplexJobOutputType
withTimeBase(TimeBaseType value)
-
-
-
Field Detail
-
start
protected TimeCodeType start
-
codec
protected String codec
-
codecTag
protected Long codecTag
-
codecTagString
protected String codecTagString
-
codecName
protected String codecName
-
bitrate
protected Long bitrate
-
timeBase
protected TimeBaseType timeBase
-
edl
protected EDLType edl
-
setting
protected List<KeyValuePairType> setting
-
objectTracking
protected ComplexJobOTIFType objectTracking
-
metadata
protected List<KeyValuePairType> metadata
-
-
Method Detail
-
getId
public List<Integer> getId()
Gets the value of the id 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 id property.For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
isSetId
public boolean isSetId()
-
unsetId
public void unsetId()
-
getStart
public TimeCodeType getStart()
Gets the value of the start property.- Returns:
- possible object is
TimeCodeType
-
setStart
public void setStart(TimeCodeType value)
Sets the value of the start property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetStart
public boolean isSetStart()
-
getCodec
public String getCodec()
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
public void setCodec(String value)
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec()
-
getCodecTag
public Long getCodecTag()
Gets the value of the codecTag property.- Returns:
- possible object is
Long
-
setCodecTag
public void setCodecTag(Long value)
Sets the value of the codecTag property.- Parameters:
value
- allowed object isLong
-
isSetCodecTag
public boolean isSetCodecTag()
-
getCodecTagString
public String getCodecTagString()
Gets the value of the codecTagString property.- Returns:
- possible object is
String
-
setCodecTagString
public void setCodecTagString(String value)
Sets the value of the codecTagString property.- Parameters:
value
- allowed object isString
-
isSetCodecTagString
public boolean isSetCodecTagString()
-
getCodecName
public String getCodecName()
Gets the value of the codecName property.- Returns:
- possible object is
String
-
setCodecName
public void setCodecName(String value)
Sets the value of the codecName property.- Parameters:
value
- allowed object isString
-
isSetCodecName
public boolean isSetCodecName()
-
getBitrate
public Long getBitrate()
Gets the value of the bitrate property.- Returns:
- possible object is
Long
-
setBitrate
public void setBitrate(Long value)
Sets the value of the bitrate property.- Parameters:
value
- allowed object isLong
-
isSetBitrate
public boolean isSetBitrate()
-
getTimeBase
public TimeBaseType getTimeBase()
Gets the value of the timeBase property.- Returns:
- possible object is
TimeBaseType
-
setTimeBase
public void setTimeBase(TimeBaseType value)
Sets the value of the timeBase property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetTimeBase
public boolean isSetTimeBase()
-
getPreset
public List<String> getPreset()
Gets the value of the preset 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 preset property.For example, to add a new item, do as follows:
getPreset().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPreset
public boolean isSetPreset()
-
unsetPreset
public void unsetPreset()
-
getEdl
public EDLType getEdl()
Gets the value of the edl property.- Returns:
- possible object is
EDLType
-
setEdl
public void setEdl(EDLType value)
Sets the value of the edl property.- Parameters:
value
- allowed object isEDLType
-
isSetEdl
public boolean isSetEdl()
-
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
-
isSetSetting
public boolean isSetSetting()
-
unsetSetting
public void unsetSetting()
-
getObjectTracking
public ComplexJobOTIFType getObjectTracking()
Gets the value of the objectTracking property.- Returns:
- possible object is
ComplexJobOTIFType
-
setObjectTracking
public void setObjectTracking(ComplexJobOTIFType value)
Sets the value of the objectTracking property.- Parameters:
value
- allowed object isComplexJobOTIFType
-
isSetObjectTracking
public boolean isSetObjectTracking()
-
getMetadata
public List<KeyValuePairType> getMetadata()
Gets the value of the metadata 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 metadata property.For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
-
isSetMetadata
public boolean isSetMetadata()
-
unsetMetadata
public void unsetMetadata()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withId
public ComplexJobOutputType withId(Integer... values)
-
withId
public ComplexJobOutputType withId(Collection<Integer> values)
-
withStart
public ComplexJobOutputType withStart(TimeCodeType value)
-
withCodec
public ComplexJobOutputType withCodec(String value)
-
withCodecTag
public ComplexJobOutputType withCodecTag(Long value)
-
withCodecTagString
public ComplexJobOutputType withCodecTagString(String value)
-
withCodecName
public ComplexJobOutputType withCodecName(String value)
-
withBitrate
public ComplexJobOutputType withBitrate(Long value)
-
withTimeBase
public ComplexJobOutputType withTimeBase(TimeBaseType value)
-
withPreset
public ComplexJobOutputType withPreset(String... values)
-
withPreset
public ComplexJobOutputType withPreset(Collection<String> values)
-
withEdl
public ComplexJobOutputType withEdl(EDLType value)
-
withSetting
public ComplexJobOutputType withSetting(KeyValuePairType... values)
-
withSetting
public ComplexJobOutputType withSetting(Collection<KeyValuePairType> values)
-
withObjectTracking
public ComplexJobOutputType withObjectTracking(ComplexJobOTIFType value)
-
withMetadata
public ComplexJobOutputType withMetadata(KeyValuePairType... values)
-
withMetadata
public ComplexJobOutputType withMetadata(Collection<KeyValuePairType> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ComplexJobOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-