Uses of Class
com.vidispine.generated.SegmentationJobType
-
-
Uses of SegmentationJobType in com.vidispine.generated
Fields in com.vidispine.generated declared as SegmentationJobType Modifier and Type Field Description protected SegmentationJobType
JobRequestChoiceType. segmentationRequest
Methods in com.vidispine.generated that return SegmentationJobType Modifier and Type Method Description SegmentationJobType
ObjectFactory. createSegmentationJobType()
Create an instance ofSegmentationJobType
SegmentationJobType
JobRequestChoiceType. getSegmentationRequest()
Gets the value of the segmentationRequest property.SegmentationJobType
SegmentationJobType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SegmentationJobType
SegmentationJobType. withContainerFormat(String value)
SegmentationJobType
SegmentationJobType. withInput(String value)
SegmentationJobType
SegmentationJobType. withPlaylistOutput(String value)
SegmentationJobType
SegmentationJobType. withSegmentLength(TimeCodeType value)
SegmentationJobType
SegmentationJobType. withSegmentUriPostfix(String value)
SegmentationJobType
SegmentationJobType. withSegmentUriPrefix(String value)
Methods in com.vidispine.generated that return types with arguments of type SegmentationJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<SegmentationJobType>
ObjectFactory. createSegmentationJobDocument(SegmentationJobType value)
Methods in com.vidispine.generated with parameters of type SegmentationJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<SegmentationJobType>
ObjectFactory. createSegmentationJobDocument(SegmentationJobType value)
void
JobRequestChoiceType. setSegmentationRequest(SegmentationJobType value)
Sets the value of the segmentationRequest property.JobRequestChoiceType
JobRequestChoiceType. withSegmentationRequest(SegmentationJobType value)
-