Uses of Class
com.vidispine.generated.DurationJobType
-
-
Uses of DurationJobType in com.vidispine.generated
Fields in com.vidispine.generated declared as DurationJobType Modifier and Type Field Description protected DurationJobType
JobRequestChoiceType. durationRequest
Methods in com.vidispine.generated that return DurationJobType Modifier and Type Method Description DurationJobType
ObjectFactory. createDurationJobType()
Create an instance ofDurationJobType
DurationJobType
JobRequestChoiceType. getDurationRequest()
Gets the value of the durationRequest property.DurationJobType
DurationJobType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DurationJobType
DurationJobType. withInput(DurationJobType.Input... values)
DurationJobType
DurationJobType. withInput(Collection<DurationJobType.Input> values)
Methods in com.vidispine.generated that return types with arguments of type DurationJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<DurationJobType>
ObjectFactory. createDurationJobDocument(DurationJobType value)
Methods in com.vidispine.generated with parameters of type DurationJobType Modifier and Type Method Description javax.xml.bind.JAXBElement<DurationJobType>
ObjectFactory. createDurationJobDocument(DurationJobType value)
void
JobRequestChoiceType. setDurationRequest(DurationJobType value)
Sets the value of the durationRequest property.JobRequestChoiceType
JobRequestChoiceType. withDurationRequest(DurationJobType value)
-