Uses of Class
com.vidispine.generated.MetadataType
-
-
Uses of MetadataType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataType Modifier and Type Field Description protected MetadataType
AutoImportRuleType. metadata
protected MetadataType
CollectionType. metadata
protected MetadataType
ConformRequestType. metadata
protected MetadataType
ImportableFileType. metadata
protected MetadataType
ItemType. metadata
protected MetadataType
MetadataChangeSetType.ChangeSet. metadata
protected MetadataType
MetadataListType.Item. metadata
protected MetadataType
MetadataWrapperType. metadata
protected MetadataType
ProjectType. metadata
protected MetadataType
ProjectVersionType. metadata
protected MetadataType
SequenceRenderRequestType. metadata
Methods in com.vidispine.generated that return MetadataType Modifier and Type Method Description MetadataType
ObjectFactory. createMetadataType()
Create an instance ofMetadataType
MetadataType
AutoImportRuleType. getMetadata()
Gets the value of the metadata property.MetadataType
CollectionType. getMetadata()
Gets the value of the metadata property.MetadataType
ConformRequestType. getMetadata()
Gets the value of the metadata property.MetadataType
ImportableFileType. getMetadata()
Gets the value of the metadata property.MetadataType
ItemType. getMetadata()
Gets the value of the metadata property.MetadataType
MetadataChangeSetType.ChangeSet. getMetadata()
Gets the value of the metadata property.MetadataType
MetadataListType.Item. getMetadata()
Gets the value of the metadata property.MetadataType
MetadataWrapperType. getMetadata()
Gets the value of the metadata property.MetadataType
ProjectType. getMetadata()
Gets the value of the metadata property.MetadataType
ProjectVersionType. getMetadata()
Gets the value of the metadata property.MetadataType
SequenceRenderRequestType. getMetadata()
Gets the value of the metadata property.MetadataType
MetadataType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataType
MetadataType. withGroup(String... values)
MetadataType
MetadataType. withGroup(Collection<String> values)
MetadataType
MetadataType. withRevision(String value)
MetadataType
MetadataType. withTemplate(String value)
MetadataType
MetadataType. withTimespan(MetadataType.Timespan... values)
MetadataType
MetadataType. withTimespan(Collection<MetadataType.Timespan> values)
Methods in com.vidispine.generated that return types with arguments of type MetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataType>
ObjectFactory. createMetadataDocument(MetadataType value)
Methods in com.vidispine.generated with parameters of type MetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataType>
ObjectFactory. createMetadataDocument(MetadataType value)
void
AutoImportRuleType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
CollectionType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
ConformRequestType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
ImportableFileType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
ItemType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
MetadataChangeSetType.ChangeSet. setMetadata(MetadataType value)
Sets the value of the metadata property.void
MetadataListType.Item. setMetadata(MetadataType value)
Sets the value of the metadata property.void
MetadataWrapperType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
ProjectType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
ProjectVersionType. setMetadata(MetadataType value)
Sets the value of the metadata property.void
SequenceRenderRequestType. setMetadata(MetadataType value)
Sets the value of the metadata property.AutoImportRuleType
AutoImportRuleType. withMetadata(MetadataType value)
CollectionType
CollectionType. withMetadata(MetadataType value)
ConformRequestType
ConformRequestType. withMetadata(MetadataType value)
ImportableFileType
ImportableFileType. withMetadata(MetadataType value)
ItemType
ItemType. withMetadata(MetadataType value)
MetadataChangeSetType.ChangeSet
MetadataChangeSetType.ChangeSet. withMetadata(MetadataType value)
MetadataListType.Item
MetadataListType.Item. withMetadata(MetadataType value)
MetadataWrapperType
MetadataWrapperType. withMetadata(MetadataType value)
ProjectType
ProjectType. withMetadata(MetadataType value)
ProjectVersionType
ProjectVersionType. withMetadata(MetadataType value)
SequenceRenderRequestType
SequenceRenderRequestType. withMetadata(MetadataType value)
-