Uses of Class
com.vidispine.generated.LockType
-
-
Uses of LockType in com.vidispine.generated
Methods in com.vidispine.generated that return LockType Modifier and Type Method Description LockType
ObjectFactory. createLockType()
Create an instance ofLockType
LockType
LockType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
LockType
LockType. withExpires(XMLGregorianCalendar value)
LockType
LockType. withId(String value)
LockType
LockType. withUser(String value)
Methods in com.vidispine.generated that return types with arguments of type LockType Modifier and Type Method Description javax.xml.bind.JAXBElement<LockType>
ObjectFactory. createLockDocument(LockType value)
Methods in com.vidispine.generated with parameters of type LockType Modifier and Type Method Description javax.xml.bind.JAXBElement<LockType>
ObjectFactory. createLockDocument(LockType value)
-