Uses of Class
com.vidispine.generated.VersionType
-
-
Uses of VersionType in com.vidispine.generated
Fields in com.vidispine.generated declared as VersionType Modifier and Type Field Description protected VersionType
SlaveAuthType. licenseStatus
Methods in com.vidispine.generated that return VersionType Modifier and Type Method Description VersionType
ObjectFactory. createVersionType()
Create an instance ofVersionType
VersionType
SlaveAuthType. getLicenseStatus()
Gets the value of the licenseStatus property.VersionType
VersionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VersionType
VersionType. withComponent(CompType... values)
VersionType
VersionType. withComponent(Collection<CompType> values)
VersionType
VersionType. withLicenseInfo(LicenseType value)
VersionType
VersionType. withSystemInfo(SystemInfoType value)
Methods in com.vidispine.generated that return types with arguments of type VersionType Modifier and Type Method Description javax.xml.bind.JAXBElement<VersionType>
ObjectFactory. createVersionDocument(VersionType value)
Methods in com.vidispine.generated with parameters of type VersionType Modifier and Type Method Description javax.xml.bind.JAXBElement<VersionType>
ObjectFactory. createVersionDocument(VersionType value)
void
SlaveAuthType. setLicenseStatus(VersionType value)
Sets the value of the licenseStatus property.SlaveAuthType
SlaveAuthType. withLicenseStatus(VersionType value)
-