Uses of Class
com.vidispine.generated.MetadataValueType
-
-
Uses of MetadataValueType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataValueType Modifier and Type Field Description protected MetadataValueType
MetadataEntryType. value
Fields in com.vidispine.generated with type parameters of type MetadataValueType Modifier and Type Field Description protected List<MetadataValueType>
MetadataFieldValueType. value
Methods in com.vidispine.generated that return MetadataValueType Modifier and Type Method Description MetadataValueType
ObjectFactory. createMetadataValueType()
Create an instance ofMetadataValueType
MetadataValueType
MetadataEntryType. getValue()
Gets the value of the value property.MetadataValueType
MetadataValueType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataValueType
MetadataValueType. withChange(String value)
MetadataValueType
MetadataValueType. withConflict(boolean value)
MetadataValueType
MetadataValueType. withId(String value)
MetadataValueType
MetadataValueType. withLang(String value)
MetadataValueType
MetadataValueType. withMode(MetadataModeType value)
MetadataValueType
MetadataValueType. withTimestamp(XMLGregorianCalendar value)
MetadataValueType
MetadataValueType. withUser(String value)
MetadataValueType
MetadataValueType. withUuid(String value)
MetadataValueType
MetadataValueType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type MetadataValueType Modifier and Type Method Description List<MetadataValueType>
MetadataFieldValueType. getValue()
Gets the value of the value property.Methods in com.vidispine.generated with parameters of type MetadataValueType Modifier and Type Method Description void
MetadataEntryType. setValue(MetadataValueType value)
Sets the value of the value property.MetadataEntryListType2.Entry
MetadataEntryListType2.Entry. withValue(MetadataValueType value)
MetadataEntryType
MetadataEntryType. withValue(MetadataValueType value)
MetadataFieldValueType
MetadataFieldValueType. withValue(MetadataValueType... values)
Method parameters in com.vidispine.generated with type arguments of type MetadataValueType Modifier and Type Method Description MetadataFieldValueType
MetadataFieldValueType. withValue(Collection<MetadataValueType> values)
-