Uses of Class
com.vidispine.generated.OtifJobConfigurationType
-
-
Uses of OtifJobConfigurationType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type OtifJobConfigurationType Modifier and Type Field Description protected List<OtifJobConfigurationType>
OtifJobConfigurationListType. configuration
Methods in com.vidispine.generated that return OtifJobConfigurationType Modifier and Type Method Description OtifJobConfigurationType
ObjectFactory. createOtifJobConfigurationType()
Create an instance ofOtifJobConfigurationType
OtifJobConfigurationType
OtifJobConfigurationType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OtifJobConfigurationType
OtifJobConfigurationType. withConfigurations(OtifConfigurationListType value)
OtifJobConfigurationType
OtifJobConfigurationType. withId(String value)
OtifJobConfigurationType
OtifJobConfigurationType. withTitle(String value)
OtifJobConfigurationType
OtifJobConfigurationType. withVxa(VXAType... values)
OtifJobConfigurationType
OtifJobConfigurationType. withVxa(Collection<VXAType> values)
Methods in com.vidispine.generated that return types with arguments of type OtifJobConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifJobConfigurationType>
ObjectFactory. createOtifJobConfigurationDocument(OtifJobConfigurationType value)
List<OtifJobConfigurationType>
OtifJobConfigurationListType. getConfiguration()
Gets the value of the configuration property.Methods in com.vidispine.generated with parameters of type OtifJobConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifJobConfigurationType>
ObjectFactory. createOtifJobConfigurationDocument(OtifJobConfigurationType value)
OtifJobConfigurationListType
OtifJobConfigurationListType. withConfiguration(OtifJobConfigurationType... values)
Method parameters in com.vidispine.generated with type arguments of type OtifJobConfigurationType Modifier and Type Method Description OtifJobConfigurationListType
OtifJobConfigurationListType. withConfiguration(Collection<OtifJobConfigurationType> values)
-