public class ComplexJobOutputType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexJobOutputType.PropInfo |
Modifier and Type | Field and 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 and Description |
---|
ComplexJobOutputType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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(Collection<Integer> values) |
ComplexJobOutputType |
withId(Integer... values) |
ComplexJobOutputType |
withMetadata(Collection<KeyValuePairType> values) |
ComplexJobOutputType |
withMetadata(KeyValuePairType... values) |
ComplexJobOutputType |
withObjectTracking(ComplexJobOTIFType value) |
ComplexJobOutputType |
withPreset(Collection<String> values) |
ComplexJobOutputType |
withPreset(String... values) |
ComplexJobOutputType |
withSetting(Collection<KeyValuePairType> values) |
ComplexJobOutputType |
withSetting(KeyValuePairType... values) |
ComplexJobOutputType |
withStart(TimeCodeType value) |
ComplexJobOutputType |
withTimeBase(TimeBaseType value) |
protected TimeCodeType start
protected String codec
protected Long codecTag
protected String codecTagString
protected String codecName
protected Long bitrate
protected TimeBaseType timeBase
protected EDLType edl
protected List<KeyValuePairType> setting
protected ComplexJobOTIFType objectTracking
protected List<KeyValuePairType> metadata
public List<Integer> getId()
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
public boolean isSetId()
public void unsetId()
public TimeCodeType getStart()
TimeCodeType
public void setStart(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetStart()
public String getCodec()
String
public void setCodec(String value)
value
- allowed object is
String
public boolean isSetCodec()
public Long getCodecTag()
Long
public void setCodecTag(Long value)
value
- allowed object is
Long
public boolean isSetCodecTag()
public String getCodecTagString()
String
public void setCodecTagString(String value)
value
- allowed object is
String
public boolean isSetCodecTagString()
public String getCodecName()
String
public void setCodecName(String value)
value
- allowed object is
String
public boolean isSetCodecName()
public Long getBitrate()
Long
public void setBitrate(Long value)
value
- allowed object is
Long
public boolean isSetBitrate()
public TimeBaseType getTimeBase()
TimeBaseType
public void setTimeBase(TimeBaseType value)
value
- allowed object is
TimeBaseType
public boolean isSetTimeBase()
public List<String> getPreset()
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
public boolean isSetPreset()
public void unsetPreset()
public EDLType getEdl()
EDLType
public void setEdl(EDLType value)
value
- allowed object is
EDLType
public boolean isSetEdl()
public List<KeyValuePairType> getSetting()
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
public boolean isSetSetting()
public void unsetSetting()
public ComplexJobOTIFType getObjectTracking()
ComplexJobOTIFType
public void setObjectTracking(ComplexJobOTIFType value)
value
- allowed object is
ComplexJobOTIFType
public boolean isSetObjectTracking()
public List<KeyValuePairType> getMetadata()
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
public boolean isSetMetadata()
public void unsetMetadata()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ComplexJobOutputType withId(Integer... values)
public ComplexJobOutputType withId(Collection<Integer> values)
public ComplexJobOutputType withStart(TimeCodeType value)
public ComplexJobOutputType withCodec(String value)
public ComplexJobOutputType withCodecTag(Long value)
public ComplexJobOutputType withCodecTagString(String value)
public ComplexJobOutputType withCodecName(String value)
public ComplexJobOutputType withBitrate(Long value)
public ComplexJobOutputType withTimeBase(TimeBaseType value)
public ComplexJobOutputType withPreset(String... values)
public ComplexJobOutputType withPreset(Collection<String> values)
public ComplexJobOutputType withEdl(EDLType value)
public ComplexJobOutputType withSetting(KeyValuePairType... values)
public ComplexJobOutputType withSetting(Collection<KeyValuePairType> values)
public ComplexJobOutputType withObjectTracking(ComplexJobOTIFType value)
public ComplexJobOutputType withMetadata(KeyValuePairType... values)
public ComplexJobOutputType withMetadata(Collection<KeyValuePairType> values)
public ComplexJobOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.