Uses of Class
com.vidispine.generated.TimelineJobRequestType
-
-
Uses of TimelineJobRequestType in com.vidispine.generated
Fields in com.vidispine.generated declared as TimelineJobRequestType Modifier and Type Field Description protected TimelineJobRequestType
JobRequestChoiceType. timelineRequest
Methods in com.vidispine.generated that return TimelineJobRequestType Modifier and Type Method Description TimelineJobRequestType
ObjectFactory. createTimelineJobRequestType()
Create an instance ofTimelineJobRequestType
TimelineJobRequestType
JobRequestChoiceType. getTimelineRequest()
Gets the value of the timelineRequest property.TimelineJobRequestType
TimelineJobRequestType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TimelineJobRequestType
TimelineJobRequestType. withContainerFormat(String value)
TimelineJobRequestType
TimelineJobRequestType. withOutputUri(String value)
TimelineJobRequestType
TimelineJobRequestType. withStream(TimelineJobRequestType.Stream... values)
TimelineJobRequestType
TimelineJobRequestType. withStream(Collection<TimelineJobRequestType.Stream> values)
Methods in com.vidispine.generated that return types with arguments of type TimelineJobRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<TimelineJobRequestType>
ObjectFactory. createTimelineJobRequestDocument(TimelineJobRequestType value)
Methods in com.vidispine.generated with parameters of type TimelineJobRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<TimelineJobRequestType>
ObjectFactory. createTimelineJobRequestDocument(TimelineJobRequestType value)
void
JobRequestChoiceType. setTimelineRequest(TimelineJobRequestType value)
Sets the value of the timelineRequest property.JobRequestChoiceType
JobRequestChoiceType. withTimelineRequest(TimelineJobRequestType value)
-