Package com.vidispine.generated
Class SegmentationJobType
- java.lang.Object
-
- com.vidispine.generated.TranscoderJobType
-
- com.vidispine.generated.SegmentationJobType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class SegmentationJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SegmentationJobType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
containerFormat
protected String
input
protected String
playlistOutput
protected TimeCodeType
segmentLength
protected String
segmentUriPostfix
protected String
segmentUriPrefix
-
Constructor Summary
Constructors Constructor Description SegmentationJobType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Method Detail
-
getInput
public String getInput()
Gets the value of the input property.- Returns:
- possible object is
String
-
setInput
public void setInput(String value)
Sets the value of the input property.- Parameters:
value
- allowed object isString
-
isSetInput
public boolean isSetInput()
-
getPlaylistOutput
public String getPlaylistOutput()
Gets the value of the playlistOutput property.- Returns:
- possible object is
String
-
setPlaylistOutput
public void setPlaylistOutput(String value)
Sets the value of the playlistOutput property.- Parameters:
value
- allowed object isString
-
isSetPlaylistOutput
public boolean isSetPlaylistOutput()
-
getSegmentUriPrefix
public String getSegmentUriPrefix()
Gets the value of the segmentUriPrefix property.- Returns:
- possible object is
String
-
setSegmentUriPrefix
public void setSegmentUriPrefix(String value)
Sets the value of the segmentUriPrefix property.- Parameters:
value
- allowed object isString
-
isSetSegmentUriPrefix
public boolean isSetSegmentUriPrefix()
-
getSegmentUriPostfix
public String getSegmentUriPostfix()
Gets the value of the segmentUriPostfix property.- Returns:
- possible object is
String
-
setSegmentUriPostfix
public void setSegmentUriPostfix(String value)
Sets the value of the segmentUriPostfix property.- Parameters:
value
- allowed object isString
-
isSetSegmentUriPostfix
public boolean isSetSegmentUriPostfix()
-
getContainerFormat
public String getContainerFormat()
Gets the value of the containerFormat property.- Returns:
- possible object is
String
-
setContainerFormat
public void setContainerFormat(String value)
Sets the value of the containerFormat property.- Parameters:
value
- allowed object isString
-
isSetContainerFormat
public boolean isSetContainerFormat()
-
getSegmentLength
public TimeCodeType getSegmentLength()
Gets the value of the segmentLength property.- Returns:
- possible object is
TimeCodeType
-
setSegmentLength
public void setSegmentLength(TimeCodeType value)
Sets the value of the segmentLength property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetSegmentLength
public boolean isSetSegmentLength()
-
clone
public Object clone()
- Overrides:
clone
in classTranscoderJobType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTranscoderJobType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTranscoderJobType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classTranscoderJobType
-
withInput
public SegmentationJobType withInput(String value)
-
withPlaylistOutput
public SegmentationJobType withPlaylistOutput(String value)
-
withSegmentUriPrefix
public SegmentationJobType withSegmentUriPrefix(String value)
-
withSegmentUriPostfix
public SegmentationJobType withSegmentUriPostfix(String value)
-
withContainerFormat
public SegmentationJobType withContainerFormat(String value)
-
withSegmentLength
public SegmentationJobType withSegmentLength(TimeCodeType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classTranscoderJobType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classTranscoderJobType
-
visit
public SegmentationJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classTranscoderJobType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classTranscoderJobType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTranscoderJobType
-
-