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.
|
protected String input
protected String playlistOutput
protected String segmentUriPrefix
protected String segmentUriPostfix
protected String containerFormat
protected TimeCodeType segmentLength
public String getInput()
String
public void setInput(String value)
value
- allowed object is
String
public boolean isSetInput()
public String getPlaylistOutput()
String
public void setPlaylistOutput(String value)
value
- allowed object is
String
public boolean isSetPlaylistOutput()
public String getSegmentUriPrefix()
String
public void setSegmentUriPrefix(String value)
value
- allowed object is
String
public boolean isSetSegmentUriPrefix()
public String getSegmentUriPostfix()
String
public void setSegmentUriPostfix(String value)
value
- allowed object is
String
public boolean isSetSegmentUriPostfix()
public String getContainerFormat()
String
public void setContainerFormat(String value)
value
- allowed object is
String
public boolean isSetContainerFormat()
public TimeCodeType getSegmentLength()
TimeCodeType
public void setSegmentLength(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetSegmentLength()
public Object clone()
clone
in class TranscoderJobType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TranscoderJobType
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
copyTo
in class TranscoderJobType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TranscoderJobType
Copyright © 2016. All rights reserved.