Uses of Class
com.vidispine.generated.OtifOSType
-
-
Uses of OtifOSType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type OtifOSType Modifier and Type Field Description protected List<OtifOSType>
OtifTranscoderPluginType. os
Methods in com.vidispine.generated that return OtifOSType Modifier and Type Method Description OtifOSType
ObjectFactory. createOtifOSType()
Create an instance ofOtifOSType
OtifOSType
OtifOSType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OtifOSType
OtifOSType. withFile(String... values)
OtifOSType
OtifOSType. withFile(Collection<String> values)
OtifOSType
OtifOSType. withName(OSName value)
Methods in com.vidispine.generated that return types with arguments of type OtifOSType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifOSType>
ObjectFactory. createOtifOSDocment(OtifOSType value)
List<OtifOSType>
OtifTranscoderPluginType. getOs()
Gets the value of the os property.Methods in com.vidispine.generated with parameters of type OtifOSType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifOSType>
ObjectFactory. createOtifOSDocment(OtifOSType value)
OtifTranscoderPluginType
OtifTranscoderPluginType. withOs(OtifOSType... values)
Method parameters in com.vidispine.generated with type arguments of type OtifOSType Modifier and Type Method Description OtifTranscoderPluginType
OtifTranscoderPluginType. withOs(Collection<OtifOSType> values)
-