Package com.vidispine.generated
Class SlaveLicenseType
java.lang.Object
com.vidispine.generated.LicenseType
com.vidispine.generated.SlaveLicenseType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class SlaveLicenseType
extends LicenseType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Java class for SlaveLicenseType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SlaveLicenseType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}LicenseType">
<sequence>
<element name="masterIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="slaveIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="slaveInstances" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="validityTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="validityPeriod" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected BigIntegerprotected BigIntegerprotected XMLGregorianCalendarFields inherited from class com.vidispine.generated.LicenseType
codecStatus, databaseSizeLimit, endCustomerCompanyContactEmail, endCustomerCompanyname, expiryDate, fileStatus, itemNumber, licenseErrorStatus, licenseProperty, licenseStatus, licenseType, macaddresses, resellerCompanyContactEmail, resellerCompanyName, storageNumber, transcoderNumber, userNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getId()Gets the value of the id property.Gets the value of the masterIdentifier property.Gets the value of the slaveIdentifier property.Gets the value of the slaveInstances property.Gets the value of the validityPeriod property.Gets the value of the validityTime property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisSetId()booleanbooleanbooleanbooleanbooleanvoidSets the value of the id property.voidsetMasterIdentifier(String value) Sets the value of the masterIdentifier property.voidsetSlaveIdentifier(String value) Sets the value of the slaveIdentifier property.voidsetSlaveInstances(BigInteger value) Sets the value of the slaveInstances property.voidsetValidityPeriod(BigInteger value) Sets the value of the validityPeriod property.voidSets the value of the validityTime property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCodecStatus(CodecStatusType value) Sets the value of the codecStatus property.Sets the value of the databaseSizeLimit property.Sets the value of the endCustomerCompanyContactEmail property.withEndCustomerCompanyname(String value) Sets the value of the endCustomerCompanyname property.withExpiryDate(String value) Sets the value of the expiryDate property.withFileStatus(String value) Sets the value of the fileStatus property.Sets the value of the id property.withItemNumber(LicenseNumberType value) Sets the value of the itemNumber property.Sets the value of the licenseErrorStatus property.withLicenseProperty(KeyValuePairType... values) Adds objects to the list of LicenseProperty using add methodAdds objects to the list of LicenseProperty using addAll methodwithLicenseStatus(String value) Sets the value of the licenseStatus property.withLicenseType(String value) Sets the value of the licenseType property.withMacaddresses(SystemInfoType value) Sets the value of the macaddresses property.withMasterIdentifier(String value) Sets the value of the masterIdentifier property.Sets the value of the resellerCompanyContactEmail property.withResellerCompanyName(String value) Sets the value of the resellerCompanyName property.withSlaveIdentifier(String value) Sets the value of the slaveIdentifier property.withSlaveInstances(BigInteger value) Sets the value of the slaveInstances property.Sets the value of the storageNumber property.Sets the value of the transcoderNumber property.withUserNumber(LicenseNumberType value) Sets the value of the userNumber property.withValidityPeriod(BigInteger value) Sets the value of the validityPeriod property.Sets the value of the validityTime property.Methods inherited from class com.vidispine.generated.LicenseType
getCodecStatus, getDatabaseSizeLimit, getEndCustomerCompanyContactEmail, getEndCustomerCompanyname, getExpiryDate, getFileStatus, getItemNumber, getLicenseErrorStatus, getLicenseProperty, getLicenseStatus, getLicenseType, getMacaddresses, getResellerCompanyContactEmail, getResellerCompanyName, getStorageNumber, getTranscoderNumber, getUserNumber, isSetCodecStatus, isSetDatabaseSizeLimit, isSetEndCustomerCompanyContactEmail, isSetEndCustomerCompanyname, isSetExpiryDate, isSetFileStatus, isSetItemNumber, isSetLicenseErrorStatus, isSetLicenseProperty, isSetLicenseStatus, isSetLicenseType, isSetMacaddresses, isSetResellerCompanyContactEmail, isSetResellerCompanyName, isSetStorageNumber, isSetTranscoderNumber, isSetUserNumber, setCodecStatus, setDatabaseSizeLimit, setEndCustomerCompanyContactEmail, setEndCustomerCompanyname, setExpiryDate, setFileStatus, setItemNumber, setLicenseErrorStatus, setLicenseStatus, setLicenseType, setMacaddresses, setResellerCompanyContactEmail, setResellerCompanyName, setStorageNumber, setTranscoderNumber, setUserNumber, unsetLicenseProperty
-
Field Details
-
masterIdentifier
-
slaveIdentifier
-
slaveInstances
-
validityTime
-
validityPeriod
-
id
-
-
Constructor Details
-
SlaveLicenseType
public SlaveLicenseType()
-
-
Method Details
-
getMasterIdentifier
Gets the value of the masterIdentifier property.- Returns:
- possible object is
String
-
setMasterIdentifier
Sets the value of the masterIdentifier property.- Parameters:
value- allowed object isString
-
isSetMasterIdentifier
public boolean isSetMasterIdentifier() -
getSlaveIdentifier
Gets the value of the slaveIdentifier property.- Returns:
- possible object is
String
-
setSlaveIdentifier
Sets the value of the slaveIdentifier property.- Parameters:
value- allowed object isString
-
isSetSlaveIdentifier
public boolean isSetSlaveIdentifier() -
getSlaveInstances
Gets the value of the slaveInstances property.- Returns:
- possible object is
BigInteger
-
setSlaveInstances
Sets the value of the slaveInstances property.- Parameters:
value- allowed object isBigInteger
-
isSetSlaveInstances
public boolean isSetSlaveInstances() -
getValidityTime
Gets the value of the validityTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidityTime
Sets the value of the validityTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetValidityTime
public boolean isSetValidityTime() -
getValidityPeriod
Gets the value of the validityPeriod property.- Returns:
- possible object is
BigInteger
-
setValidityPeriod
Sets the value of the validityPeriod property.- Parameters:
value- allowed object isBigInteger
-
isSetValidityPeriod
public boolean isSetValidityPeriod() -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId() -
clone
- Overrides:
clonein classLicenseType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classLicenseType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classLicenseType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classLicenseType
-
withMasterIdentifier
Sets the value of the masterIdentifier property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSlaveIdentifier
Sets the value of the slaveIdentifier property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSlaveInstances
Sets the value of the slaveInstances property.- Parameters:
value- allowed object isBigInteger- Returns:
- The class instance
-
withValidityTime
Sets the value of the validityTime property.- Parameters:
value- allowed object isXMLGregorianCalendar- Returns:
- The class instance
-
withValidityPeriod
Sets the value of the validityPeriod property.- Parameters:
value- allowed object isBigInteger- Returns:
- The class instance
-
withId
Sets the value of the id property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withExpiryDate
Sets the value of the expiryDate property.- Overrides:
withExpiryDatein classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withMacaddresses
Sets the value of the macaddresses property.- Overrides:
withMacaddressesin classLicenseType- Parameters:
value- allowed object isSystemInfoType- Returns:
- The class instance
-
withFileStatus
Sets the value of the fileStatus property.- Overrides:
withFileStatusin classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withStorageNumber
Sets the value of the storageNumber property.- Overrides:
withStorageNumberin classLicenseType- Parameters:
value- allowed object isLicenseNumberType- Returns:
- The class instance
-
withUserNumber
Sets the value of the userNumber property.- Overrides:
withUserNumberin classLicenseType- Parameters:
value- allowed object isLicenseNumberType- Returns:
- The class instance
-
withItemNumber
Sets the value of the itemNumber property.- Overrides:
withItemNumberin classLicenseType- Parameters:
value- allowed object isLicenseNumberType- Returns:
- The class instance
-
withTranscoderNumber
Sets the value of the transcoderNumber property.- Overrides:
withTranscoderNumberin classLicenseType- Parameters:
value- allowed object isLicenseNumberType- Returns:
- The class instance
-
withDatabaseSizeLimit
Sets the value of the databaseSizeLimit property.- Overrides:
withDatabaseSizeLimitin classLicenseType- Parameters:
value- allowed object isLicenseNumberType- Returns:
- The class instance
-
withEndCustomerCompanyname
Sets the value of the endCustomerCompanyname property.- Overrides:
withEndCustomerCompanynamein classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withEndCustomerCompanyContactEmail
Sets the value of the endCustomerCompanyContactEmail property.- Overrides:
withEndCustomerCompanyContactEmailin classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withResellerCompanyName
Sets the value of the resellerCompanyName property.- Overrides:
withResellerCompanyNamein classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withResellerCompanyContactEmail
Sets the value of the resellerCompanyContactEmail property.- Overrides:
withResellerCompanyContactEmailin classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLicenseStatus
Sets the value of the licenseStatus property.- Overrides:
withLicenseStatusin classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withCodecStatus
Sets the value of the codecStatus property.- Overrides:
withCodecStatusin classLicenseType- Parameters:
value- allowed object isCodecStatusType- Returns:
- The class instance
-
withLicenseErrorStatus
Sets the value of the licenseErrorStatus property.- Overrides:
withLicenseErrorStatusin classLicenseType- Parameters:
value- allowed object isLicenseErrorType- Returns:
- The class instance
-
withLicenseType
Sets the value of the licenseType property.- Overrides:
withLicenseTypein classLicenseType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLicenseProperty
Adds objects to the list of LicenseProperty using add method- Overrides:
withLicensePropertyin classLicenseType- Parameters:
values- objects to add to the list LicenseProperty- Returns:
- The class instance
-
withLicenseProperty
Adds objects to the list of LicenseProperty using addAll method- Overrides:
withLicensePropertyin classLicenseType- Parameters:
values- objects to add to the list LicenseProperty- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classLicenseType
-
equals
- Overrides:
equalsin classLicenseType
-
visit
- Overrides:
visitin classLicenseType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classLicenseType
-
hashCode
public int hashCode()- Overrides:
hashCodein classLicenseType
-
toString
- Overrides:
toStringin classLicenseType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classLicenseType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classLicenseType
-