Uses of Class
com.vidispine.generated.OtifConfigurationType
-
-
Uses of OtifConfigurationType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type OtifConfigurationType Modifier and Type Field Description protected List<OtifConfigurationType>
OtifConfigurationListType. configuration
Methods in com.vidispine.generated that return OtifConfigurationType Modifier and Type Method Description OtifConfigurationType
ObjectFactory. createOtifConfigurationType()
Create an instance ofOtifConfigurationType
OtifConfigurationType
OtifConfigurationType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OtifConfigurationType
OtifConfigurationType. withDescription(String value)
OtifConfigurationType
OtifConfigurationType. withId(String value)
OtifConfigurationType
OtifConfigurationType. withInstance(String value)
OtifConfigurationType
OtifConfigurationType. withPreset(OtifPresetType value)
OtifConfigurationType
OtifConfigurationType. withTitle(String value)
Methods in com.vidispine.generated that return types with arguments of type OtifConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifConfigurationType>
ObjectFactory. createOtifConfigurationDocument(OtifConfigurationType value)
List<OtifConfigurationType>
OtifConfigurationListType. getConfiguration()
Gets the value of the configuration property.Methods in com.vidispine.generated with parameters of type OtifConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifConfigurationType>
ObjectFactory. createOtifConfigurationDocument(OtifConfigurationType value)
OtifConfigurationListType
OtifConfigurationListType. withConfiguration(OtifConfigurationType... values)
Method parameters in com.vidispine.generated with type arguments of type OtifConfigurationType Modifier and Type Method Description OtifConfigurationListType
OtifConfigurationListType. withConfiguration(Collection<OtifConfigurationType> values)
-