Uses of Class
com.vidispine.generated.SystemInfoType
-
-
Uses of SystemInfoType in com.vidispine.generated
Fields in com.vidispine.generated declared as SystemInfoType Modifier and Type Field Description protected SystemInfoType
LicenseType. macaddresses
protected SystemInfoType
VersionType. systemInfo
Methods in com.vidispine.generated that return SystemInfoType Modifier and Type Method Description SystemInfoType
ObjectFactory. createSystemInfoType()
Create an instance ofSystemInfoType
SystemInfoType
LicenseType. getMacaddresses()
Gets the value of the macaddresses property.SystemInfoType
VersionType. getSystemInfo()
Gets the value of the systemInfo property.SystemInfoType
SystemInfoType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SystemInfoType
SystemInfoType. withDatabaseSize(Long value)
SystemInfoType
SystemInfoType. withMacaddress(String... values)
SystemInfoType
SystemInfoType. withMacaddress(Collection<String> values)
Methods in com.vidispine.generated with parameters of type SystemInfoType Modifier and Type Method Description void
LicenseType. setMacaddresses(SystemInfoType value)
Sets the value of the macaddresses property.void
VersionType. setSystemInfo(SystemInfoType value)
Sets the value of the systemInfo property.LicenseType
LicenseType. withMacaddresses(SystemInfoType value)
MasterLicenseType
MasterLicenseType. withMacaddresses(SystemInfoType value)
SlaveLicenseType
SlaveLicenseType. withMacaddresses(SystemInfoType value)
VersionType
VersionType. withSystemInfo(SystemInfoType value)
-