public class ComplexJobOutputFormatType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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="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 Boolean |
requireFaststart |
protected Integer |
roundedTimeBase |
protected List<KeyValuePairType> |
setting |
protected Long |
startTimecode |
protected List<TextOverlayType> |
textOverlay |
protected String |
uri |
| Constructor and Description |
|---|
ComplexJobOutputFormatType() |
protected int id
protected String uri
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()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
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()
Stringpublic void setContainerFormat(String value)
value - allowed object is
Stringpublic 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.Dms1Sourcepublic void setDms1Source(ComplexJobOutputFormatType.Dms1Source value)
value - allowed object is
ComplexJobOutputFormatType.Dms1Sourcepublic boolean isSetDms1Source()
public String getInitialSMPTETimecode()
Stringpublic void setInitialSMPTETimecode(String value)
value - allowed object is
Stringpublic boolean isSetInitialSMPTETimecode()
public Long getStartTimecode()
Longpublic void setStartTimecode(Long value)
value - allowed object is
Longpublic boolean isSetStartTimecode()
public Integer getRoundedTimeBase()
Integerpublic void setRoundedTimeBase(Integer value)
value - allowed object is
Integerpublic boolean isSetRoundedTimeBase()
public Boolean isDropFrame()
Booleanpublic void setDropFrame(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDropFrame()
public Boolean isRequireFaststart()
Booleanpublic void setRequireFaststart(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRequireFaststart()
public Long getMuxrate()
Longpublic void setMuxrate(Long value)
value - allowed object is
Longpublic boolean isSetMuxrate()
public String getPfdTargetUri()
Stringpublic void setPfdTargetUri(String value)
value - allowed object is
Stringpublic boolean isSetPfdTargetUri()
public MXFPackagesType getMxfPackages()
MXFPackagesTypepublic void setMxfPackages(MXFPackagesType value)
value - allowed object is
MXFPackagesTypepublic 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()
Stringpublic void setClipName(String value)
value - allowed object is
Stringpublic boolean isSetClipName()
public TimeCodeType getMaxChunkDuration()
TimeCodeTypepublic void setMaxChunkDuration(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic 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.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ComplexJobOutputFormatType withId(int value)
public ComplexJobOutputFormatType withUri(String 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 ComplexJobOutputFormatType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.