Uses of Class
com.vidispine.generated.BinaryComponentType
-
-
Uses of BinaryComponentType in com.vidispine.generated
Fields in com.vidispine.generated declared as BinaryComponentType Modifier and Type Field Description protected BinaryComponentType
ComponentSynchronizeType. binary
Fields in com.vidispine.generated with type parameters of type BinaryComponentType Modifier and Type Field Description protected List<BinaryComponentType>
ShapeType. binaryComponent
Methods in com.vidispine.generated that return BinaryComponentType Modifier and Type Method Description BinaryComponentType
ObjectFactory. createBinaryComponentType()
Create an instance ofBinaryComponentType
BinaryComponentType
ComponentSynchronizeType. getBinary()
Gets the value of the binary property.BinaryComponentType
BinaryComponentType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BinaryComponentType
BinaryComponentType. withEncoding(String value)
BinaryComponentType
BinaryComponentType. withFile(FileType... values)
BinaryComponentType
BinaryComponentType. withFile(Collection<FileType> values)
BinaryComponentType
BinaryComponentType. withFormat(String value)
BinaryComponentType
BinaryComponentType. withId(String value)
BinaryComponentType
BinaryComponentType. withLength(Long value)
BinaryComponentType
BinaryComponentType. withMediaInfo(BaseMediaInfoType value)
BinaryComponentType
BinaryComponentType. withMetadata(KeyValuePairType... values)
BinaryComponentType
BinaryComponentType. withMetadata(Collection<KeyValuePairType> values)
BinaryComponentType
BinaryComponentType. withOffset(Long value)
Methods in com.vidispine.generated that return types with arguments of type BinaryComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<BinaryComponentType>
ObjectFactory. createBinaryComponentDocument(BinaryComponentType value)
List<BinaryComponentType>
ShapeType. getBinaryComponent()
Gets the value of the binaryComponent property.Methods in com.vidispine.generated with parameters of type BinaryComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<BinaryComponentType>
ObjectFactory. createBinaryComponentDocument(BinaryComponentType value)
void
ComponentSynchronizeType. setBinary(BinaryComponentType value)
Sets the value of the binary property.ComponentSynchronizeType
ComponentSynchronizeType. withBinary(BinaryComponentType value)
ShapeType
ShapeType. withBinaryComponent(BinaryComponentType... values)
Method parameters in com.vidispine.generated with type arguments of type BinaryComponentType Modifier and Type Method Description ShapeType
ShapeType. withBinaryComponent(Collection<BinaryComponentType> values)
-