Uses of Class
com.vidispine.generated.MetadataFieldType
-
Uses of MetadataFieldType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataFieldTypeModifier and TypeFieldDescriptionprotected MetadataFieldType
MetadataSchemaHierarchyType.field
protected MetadataFieldType
MetadataFieldValueType.type
Fields in com.vidispine.generated with type parameters of type MetadataFieldTypeModifier and TypeFieldDescriptionprotected List<MetadataFieldType>
MetadataFieldGroupType.field
protected List<MetadataFieldType>
MetadataFieldListType.field
Methods in com.vidispine.generated that return MetadataFieldTypeModifier and TypeMethodDescriptionObjectFactory.createMetadataFieldType()
Create an instance ofMetadataFieldType
MetadataSchemaHierarchyType.getField()
Gets the value of the field property.MetadataFieldValueType.getType()
Gets the value of the type property.MetadataFieldType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the boost property.MetadataFieldType.withCaseSensitiveSorting
(Boolean value) Sets the value of the caseSensitiveSorting property.MetadataFieldType.withConstraint
(MetadataFieldType.Constraint value) Sets the value of the constraint property.MetadataFieldType.withData
(KeyValuePairType... values) Adds objects to the list of Data using add methodMetadataFieldType.withData
(Collection<KeyValuePairType> values) Adds objects to the list of Data using addAll methodMetadataFieldType.withDefaultValue
(String value) Sets the value of the defaultValue property.MetadataFieldType.withExternalId
(String... values) Adds objects to the list of ExternalId using add methodMetadataFieldType.withExternalId
(Collection<String> values) Adds objects to the list of ExternalId using addAll methodMetadataFieldType.withFloatRestriction
(MetadataFieldFloatType value) Sets the value of the floatRestriction property.MetadataFieldType.withFullText
(Boolean value) Sets the value of the fullText property.MetadataFieldType.withIndex
(MetadataFieldIndexType value) Sets the value of the index property.MetadataFieldType.withInheritance
(String value) Sets the value of the inheritance property.MetadataFieldType.withInheritanceRule
(MetadataFieldType.InheritanceRule... values) Adds objects to the list of InheritanceRule using add methodMetadataFieldType.withInheritanceRule
(Collection<MetadataFieldType.InheritanceRule> values) Adds objects to the list of InheritanceRule using addAll methodMetadataFieldType.withIntegerRestriction
(MetadataFieldIntegerType value) Sets the value of the integerRestriction property.MetadataFieldType.withLongRestriction
(MetadataFieldLongType value) Sets the value of the longRestriction property.Sets the value of the name property.MetadataFieldType.withOrigin
(String value) Sets the value of the origin property.MetadataFieldType.withSchema
(MetadataSchemaElementType value) Sets the value of the schema property.MetadataFieldType.withSortable
(boolean value) Sets the value of the sortable property.MetadataFieldType.withStringRestriction
(MetadataFieldStringType value) Sets the value of the stringRestriction property.MetadataFieldType.withSystem
(String value) Sets the value of the system property.MetadataFieldType.withType
(MetadataFieldTypeType value) Sets the value of the type property.MetadataFieldType.withValues
(SimpleMetadataType value) Sets the value of the values property.Methods in com.vidispine.generated that return types with arguments of type MetadataFieldTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<MetadataFieldType>
ObjectFactory.createMetadataFieldDocument
(MetadataFieldType value) MetadataFieldGroupType.getField()
Gets the value of the field property.MetadataFieldListType.getField()
Gets the value of the field property.Methods in com.vidispine.generated with parameters of type MetadataFieldTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<MetadataFieldType>
ObjectFactory.createMetadataFieldDocument
(MetadataFieldType value) void
MetadataSchemaHierarchyType.setField
(MetadataFieldType value) Sets the value of the field property.void
MetadataFieldValueType.setType
(MetadataFieldType value) Sets the value of the type property.MetadataFieldGroupType.withField
(MetadataFieldType... values) Adds objects to the list of Field using add methodMetadataFieldListType.withField
(MetadataFieldType... values) Adds objects to the list of Field using add methodMetadataSchemaHierarchyType.withField
(MetadataFieldType value) Sets the value of the field property.MetadataFieldValueType.withType
(MetadataFieldType value) Sets the value of the type property.Method parameters in com.vidispine.generated with type arguments of type MetadataFieldTypeModifier and TypeMethodDescriptionMetadataFieldGroupType.withField
(Collection<MetadataFieldType> values) Adds objects to the list of Field using addAll methodMetadataFieldListType.withField
(Collection<MetadataFieldType> values) Adds objects to the list of Field using addAll method