Uses of Class
com.vidispine.generated.MetadataSchemaHierarchyType
-
Uses of MetadataSchemaHierarchyType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataSchemaHierarchyTypeModifier and TypeFieldDescriptionprotected MetadataSchemaHierarchyType
MetadataSchemaMoveOperationType.from
protected MetadataSchemaHierarchyType
MetadataSchemaRenameOperationType.from
protected MetadataSchemaHierarchyType
MetadataSchemaDeleteOperationType.target
protected MetadataSchemaHierarchyType
MetadataSchemaMoveOperationType.to
Methods in com.vidispine.generated that return MetadataSchemaHierarchyTypeModifier and TypeMethodDescriptionObjectFactory.createMetadataSchemaHierarchyType()
Create an instance ofMetadataSchemaHierarchyType
MetadataSchemaMoveOperationType.getFrom()
Gets the value of the from property.MetadataSchemaRenameOperationType.getFrom()
Gets the value of the from property.MetadataSchemaDeleteOperationType.getTarget()
Gets the value of the target property.MetadataSchemaMoveOperationType.getTo()
Gets the value of the to property.MetadataSchemaHierarchyType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) MetadataSchemaHierarchyType.withField
(MetadataFieldType value) Sets the value of the field property.MetadataSchemaHierarchyType.withGroup
(MetadataFieldGroupType value) Sets the value of the group property.Methods in com.vidispine.generated with parameters of type MetadataSchemaHierarchyTypeModifier and TypeMethodDescriptionvoid
MetadataSchemaMoveOperationType.setFrom
(MetadataSchemaHierarchyType value) Sets the value of the from property.void
MetadataSchemaRenameOperationType.setFrom
(MetadataSchemaHierarchyType value) Sets the value of the from property.void
MetadataSchemaDeleteOperationType.setTarget
(MetadataSchemaHierarchyType value) Sets the value of the target property.void
MetadataSchemaMoveOperationType.setTo
(MetadataSchemaHierarchyType value) Sets the value of the to property.MetadataSchemaMoveOperationType.withFrom
(MetadataSchemaHierarchyType value) Sets the value of the from property.MetadataSchemaRenameOperationType.withFrom
(MetadataSchemaHierarchyType value) Sets the value of the from property.MetadataSchemaDeleteOperationType.withTarget
(MetadataSchemaHierarchyType value) Sets the value of the target property.MetadataSchemaMoveOperationType.withTo
(MetadataSchemaHierarchyType value) Sets the value of the to property.