Uses of Class
com.vidispine.generated.MetadataFieldType
-
-
Uses of MetadataFieldType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataFieldType Modifier and Type Field Description protected MetadataFieldType
MetadataSchemaHierarchyType. field
protected MetadataFieldType
MetadataFieldValueType. type
Fields in com.vidispine.generated with type parameters of type MetadataFieldType Modifier and Type Field Description protected List<MetadataFieldType>
MetadataFieldGroupType. field
protected List<MetadataFieldType>
MetadataFieldListType. field
Methods in com.vidispine.generated that return types with arguments of type MetadataFieldType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataFieldType>
ObjectFactory. createMetadataFieldDocument(MetadataFieldType value)
List<MetadataFieldType>
MetadataFieldGroupType. getField()
Gets the value of the field property.List<MetadataFieldType>
MetadataFieldListType. getField()
Gets the value of the field property.Methods in com.vidispine.generated with parameters of type MetadataFieldType Modifier and Type Method Description javax.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
MetadataFieldGroupType. withField(MetadataFieldType... values)
MetadataFieldListType
MetadataFieldListType. withField(MetadataFieldType... values)
MetadataSchemaHierarchyType
MetadataSchemaHierarchyType. withField(MetadataFieldType value)
MetadataFieldValueType
MetadataFieldValueType. withType(MetadataFieldType value)
Method parameters in com.vidispine.generated with type arguments of type MetadataFieldType Modifier and Type Method Description MetadataFieldGroupType
MetadataFieldGroupType. withField(Collection<MetadataFieldType> values)
MetadataFieldListType
MetadataFieldListType. withField(Collection<MetadataFieldType> values)
-