Uses of Class
com.vidispine.generated.MetadataLockType
-
-
Uses of MetadataLockType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MetadataLockType Modifier and Type Field Description protected List<MetadataLockType>
MetadataLockListType. lock
Methods in com.vidispine.generated that return MetadataLockType Modifier and Type Method Description MetadataLockType
ObjectFactory. createMetadataLockType()
Create an instance ofMetadataLockType
MetadataLockType
MetadataLockType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataLockType
MetadataLockType. withExpires(XMLGregorianCalendar value)
MetadataLockType
MetadataLockType. withField(String... values)
MetadataLockType
MetadataLockType. withField(Collection<String> values)
MetadataLockType
MetadataLockType. withId(String value)
MetadataLockType
MetadataLockType. withUser(String value)
Methods in com.vidispine.generated that return types with arguments of type MetadataLockType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataLockType>
ObjectFactory. createMetadataLockDocument(MetadataLockType value)
List<MetadataLockType>
MetadataLockListType. getLock()
Gets the value of the lock property.Methods in com.vidispine.generated with parameters of type MetadataLockType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataLockType>
ObjectFactory. createMetadataLockDocument(MetadataLockType value)
MetadataLockListType
MetadataLockListType. withLock(MetadataLockType... values)
Method parameters in com.vidispine.generated with type arguments of type MetadataLockType Modifier and Type Method Description MetadataLockListType
MetadataLockListType. withLock(Collection<MetadataLockType> values)
-