Uses of Class
com.vidispine.generated.BinaryComponentType
-
Uses of BinaryComponentType in com.vidispine.generated
Fields in com.vidispine.generated declared as BinaryComponentTypeFields in com.vidispine.generated with type parameters of type BinaryComponentTypeMethods in com.vidispine.generated that return BinaryComponentTypeModifier and TypeMethodDescriptionObjectFactory.createBinaryComponentType()
Create an instance ofBinaryComponentType
ComponentSynchronizeType.getBinary()
Gets the value of the binary property.BinaryComponentType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) BinaryComponentType.withEncoding
(String value) Sets the value of the encoding property.Adds objects to the list of File using add methodBinaryComponentType.withFile
(Collection<FileType> values) Adds objects to the list of File using addAll methodBinaryComponentType.withFormat
(String value) Sets the value of the format property.Sets the value of the id property.BinaryComponentType.withLength
(Long value) Sets the value of the length property.BinaryComponentType.withMediaInfo
(BaseMediaInfoType value) Sets the value of the mediaInfo property.BinaryComponentType.withMetadata
(KeyValuePairType... values) Adds objects to the list of Metadata using add methodBinaryComponentType.withMetadata
(Collection<KeyValuePairType> values) Adds objects to the list of Metadata using addAll methodBinaryComponentType.withOffset
(Long value) Sets the value of the offset property.Methods in com.vidispine.generated that return types with arguments of type BinaryComponentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BinaryComponentType>
ObjectFactory.createBinaryComponentDocument
(BinaryComponentType value) ShapeType.getBinaryComponent()
Gets the value of the binaryComponent property.Methods in com.vidispine.generated with parameters of type BinaryComponentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BinaryComponentType>
ObjectFactory.createBinaryComponentDocument
(BinaryComponentType value) void
ComponentSynchronizeType.setBinary
(BinaryComponentType value) Sets the value of the binary property.ComponentSynchronizeType.withBinary
(BinaryComponentType value) Sets the value of the binary property.ShapeType.withBinaryComponent
(BinaryComponentType... values) Adds objects to the list of BinaryComponent using add methodMethod parameters in com.vidispine.generated with type arguments of type BinaryComponentTypeModifier and TypeMethodDescriptionShapeType.withBinaryComponent
(Collection<BinaryComponentType> values) Adds objects to the list of BinaryComponent using addAll method