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 String
protected String
protected String
protected BigInteger
protected BigInteger
protected XMLGregorianCalendar
Fields 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) boolean
boolean
equals
(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.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the id property.void
setMasterIdentifier
(String value) Sets the value of the masterIdentifier property.void
setSlaveIdentifier
(String value) Sets the value of the slaveIdentifier property.void
setSlaveInstances
(BigInteger value) Sets the value of the slaveInstances property.void
setValidityPeriod
(BigInteger value) Sets the value of the validityPeriod property.void
Sets 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:
clone
in classLicenseType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classLicenseType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classLicenseType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in 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:
withExpiryDate
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMacaddresses
Sets the value of the macaddresses property.- Overrides:
withMacaddresses
in classLicenseType
- Parameters:
value
- allowed object isSystemInfoType
- Returns:
- The class instance
-
withFileStatus
Sets the value of the fileStatus property.- Overrides:
withFileStatus
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStorageNumber
Sets the value of the storageNumber property.- Overrides:
withStorageNumber
in classLicenseType
- Parameters:
value
- allowed object isLicenseNumberType
- Returns:
- The class instance
-
withUserNumber
Sets the value of the userNumber property.- Overrides:
withUserNumber
in classLicenseType
- Parameters:
value
- allowed object isLicenseNumberType
- Returns:
- The class instance
-
withItemNumber
Sets the value of the itemNumber property.- Overrides:
withItemNumber
in classLicenseType
- Parameters:
value
- allowed object isLicenseNumberType
- Returns:
- The class instance
-
withTranscoderNumber
Sets the value of the transcoderNumber property.- Overrides:
withTranscoderNumber
in classLicenseType
- Parameters:
value
- allowed object isLicenseNumberType
- Returns:
- The class instance
-
withDatabaseSizeLimit
Sets the value of the databaseSizeLimit property.- Overrides:
withDatabaseSizeLimit
in classLicenseType
- Parameters:
value
- allowed object isLicenseNumberType
- Returns:
- The class instance
-
withEndCustomerCompanyname
Sets the value of the endCustomerCompanyname property.- Overrides:
withEndCustomerCompanyname
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withEndCustomerCompanyContactEmail
Sets the value of the endCustomerCompanyContactEmail property.- Overrides:
withEndCustomerCompanyContactEmail
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withResellerCompanyName
Sets the value of the resellerCompanyName property.- Overrides:
withResellerCompanyName
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withResellerCompanyContactEmail
Sets the value of the resellerCompanyContactEmail property.- Overrides:
withResellerCompanyContactEmail
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLicenseStatus
Sets the value of the licenseStatus property.- Overrides:
withLicenseStatus
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCodecStatus
Sets the value of the codecStatus property.- Overrides:
withCodecStatus
in classLicenseType
- Parameters:
value
- allowed object isCodecStatusType
- Returns:
- The class instance
-
withLicenseErrorStatus
Sets the value of the licenseErrorStatus property.- Overrides:
withLicenseErrorStatus
in classLicenseType
- Parameters:
value
- allowed object isLicenseErrorType
- Returns:
- The class instance
-
withLicenseType
Sets the value of the licenseType property.- Overrides:
withLicenseType
in classLicenseType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLicenseProperty
Adds objects to the list of LicenseProperty using add method- Overrides:
withLicenseProperty
in 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:
withLicenseProperty
in 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:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classLicenseType
-
equals
- Overrides:
equals
in classLicenseType
-
visit
- Overrides:
visit
in classLicenseType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classLicenseType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLicenseType
-
toString
- Overrides:
toString
in classLicenseType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classLicenseType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classLicenseType
-