Package com.vidispine.generated
Class SegmentationJobType
java.lang.Object
com.vidispine.generated.TranscoderJobType
com.vidispine.generated.SegmentationJobType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class SegmentationJobType
extends TranscoderJobType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the containerFormat property.getInput()
Gets the value of the input property.Gets the value of the playlistOutput property.Gets the value of the segmentLength property.Gets the value of the segmentUriPostfix property.Gets the value of the segmentUriPrefix property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
void
setContainerFormat
(String value) Sets the value of the containerFormat property.void
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.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withContainerFormat
(String value) Sets the value of the containerFormat property.Sets the value of the input property.withPlaylistOutput
(String value) Sets the value of the playlistOutput property.withSegmentLength
(TimeCodeType value) Sets the value of the segmentLength property.withSegmentUriPostfix
(String value) Sets the value of the segmentUriPostfix property.withSegmentUriPrefix
(String value) Sets the value of the segmentUriPrefix property.
-
Field Details
-
input
-
playlistOutput
-
segmentUriPrefix
-
segmentUriPostfix
-
containerFormat
-
segmentLength
-
-
Constructor Details
-
SegmentationJobType
public SegmentationJobType()
-
-
Method Details
-
getInput
Gets the value of the input property.- Returns:
- possible object is
String
-
setInput
Sets the value of the input property.- Parameters:
value
- allowed object isString
-
isSetInput
public boolean isSetInput() -
getPlaylistOutput
Gets the value of the playlistOutput property.- Returns:
- possible object is
String
-
setPlaylistOutput
Sets the value of the playlistOutput property.- Parameters:
value
- allowed object isString
-
isSetPlaylistOutput
public boolean isSetPlaylistOutput() -
getSegmentUriPrefix
Gets the value of the segmentUriPrefix property.- Returns:
- possible object is
String
-
setSegmentUriPrefix
Sets the value of the segmentUriPrefix property.- Parameters:
value
- allowed object isString
-
isSetSegmentUriPrefix
public boolean isSetSegmentUriPrefix() -
getSegmentUriPostfix
Gets the value of the segmentUriPostfix property.- Returns:
- possible object is
String
-
setSegmentUriPostfix
Sets the value of the segmentUriPostfix property.- Parameters:
value
- allowed object isString
-
isSetSegmentUriPostfix
public boolean isSetSegmentUriPostfix() -
getContainerFormat
Gets the value of the containerFormat property.- Returns:
- possible object is
String
-
setContainerFormat
Sets the value of the containerFormat property.- Parameters:
value
- allowed object isString
-
isSetContainerFormat
public boolean isSetContainerFormat() -
getSegmentLength
Gets the value of the segmentLength property.- Returns:
- possible object is
TimeCodeType
-
setSegmentLength
Sets the value of the segmentLength property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetSegmentLength
public boolean isSetSegmentLength() -
clone
- Overrides:
clone
in classTranscoderJobType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTranscoderJobType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classTranscoderJobType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classTranscoderJobType
-
withInput
Sets the value of the input property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPlaylistOutput
Sets the value of the playlistOutput property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSegmentUriPrefix
Sets the value of the segmentUriPrefix property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSegmentUriPostfix
Sets the value of the segmentUriPostfix property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withContainerFormat
Sets the value of the containerFormat property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSegmentLength
Sets the value of the segmentLength property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classTranscoderJobType
-
equals
- Overrides:
equals
in classTranscoderJobType
-
visit
- Overrides:
visit
in classTranscoderJobType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classTranscoderJobType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTranscoderJobType
-
toString
- Overrides:
toString
in classTranscoderJobType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classTranscoderJobType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classTranscoderJobType
-