Uses of Class
com.vidispine.generated.MetadataSchemaElementType
-
-
Uses of MetadataSchemaElementType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataSchemaElementType Modifier and Type Field Description protected MetadataSchemaElementType
MetadataFieldGroupType. schema
protected MetadataSchemaElementType
MetadataFieldType. schema
Fields in com.vidispine.generated with type parameters of type MetadataSchemaElementType Modifier and Type Field Description protected List<MetadataSchemaElementType>
MetadataSchemaGroupType. field
protected List<MetadataSchemaElementType>
MetadataSchemaGroupType. group
Methods in com.vidispine.generated that return MetadataSchemaElementType Modifier and Type Method Description MetadataSchemaElementType
ObjectFactory. createMetadataSchemaElementType()
Create an instance ofMetadataSchemaElementType
MetadataSchemaElementType
MetadataFieldGroupType. getSchema()
Gets the value of the schema property.MetadataSchemaElementType
MetadataFieldType. getSchema()
Gets the value of the schema property.MetadataSchemaElementType
MetadataSchemaElementType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataSchemaElementType
MetadataSchemaElementType. withMax(int value)
MetadataSchemaElementType
MetadataSchemaElementType. withMin(int value)
MetadataSchemaElementType
MetadataSchemaElementType. withName(String value)
MetadataSchemaElementType
MetadataSchemaElementType. withReference(boolean value)
Methods in com.vidispine.generated that return types with arguments of type MetadataSchemaElementType Modifier and Type Method Description List<MetadataSchemaElementType>
MetadataSchemaGroupType. getField()
Gets the value of the field property.List<MetadataSchemaElementType>
MetadataSchemaGroupType. getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type MetadataSchemaElementType Modifier and Type Method Description void
MetadataFieldGroupType. setSchema(MetadataSchemaElementType value)
Sets the value of the schema property.void
MetadataFieldType. setSchema(MetadataSchemaElementType value)
Sets the value of the schema property.MetadataSchemaGroupType
MetadataSchemaGroupType. withField(MetadataSchemaElementType... values)
MetadataSchemaGroupType
MetadataSchemaGroupType. withGroup(MetadataSchemaElementType... values)
MetadataFieldGroupType
MetadataFieldGroupType. withSchema(MetadataSchemaElementType value)
MetadataFieldType
MetadataFieldType. withSchema(MetadataSchemaElementType value)
Method parameters in com.vidispine.generated with type arguments of type MetadataSchemaElementType Modifier and Type Method Description MetadataSchemaGroupType
MetadataSchemaGroupType. withField(Collection<MetadataSchemaElementType> values)
MetadataSchemaGroupType
MetadataSchemaGroupType. withGroup(Collection<MetadataSchemaElementType> values)
-