Uses of Class
com.vidispine.generated.OtifType
-
-
Uses of OtifType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type OtifType Modifier and Type Field Description protected List<OtifType>
OtifListType. otif
Methods in com.vidispine.generated that return OtifType Modifier and Type Method Description OtifType
ObjectFactory. createOtifType()
Create an instance ofOtifType
OtifType
OtifType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OtifType
OtifType. withPluginName(String value)
OtifType
OtifType. withTranscoderPlugin(OtifTranscoderPluginType value)
OtifType
OtifType. withUuid(String value)
OtifType
OtifType. withVendorName(String value)
OtifType
OtifType. withVersionMajor(int value)
OtifType
OtifType. withVersionMinor(int value)
OtifType
OtifType. withVersionPatch(int value)
OtifType
OtifType. withVxaPlugin(OtifVxaPluginType value)
Methods in com.vidispine.generated that return types with arguments of type OtifType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifType>
ObjectFactory. createOtifDocument(OtifType value)
List<OtifType>
OtifListType. getOtif()
Gets the value of the otif property.Methods in com.vidispine.generated with parameters of type OtifType Modifier and Type Method Description javax.xml.bind.JAXBElement<OtifType>
ObjectFactory. createOtifDocument(OtifType value)
OtifListType
OtifListType. withOtif(OtifType... values)
Method parameters in com.vidispine.generated with type arguments of type OtifType Modifier and Type Method Description OtifListType
OtifListType. withOtif(Collection<OtifType> values)
-