Uses of Class
com.vidispine.generated.DescriptorComponentType
-
-
Uses of DescriptorComponentType in com.vidispine.generated
Fields in com.vidispine.generated declared as DescriptorComponentType Modifier and Type Field Description protected DescriptorComponentType
ComponentSynchronizeType. descriptor
Fields in com.vidispine.generated with type parameters of type DescriptorComponentType Modifier and Type Field Description protected List<DescriptorComponentType>
ShapeType. descriptorComponent
Methods in com.vidispine.generated that return types with arguments of type DescriptorComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<DescriptorComponentType>
ObjectFactory. createDescriptorComponentDocument(DescriptorComponentType value)
List<DescriptorComponentType>
ShapeType. getDescriptorComponent()
Gets the value of the descriptorComponent property.Methods in com.vidispine.generated with parameters of type DescriptorComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<DescriptorComponentType>
ObjectFactory. createDescriptorComponentDocument(DescriptorComponentType value)
void
ComponentSynchronizeType. setDescriptor(DescriptorComponentType value)
Sets the value of the descriptor property.ComponentSynchronizeType
ComponentSynchronizeType. withDescriptor(DescriptorComponentType value)
ShapeType
ShapeType. withDescriptorComponent(DescriptorComponentType... values)
Method parameters in com.vidispine.generated with type arguments of type DescriptorComponentType Modifier and Type Method Description ShapeType
ShapeType. withDescriptorComponent(Collection<DescriptorComponentType> values)
-