public class SegmentationJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SegmentationJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SegmentationJobType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
<sequence>
<element name="input" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="playlistOutput" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="segmentUriPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="segmentUriPostfix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="containerFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="segmentLength" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerFormat |
protected String |
input |
protected String |
playlistOutput |
protected TimeCodeType |
segmentLength |
protected String |
segmentUriPostfix |
protected String |
segmentUriPrefix |
| Constructor and Description |
|---|
SegmentationJobType() |
| 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() |
String |
getContainerFormat()
Gets the value of the containerFormat property.
|
String |
getInput()
Gets the value of the input property.
|
String |
getPlaylistOutput()
Gets the value of the playlistOutput property.
|
TimeCodeType |
getSegmentLength()
Gets the value of the segmentLength property.
|
String |
getSegmentUriPostfix()
Gets the value of the segmentUriPostfix property.
|
String |
getSegmentUriPrefix()
Gets the value of the segmentUriPrefix property.
|
boolean |
isSetContainerFormat() |
boolean |
isSetInput() |
boolean |
isSetPlaylistOutput() |
boolean |
isSetSegmentLength() |
boolean |
isSetSegmentUriPostfix() |
boolean |
isSetSegmentUriPrefix() |
void |
setContainerFormat(String value)
Sets the value of the containerFormat property.
|
void |
setInput(String value)
Sets the value of the input property.
|
void |
setPlaylistOutput(String value)
Sets the value of the playlistOutput property.
|
void |
setSegmentLength(TimeCodeType value)
Sets the value of the segmentLength property.
|
void |
setSegmentUriPostfix(String value)
Sets the value of the segmentUriPostfix property.
|
void |
setSegmentUriPrefix(String value)
Sets the value of the segmentUriPrefix property.
|
SegmentationJobType |
withContainerFormat(String value) |
SegmentationJobType |
withInput(String value) |
SegmentationJobType |
withPlaylistOutput(String value) |
SegmentationJobType |
withSegmentLength(TimeCodeType value) |
SegmentationJobType |
withSegmentUriPostfix(String value) |
SegmentationJobType |
withSegmentUriPrefix(String value) |
protected String input
protected String playlistOutput
protected String segmentUriPrefix
protected String segmentUriPostfix
protected String containerFormat
protected TimeCodeType segmentLength
public String getInput()
Stringpublic void setInput(String value)
value - allowed object is
Stringpublic boolean isSetInput()
public String getPlaylistOutput()
Stringpublic void setPlaylistOutput(String value)
value - allowed object is
Stringpublic boolean isSetPlaylistOutput()
public String getSegmentUriPrefix()
Stringpublic void setSegmentUriPrefix(String value)
value - allowed object is
Stringpublic boolean isSetSegmentUriPrefix()
public String getSegmentUriPostfix()
Stringpublic void setSegmentUriPostfix(String value)
value - allowed object is
Stringpublic boolean isSetSegmentUriPostfix()
public String getContainerFormat()
Stringpublic void setContainerFormat(String value)
value - allowed object is
Stringpublic boolean isSetContainerFormat()
public TimeCodeType getSegmentLength()
TimeCodeTypepublic void setSegmentLength(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetSegmentLength()
public Object clone()
clone in class TranscoderJobTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TranscoderJobTypepublic 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.CopyTocopyTo in class TranscoderJobTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class TranscoderJobTypepublic SegmentationJobType withInput(String value)
public SegmentationJobType withPlaylistOutput(String value)
public SegmentationJobType withSegmentUriPrefix(String value)
public SegmentationJobType withSegmentUriPostfix(String value)
public SegmentationJobType withContainerFormat(String value)
public SegmentationJobType withSegmentLength(TimeCodeType value)
Copyright © 2015. All rights reserved.