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 Longprotected Stringprotected Stringprotected Longprotected Stringprotected EDLTypeprotected List<KeyValuePairType>protected ComplexJobOTIFTypeprotected List<KeyValuePairType>protected TimeCodeTypeprotected 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) 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 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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanisSetEdl()booleanisSetId()booleanbooleanbooleanbooleanbooleanbooleanvoidsetBitrate(Long value) Sets the value of the bitrate property.voidSets the value of the codec property.voidsetCodecName(String value) Sets the value of the codecName property.voidsetCodecTag(Long value) Sets the value of the codecTag property.voidsetCodecTagString(String value) Sets the value of the codecTagString property.voidSets the value of the edl property.voidSets the value of the objectTracking property.voidsetStart(TimeCodeType value) Sets the value of the start property.voidsetTimeBase(TimeBaseType value) Sets the value of the timeBase property.toString()voidunsetId()voidvoidvoidvisit(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
setmethod 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
setmethod 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
setmethod 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
setmethod 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:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-