public class SegmentationJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
SegmentationJobType.PropInfo |
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() |
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) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
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
public 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)
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
equals
in class TranscoderJobType
public boolean equals(Object object)
equals
in class TranscoderJobType
public SegmentationJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class TranscoderJobType
Copyright © 2018. All rights reserved.