Uses of Class
com.vidispine.generated.MetadataSchemaElementType
-
Uses of MetadataSchemaElementType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataSchemaElementTypeModifier and TypeFieldDescriptionprotected MetadataSchemaElementType
MetadataFieldGroupType.schema
protected MetadataSchemaElementType
MetadataFieldType.schema
Fields in com.vidispine.generated with type parameters of type MetadataSchemaElementTypeModifier and TypeFieldDescriptionprotected List<MetadataSchemaElementType>
MetadataSchemaGroupType.field
protected List<MetadataSchemaElementType>
MetadataSchemaGroupType.group
Methods in com.vidispine.generated that return MetadataSchemaElementTypeModifier and TypeMethodDescriptionObjectFactory.createMetadataSchemaElementType()
Create an instance ofMetadataSchemaElementType
MetadataFieldGroupType.getSchema()
Gets the value of the schema property.MetadataFieldType.getSchema()
Gets the value of the schema property.MetadataSchemaElementType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) MetadataSchemaElementType.withMax
(int value) Sets the value of the max property.MetadataSchemaElementType.withMin
(int value) Sets the value of the min property.Sets the value of the name property.MetadataSchemaElementType.withReference
(boolean value) Sets the value of the reference property.Methods in com.vidispine.generated that return types with arguments of type MetadataSchemaElementTypeModifier and TypeMethodDescriptionMetadataSchemaGroupType.getField()
Gets the value of the field property.MetadataSchemaGroupType.getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type MetadataSchemaElementTypeModifier and TypeMethodDescriptionvoid
MetadataFieldGroupType.setSchema
(MetadataSchemaElementType value) Sets the value of the schema property.void
MetadataFieldType.setSchema
(MetadataSchemaElementType value) Sets the value of the schema property.MetadataSchemaGroupType.withField
(MetadataSchemaElementType... values) Adds objects to the list of Field using add methodMetadataSchemaGroupType.withGroup
(MetadataSchemaElementType... values) Adds objects to the list of Group using add methodMetadataFieldGroupType.withSchema
(MetadataSchemaElementType value) Sets the value of the schema property.MetadataFieldType.withSchema
(MetadataSchemaElementType value) Sets the value of the schema property.Method parameters in com.vidispine.generated with type arguments of type MetadataSchemaElementTypeModifier and TypeMethodDescriptionMetadataSchemaGroupType.withField
(Collection<MetadataSchemaElementType> values) Adds objects to the list of Field using addAll methodMetadataSchemaGroupType.withGroup
(Collection<MetadataSchemaElementType> values) Adds objects to the list of Group using addAll method