Class ComplexJobOutputType
- 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:
ComplexJobAudioOutputType
,ComplexJobSubtitleOutputType
,ComplexJobVideoOutputType
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
protected String
protected String
protected Long
protected String
protected EDLType
protected List<KeyValuePairType>
protected ComplexJobOTIFType
protected List<KeyValuePairType>
protected TimeCodeType
protected TimeBaseType
-
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) boolean
boolean
equals
(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 bitrate property.getCodec()
Gets the value of the codec property.Gets the value of the codecName property.Gets the value of the codecTag property.Gets the value of the codecTagString property.getEdl()
Gets the value of the edl property.getId()
Gets the value of the id property.Gets the value of the metadata property.Gets the value of the objectTracking property.Gets the value of the preset property.Gets the value of the setting property.getStart()
Gets the value of the start property.Gets the value of the timeBase property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
isSetEdl()
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
void
setBitrate
(Long value) Sets the value of the bitrate property.void
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
Sets the value of the edl property.void
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.toString()
void
unsetId()
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBitrate
(Long value) Sets the value of the bitrate property.Sets the value of the codec property.withCodecName
(String value) Sets the value of the codecName property.withCodecTag
(Long value) Sets the value of the codecTag property.withCodecTagString
(String value) Sets the value of the codecTagString property.Sets the value of the edl property.Adds objects to the list of Id using add methodwithId
(Collection<Integer> values) Adds objects to the list of Id using addAll methodwithMetadata
(KeyValuePairType... values) Adds objects to the list of Metadata using add methodwithMetadata
(Collection<KeyValuePairType> values) Adds objects to the list of Metadata using addAll methodSets the value of the objectTracking property.withPreset
(String... values) Adds objects to the list of Preset using add methodwithPreset
(Collection<String> values) Adds objects to the list of Preset using addAll methodwithSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStart
(TimeCodeType value) Sets the value of the start property.withTimeBase
(TimeBaseType value) Sets the value of the timeBase property.
-
Field Details
-
id
-
start
-
codec
-
codecTag
-
codecTagString
-
codecName
-
bitrate
-
timeBase
-
preset
-
edl
-
setting
-
objectTracking
-
metadata
-
-
Constructor Details
-
ComplexJobOutputType
public ComplexJobOutputType()
-
-
Method Details
-
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
- Returns:
- The value of the id property.
-
isSetId
public boolean isSetId() -
unsetId
public void unsetId() -
getStart
Gets the value of the start property.- Returns:
- possible object is
TimeCodeType
-
setStart
Sets the value of the start property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetStart
public boolean isSetStart() -
getCodec
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec() -
getCodecTag
Gets the value of the codecTag property.- Returns:
- possible object is
Long
-
setCodecTag
Sets the value of the codecTag property.- Parameters:
value
- allowed object isLong
-
isSetCodecTag
public boolean isSetCodecTag() -
getCodecTagString
Gets the value of the codecTagString property.- Returns:
- possible object is
String
-
setCodecTagString
Sets the value of the codecTagString property.- Parameters:
value
- allowed object isString
-
isSetCodecTagString
public boolean isSetCodecTagString() -
getCodecName
Gets the value of the codecName property.- Returns:
- possible object is
String
-
setCodecName
Sets the value of the codecName property.- Parameters:
value
- allowed object isString
-
isSetCodecName
public boolean isSetCodecName() -
getBitrate
Gets the value of the bitrate property.- Returns:
- possible object is
Long
-
setBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isLong
-
isSetBitrate
public boolean isSetBitrate() -
getTimeBase
Gets the value of the timeBase property.- Returns:
- possible object is
TimeBaseType
-
setTimeBase
Sets the value of the timeBase property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetTimeBase
public boolean isSetTimeBase() -
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
- Returns:
- The value of the preset property.
-
isSetPreset
public boolean isSetPreset() -
unsetPreset
public void unsetPreset() -
getEdl
Gets the value of the edl property.- Returns:
- possible object is
EDLType
-
setEdl
Sets the value of the edl property.- Parameters:
value
- allowed object isEDLType
-
isSetEdl
public boolean isSetEdl() -
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() -
getObjectTracking
Gets the value of the objectTracking property.- Returns:
- possible object is
ComplexJobOTIFType
-
setObjectTracking
Sets the value of the objectTracking property.- Parameters:
value
- allowed object isComplexJobOTIFType
-
isSetObjectTracking
public boolean isSetObjectTracking() -
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
- Returns:
- The value of the metadata property.
-
isSetMetadata
public boolean isSetMetadata() -
unsetMetadata
public void unsetMetadata() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Adds objects to the list of Id using add method- Parameters:
values
- objects to add to the list Id- Returns:
- The class instance
-
withId
Adds objects to the list of Id using addAll method- Parameters:
values
- objects to add to the list Id- Returns:
- The class instance
-
withStart
Sets the value of the start property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodecTag
Sets the value of the codecTag property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withCodecTagString
Sets the value of the codecTagString property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodecName
Sets the value of the codecName property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Parameters:
value
- allowed object isTimeBaseType
- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using add method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using addAll method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withEdl
Sets the value of the edl property.- Parameters:
value
- allowed object isEDLType
- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withObjectTracking
Sets the value of the objectTracking property.- Parameters:
value
- allowed object isComplexJobOTIFType
- Returns:
- The class instance
-
withMetadata
Adds objects to the list of Metadata using add method- Parameters:
values
- objects to add to the list Metadata- Returns:
- The class instance
-
withMetadata
Adds objects to the list of Metadata using addAll method- Parameters:
values
- objects to add to the list Metadata- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-