Uses of Class
com.vidispine.generated.DeletionLockType
-
-
Uses of DeletionLockType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type DeletionLockType Modifier and Type Field Description protected List<DeletionLockType>
DeletionLockListType. lock
Methods in com.vidispine.generated that return DeletionLockType Modifier and Type Method Description DeletionLockType
ObjectFactory. createDeletionLockType()
Create an instance ofDeletionLockType
DeletionLockType
DeletionLockType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DeletionLockType
DeletionLockType. withEntityId(String value)
DeletionLockType
DeletionLockType. withEntityType(String value)
DeletionLockType
DeletionLockType. withExpiryTime(XMLGregorianCalendar value)
DeletionLockType
DeletionLockType. withId(String value)
DeletionLockType
DeletionLockType. withIsEffective(boolean value)
DeletionLockType
DeletionLockType. withIsExpired(boolean value)
DeletionLockType
DeletionLockType. withIsInherited(boolean value)
DeletionLockType
DeletionLockType. withMetadata(SimpleMetadataType value)
DeletionLockType
DeletionLockType. withModified(XMLGregorianCalendar value)
DeletionLockType
DeletionLockType. withUser(String value)
Methods in com.vidispine.generated that return types with arguments of type DeletionLockType Modifier and Type Method Description javax.xml.bind.JAXBElement<DeletionLockType>
ObjectFactory. createDeletionLockDocument(DeletionLockType value)
List<DeletionLockType>
DeletionLockListType. getLock()
Gets the value of the lock property.Methods in com.vidispine.generated with parameters of type DeletionLockType Modifier and Type Method Description javax.xml.bind.JAXBElement<DeletionLockType>
ObjectFactory. createDeletionLockDocument(DeletionLockType value)
DeletionLockListType
DeletionLockListType. withLock(DeletionLockType... values)
Method parameters in com.vidispine.generated with type arguments of type DeletionLockType Modifier and Type Method Description DeletionLockListType
DeletionLockListType. withLock(Collection<DeletionLockType> values)
-