public class ComplexJobOutputFormatType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for ComplexJobOutputFormatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobOutputFormatType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/> <choice> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="range" type="{http://xml.vidispine.com/schema/vidispine}SequenceRangeType"/> <element name="atom" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAtomType" maxOccurs="unbounded"/> </choice> <element name="containerFormat" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="overlay" type="{http://xml.vidispine.com/schema/vidispine}OverlayType" maxOccurs="unbounded" minOccurs="0"/> <element name="textOverlay" type="{http://xml.vidispine.com/schema/vidispine}TextOverlayType" maxOccurs="unbounded" minOccurs="0"/> <element name="dms1Source" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="demuxerId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}DMS1Type"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="initialSMPTETimecode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="startTimecode" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="roundedTimeBase" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dropFrame" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="requireFaststart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="muxrate" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="pfdTargetUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="mxfPackages" type="{http://xml.vidispine.com/schema/vidispine}MXFPackagesType" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="clipName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="maxChunkDuration" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexJobOutputFormatType.Dms1Source
Java class for anonymous complex type.
|
static class |
ComplexJobOutputFormatType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<ComplexJobAtomType> |
atom |
protected String |
clipName |
protected String |
containerFormat |
protected ComplexJobOutputFormatType.Dms1Source |
dms1Source |
protected Boolean |
dropFrame |
protected int |
id |
protected String |
initialSMPTETimecode |
protected TimeCodeType |
maxChunkDuration |
protected List<KeyValuePairType> |
metadata |
protected Long |
muxrate |
protected MXFPackagesType |
mxfPackages |
protected List<OverlayType> |
overlay |
protected String |
pfdTargetUri |
protected SequenceRangeType |
range |
protected Boolean |
requireFaststart |
protected Integer |
roundedTimeBase |
protected List<KeyValuePairType> |
setting |
protected Long |
startTimecode |
protected List<TextOverlayType> |
textOverlay |
protected String |
uri |
Constructor and Description |
---|
ComplexJobOutputFormatType() |
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() |
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.EqualsStrategy strategy) |
List<ComplexJobAtomType> |
getAtom()
Gets the value of the atom property.
|
String |
getClipName()
Gets the value of the clipName property.
|
String |
getContainerFormat()
Gets the value of the containerFormat property.
|
ComplexJobOutputFormatType.Dms1Source |
getDms1Source()
Gets the value of the dms1Source property.
|
int |
getId()
Gets the value of the id property.
|
String |
getInitialSMPTETimecode()
Gets the value of the initialSMPTETimecode property.
|
TimeCodeType |
getMaxChunkDuration()
Gets the value of the maxChunkDuration property.
|
List<KeyValuePairType> |
getMetadata()
Gets the value of the metadata property.
|
Long |
getMuxrate()
Gets the value of the muxrate property.
|
MXFPackagesType |
getMxfPackages()
Gets the value of the mxfPackages property.
|
List<OverlayType> |
getOverlay()
Gets the value of the overlay property.
|
String |
getPfdTargetUri()
Gets the value of the pfdTargetUri property.
|
SequenceRangeType |
getRange()
Gets the value of the range property.
|
Integer |
getRoundedTimeBase()
Gets the value of the roundedTimeBase property.
|
List<KeyValuePairType> |
getSetting()
Gets the value of the setting property.
|
Long |
getStartTimecode()
Gets the value of the startTimecode property.
|
List<TextOverlayType> |
getTextOverlay()
Gets the value of the textOverlay property.
|
String |
getUri()
Gets the value of the uri property.
|
Boolean |
isDropFrame()
Gets the value of the dropFrame property.
|
Boolean |
isRequireFaststart()
Gets the value of the requireFaststart property.
|
boolean |
isSetAtom() |
boolean |
isSetClipName() |
boolean |
isSetContainerFormat() |
boolean |
isSetDms1Source() |
boolean |
isSetDropFrame() |
boolean |
isSetId() |
boolean |
isSetInitialSMPTETimecode() |
boolean |
isSetMaxChunkDuration() |
boolean |
isSetMetadata() |
boolean |
isSetMuxrate() |
boolean |
isSetMxfPackages() |
boolean |
isSetOverlay() |
boolean |
isSetPfdTargetUri() |
boolean |
isSetRange() |
boolean |
isSetRequireFaststart() |
boolean |
isSetRoundedTimeBase() |
boolean |
isSetSetting() |
boolean |
isSetStartTimecode() |
boolean |
isSetTextOverlay() |
boolean |
isSetUri() |
void |
setClipName(String value)
Sets the value of the clipName property.
|
void |
setContainerFormat(String value)
Sets the value of the containerFormat property.
|
void |
setDms1Source(ComplexJobOutputFormatType.Dms1Source value)
Sets the value of the dms1Source property.
|
void |
setDropFrame(Boolean value)
Sets the value of the dropFrame property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setInitialSMPTETimecode(String value)
Sets the value of the initialSMPTETimecode property.
|
void |
setMaxChunkDuration(TimeCodeType value)
Sets the value of the maxChunkDuration property.
|
void |
setMuxrate(Long value)
Sets the value of the muxrate property.
|
void |
setMxfPackages(MXFPackagesType value)
Sets the value of the mxfPackages property.
|
void |
setPfdTargetUri(String value)
Sets the value of the pfdTargetUri property.
|
void |
setRange(SequenceRangeType value)
Sets the value of the range property.
|
void |
setRequireFaststart(Boolean value)
Sets the value of the requireFaststart property.
|
void |
setRoundedTimeBase(Integer value)
Sets the value of the roundedTimeBase property.
|
void |
setStartTimecode(Long value)
Sets the value of the startTimecode property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetAtom() |
void |
unsetMetadata() |
void |
unsetOverlay() |
void |
unsetSetting() |
void |
unsetTextOverlay() |
ComplexJobOutputFormatType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ComplexJobOutputFormatType |
withAtom(Collection<ComplexJobAtomType> values) |
ComplexJobOutputFormatType |
withAtom(ComplexJobAtomType... values) |
ComplexJobOutputFormatType |
withClipName(String value) |
ComplexJobOutputFormatType |
withContainerFormat(String value) |
ComplexJobOutputFormatType |
withDms1Source(ComplexJobOutputFormatType.Dms1Source value) |
ComplexJobOutputFormatType |
withDropFrame(Boolean value) |
ComplexJobOutputFormatType |
withId(int value) |
ComplexJobOutputFormatType |
withInitialSMPTETimecode(String value) |
ComplexJobOutputFormatType |
withMaxChunkDuration(TimeCodeType value) |
ComplexJobOutputFormatType |
withMetadata(Collection<KeyValuePairType> values) |
ComplexJobOutputFormatType |
withMetadata(KeyValuePairType... values) |
ComplexJobOutputFormatType |
withMuxrate(Long value) |
ComplexJobOutputFormatType |
withMxfPackages(MXFPackagesType value) |
ComplexJobOutputFormatType |
withOverlay(Collection<OverlayType> values) |
ComplexJobOutputFormatType |
withOverlay(OverlayType... values) |
ComplexJobOutputFormatType |
withPfdTargetUri(String value) |
ComplexJobOutputFormatType |
withRange(SequenceRangeType value) |
ComplexJobOutputFormatType |
withRequireFaststart(Boolean value) |
ComplexJobOutputFormatType |
withRoundedTimeBase(Integer value) |
ComplexJobOutputFormatType |
withSetting(Collection<KeyValuePairType> values) |
ComplexJobOutputFormatType |
withSetting(KeyValuePairType... values) |
ComplexJobOutputFormatType |
withStartTimecode(Long value) |
ComplexJobOutputFormatType |
withTextOverlay(Collection<TextOverlayType> values) |
ComplexJobOutputFormatType |
withTextOverlay(TextOverlayType... values) |
ComplexJobOutputFormatType |
withUri(String value) |
protected int id
protected String uri
protected SequenceRangeType range
protected List<ComplexJobAtomType> atom
protected String containerFormat
protected List<OverlayType> overlay
protected List<TextOverlayType> textOverlay
protected ComplexJobOutputFormatType.Dms1Source dms1Source
protected String initialSMPTETimecode
protected Long startTimecode
protected Integer roundedTimeBase
protected Boolean dropFrame
protected Boolean requireFaststart
protected Long muxrate
protected String pfdTargetUri
protected MXFPackagesType mxfPackages
protected List<KeyValuePairType> metadata
protected String clipName
protected TimeCodeType maxChunkDuration
protected List<KeyValuePairType> setting
public int getId()
public void setId(int value)
public boolean isSetId()
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public SequenceRangeType getRange()
SequenceRangeType
public void setRange(SequenceRangeType value)
value
- allowed object is
SequenceRangeType
public boolean isSetRange()
public List<ComplexJobAtomType> getAtom()
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 atom property.
For example, to add a new item, do as follows:
getAtom().add(newItem);
Objects of the following type(s) are allowed in the list
ComplexJobAtomType
public boolean isSetAtom()
public void unsetAtom()
public String getContainerFormat()
String
public void setContainerFormat(String value)
value
- allowed object is
String
public boolean isSetContainerFormat()
public List<OverlayType> getOverlay()
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 overlay property.
For example, to add a new item, do as follows:
getOverlay().add(newItem);
Objects of the following type(s) are allowed in the list
OverlayType
public boolean isSetOverlay()
public void unsetOverlay()
public List<TextOverlayType> getTextOverlay()
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 textOverlay property.
For example, to add a new item, do as follows:
getTextOverlay().add(newItem);
Objects of the following type(s) are allowed in the list
TextOverlayType
public boolean isSetTextOverlay()
public void unsetTextOverlay()
public ComplexJobOutputFormatType.Dms1Source getDms1Source()
ComplexJobOutputFormatType.Dms1Source
public void setDms1Source(ComplexJobOutputFormatType.Dms1Source value)
value
- allowed object is
ComplexJobOutputFormatType.Dms1Source
public boolean isSetDms1Source()
public String getInitialSMPTETimecode()
String
public void setInitialSMPTETimecode(String value)
value
- allowed object is
String
public boolean isSetInitialSMPTETimecode()
public Long getStartTimecode()
Long
public void setStartTimecode(Long value)
value
- allowed object is
Long
public boolean isSetStartTimecode()
public Integer getRoundedTimeBase()
Integer
public void setRoundedTimeBase(Integer value)
value
- allowed object is
Integer
public boolean isSetRoundedTimeBase()
public Boolean isDropFrame()
Boolean
public void setDropFrame(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDropFrame()
public Boolean isRequireFaststart()
Boolean
public void setRequireFaststart(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRequireFaststart()
public Long getMuxrate()
Long
public void setMuxrate(Long value)
value
- allowed object is
Long
public boolean isSetMuxrate()
public String getPfdTargetUri()
String
public void setPfdTargetUri(String value)
value
- allowed object is
String
public boolean isSetPfdTargetUri()
public MXFPackagesType getMxfPackages()
MXFPackagesType
public void setMxfPackages(MXFPackagesType value)
value
- allowed object is
MXFPackagesType
public boolean isSetMxfPackages()
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 String getClipName()
String
public void setClipName(String value)
value
- allowed object is
String
public boolean isSetClipName()
public TimeCodeType getMaxChunkDuration()
TimeCodeType
public void setMaxChunkDuration(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetMaxChunkDuration()
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 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 ComplexJobOutputFormatType withId(int value)
public ComplexJobOutputFormatType withUri(String value)
public ComplexJobOutputFormatType withRange(SequenceRangeType value)
public ComplexJobOutputFormatType withAtom(ComplexJobAtomType... values)
public ComplexJobOutputFormatType withAtom(Collection<ComplexJobAtomType> values)
public ComplexJobOutputFormatType withContainerFormat(String value)
public ComplexJobOutputFormatType withOverlay(OverlayType... values)
public ComplexJobOutputFormatType withOverlay(Collection<OverlayType> values)
public ComplexJobOutputFormatType withTextOverlay(TextOverlayType... values)
public ComplexJobOutputFormatType withTextOverlay(Collection<TextOverlayType> values)
public ComplexJobOutputFormatType withDms1Source(ComplexJobOutputFormatType.Dms1Source value)
public ComplexJobOutputFormatType withInitialSMPTETimecode(String value)
public ComplexJobOutputFormatType withStartTimecode(Long value)
public ComplexJobOutputFormatType withRoundedTimeBase(Integer value)
public ComplexJobOutputFormatType withDropFrame(Boolean value)
public ComplexJobOutputFormatType withRequireFaststart(Boolean value)
public ComplexJobOutputFormatType withMuxrate(Long value)
public ComplexJobOutputFormatType withPfdTargetUri(String value)
public ComplexJobOutputFormatType withMxfPackages(MXFPackagesType value)
public ComplexJobOutputFormatType withMetadata(KeyValuePairType... values)
public ComplexJobOutputFormatType withMetadata(Collection<KeyValuePairType> values)
public ComplexJobOutputFormatType withClipName(String value)
public ComplexJobOutputFormatType withMaxChunkDuration(TimeCodeType value)
public ComplexJobOutputFormatType withSetting(KeyValuePairType... values)
public ComplexJobOutputFormatType withSetting(Collection<KeyValuePairType> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ComplexJobOutputFormatType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.