Uses of Class
com.vidispine.generated.ComponentType
-
-
Uses of ComponentType in com.vidispine.generated
Subclasses of ComponentType in com.vidispine.generated Modifier and Type Class Description class
AudioComponentType
Java class for AudioComponentType complex type.class
BinaryComponentType
Java class for BinaryComponentType complex type.class
ContainerComponentType
Java class for ContainerComponentType complex type.class
DescriptorComponentType
Java class for DescriptorComponentType complex type.class
MediaComponentType
Java class for MediaComponentType complex type.class
SubtitleComponentType
Java class for SubtitleComponentType complex type.class
VideoComponentType
Java class for VideoComponentType complex type.Fields in com.vidispine.generated with type parameters of type ComponentType Modifier and Type Field Description protected List<ComponentType>
ComponentListType. component
Methods in com.vidispine.generated that return ComponentType Modifier and Type Method Description ComponentType
ObjectFactory. createComponentType()
Create an instance ofComponentType
ComponentType
ComponentType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComponentType
ComponentType. withFile(FileType... values)
ComponentType
ComponentType. withFile(Collection<FileType> values)
ComponentType
ComponentType. withId(String value)
ComponentType
ComponentType. withMetadata(KeyValuePairType... values)
ComponentType
ComponentType. withMetadata(Collection<KeyValuePairType> values)
Methods in com.vidispine.generated that return types with arguments of type ComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<ComponentType>
ObjectFactory. createComponentDocument(ComponentType value)
List<ComponentType>
ComponentListType. getComponent()
Gets the value of the component property.Methods in com.vidispine.generated with parameters of type ComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<ComponentType>
ObjectFactory. createComponentDocument(ComponentType value)
ComponentListType
ComponentListType. withComponent(ComponentType... values)
Method parameters in com.vidispine.generated with type arguments of type ComponentType Modifier and Type Method Description ComponentListType
ComponentListType. withComponent(Collection<ComponentType> values)
-