Class LicenseType

java.lang.Object
com.vidispine.generated.LicenseType
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
Direct Known Subclasses:
MasterLicenseType, SlaveLicenseType

public class LicenseType extends Object 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 LicenseType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="LicenseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="macaddresses" type="{http://xml.vidispine.com/schema/vidispine}SystemInfoType" minOccurs="0"/>
         <element name="fileStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="storageNumber" type="{http://xml.vidispine.com/schema/vidispine}LicenseNumberType" minOccurs="0"/>
         <element name="userNumber" type="{http://xml.vidispine.com/schema/vidispine}LicenseNumberType" minOccurs="0"/>
         <element name="itemNumber" type="{http://xml.vidispine.com/schema/vidispine}LicenseNumberType" minOccurs="0"/>
         <element name="transcoderNumber" type="{http://xml.vidispine.com/schema/vidispine}LicenseNumberType" minOccurs="0"/>
         <element name="databaseSizeLimit" type="{http://xml.vidispine.com/schema/vidispine}LicenseNumberType" minOccurs="0"/>
         <element name="endCustomerCompanyname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="endCustomerCompanyContactEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resellerCompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resellerCompanyContactEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="licenseStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="codecStatus" type="{http://xml.vidispine.com/schema/vidispine}CodecStatusType" minOccurs="0"/>
         <element name="licenseErrorStatus" type="{http://xml.vidispine.com/schema/vidispine}LicenseErrorType" minOccurs="0"/>
         <element name="licenseType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="licenseProperty" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • LicenseType

      public LicenseType()
  • Method Details

    • getExpiryDate

      public String getExpiryDate()
      Gets the value of the expiryDate property.
      Returns:
      possible object is String
    • setExpiryDate

      public void setExpiryDate(String value)
      Sets the value of the expiryDate property.
      Parameters:
      value - allowed object is String
    • isSetExpiryDate

      public boolean isSetExpiryDate()
    • getMacaddresses

      public SystemInfoType getMacaddresses()
      Gets the value of the macaddresses property.
      Returns:
      possible object is SystemInfoType
    • setMacaddresses

      public void setMacaddresses(SystemInfoType value)
      Sets the value of the macaddresses property.
      Parameters:
      value - allowed object is SystemInfoType
    • isSetMacaddresses

      public boolean isSetMacaddresses()
    • getFileStatus

      public String getFileStatus()
      Gets the value of the fileStatus property.
      Returns:
      possible object is String
    • setFileStatus

      public void setFileStatus(String value)
      Sets the value of the fileStatus property.
      Parameters:
      value - allowed object is String
    • isSetFileStatus

      public boolean isSetFileStatus()
    • getStorageNumber

      public LicenseNumberType getStorageNumber()
      Gets the value of the storageNumber property.
      Returns:
      possible object is LicenseNumberType
    • setStorageNumber

      public void setStorageNumber(LicenseNumberType value)
      Sets the value of the storageNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
    • isSetStorageNumber

      public boolean isSetStorageNumber()
    • getUserNumber

      public LicenseNumberType getUserNumber()
      Gets the value of the userNumber property.
      Returns:
      possible object is LicenseNumberType
    • setUserNumber

      public void setUserNumber(LicenseNumberType value)
      Sets the value of the userNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
    • isSetUserNumber

      public boolean isSetUserNumber()
    • getItemNumber

      public LicenseNumberType getItemNumber()
      Gets the value of the itemNumber property.
      Returns:
      possible object is LicenseNumberType
    • setItemNumber

      public void setItemNumber(LicenseNumberType value)
      Sets the value of the itemNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
    • isSetItemNumber

      public boolean isSetItemNumber()
    • getTranscoderNumber

      public LicenseNumberType getTranscoderNumber()
      Gets the value of the transcoderNumber property.
      Returns:
      possible object is LicenseNumberType
    • setTranscoderNumber

      public void setTranscoderNumber(LicenseNumberType value)
      Sets the value of the transcoderNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
    • isSetTranscoderNumber

      public boolean isSetTranscoderNumber()
    • getDatabaseSizeLimit

      public LicenseNumberType getDatabaseSizeLimit()
      Gets the value of the databaseSizeLimit property.
      Returns:
      possible object is LicenseNumberType
    • setDatabaseSizeLimit

      public void setDatabaseSizeLimit(LicenseNumberType value)
      Sets the value of the databaseSizeLimit property.
      Parameters:
      value - allowed object is LicenseNumberType
    • isSetDatabaseSizeLimit

      public boolean isSetDatabaseSizeLimit()
    • getEndCustomerCompanyname

      public String getEndCustomerCompanyname()
      Gets the value of the endCustomerCompanyname property.
      Returns:
      possible object is String
    • setEndCustomerCompanyname

      public void setEndCustomerCompanyname(String value)
      Sets the value of the endCustomerCompanyname property.
      Parameters:
      value - allowed object is String
    • isSetEndCustomerCompanyname

      public boolean isSetEndCustomerCompanyname()
    • getEndCustomerCompanyContactEmail

      public String getEndCustomerCompanyContactEmail()
      Gets the value of the endCustomerCompanyContactEmail property.
      Returns:
      possible object is String
    • setEndCustomerCompanyContactEmail

      public void setEndCustomerCompanyContactEmail(String value)
      Sets the value of the endCustomerCompanyContactEmail property.
      Parameters:
      value - allowed object is String
    • isSetEndCustomerCompanyContactEmail

      public boolean isSetEndCustomerCompanyContactEmail()
    • getResellerCompanyName

      public String getResellerCompanyName()
      Gets the value of the resellerCompanyName property.
      Returns:
      possible object is String
    • setResellerCompanyName

      public void setResellerCompanyName(String value)
      Sets the value of the resellerCompanyName property.
      Parameters:
      value - allowed object is String
    • isSetResellerCompanyName

      public boolean isSetResellerCompanyName()
    • getResellerCompanyContactEmail

      public String getResellerCompanyContactEmail()
      Gets the value of the resellerCompanyContactEmail property.
      Returns:
      possible object is String
    • setResellerCompanyContactEmail

      public void setResellerCompanyContactEmail(String value)
      Sets the value of the resellerCompanyContactEmail property.
      Parameters:
      value - allowed object is String
    • isSetResellerCompanyContactEmail

      public boolean isSetResellerCompanyContactEmail()
    • getLicenseStatus

      public String getLicenseStatus()
      Gets the value of the licenseStatus property.
      Returns:
      possible object is String
    • setLicenseStatus

      public void setLicenseStatus(String value)
      Sets the value of the licenseStatus property.
      Parameters:
      value - allowed object is String
    • isSetLicenseStatus

      public boolean isSetLicenseStatus()
    • getCodecStatus

      public CodecStatusType getCodecStatus()
      Gets the value of the codecStatus property.
      Returns:
      possible object is CodecStatusType
    • setCodecStatus

      public void setCodecStatus(CodecStatusType value)
      Sets the value of the codecStatus property.
      Parameters:
      value - allowed object is CodecStatusType
    • isSetCodecStatus

      public boolean isSetCodecStatus()
    • getLicenseErrorStatus

      public LicenseErrorType getLicenseErrorStatus()
      Gets the value of the licenseErrorStatus property.
      Returns:
      possible object is LicenseErrorType
    • setLicenseErrorStatus

      public void setLicenseErrorStatus(LicenseErrorType value)
      Sets the value of the licenseErrorStatus property.
      Parameters:
      value - allowed object is LicenseErrorType
    • isSetLicenseErrorStatus

      public boolean isSetLicenseErrorStatus()
    • getLicenseType

      public String getLicenseType()
      Gets the value of the licenseType property.
      Returns:
      possible object is String
    • setLicenseType

      public void setLicenseType(String value)
      Sets the value of the licenseType property.
      Parameters:
      value - allowed object is String
    • isSetLicenseType

      public boolean isSetLicenseType()
    • getLicenseProperty

      public List<KeyValuePairType> getLicenseProperty()
      Gets the value of the licenseProperty property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the licenseProperty property.

      For example, to add a new item, do as follows:

       getLicenseProperty().add(newItem);
       

      Objects of the following type(s) are allowed in the list KeyValuePairType

      Returns:
      The value of the licenseProperty property.
    • isSetLicenseProperty

      public boolean isSetLicenseProperty()
    • unsetLicenseProperty

      public void unsetLicenseProperty()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withExpiryDate

      public LicenseType withExpiryDate(String value)
      Sets the value of the expiryDate property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMacaddresses

      public LicenseType withMacaddresses(SystemInfoType value)
      Sets the value of the macaddresses property.
      Parameters:
      value - allowed object is SystemInfoType
      Returns:
      The class instance
    • withFileStatus

      public LicenseType withFileStatus(String value)
      Sets the value of the fileStatus property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStorageNumber

      public LicenseType withStorageNumber(LicenseNumberType value)
      Sets the value of the storageNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
      Returns:
      The class instance
    • withUserNumber

      public LicenseType withUserNumber(LicenseNumberType value)
      Sets the value of the userNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
      Returns:
      The class instance
    • withItemNumber

      public LicenseType withItemNumber(LicenseNumberType value)
      Sets the value of the itemNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
      Returns:
      The class instance
    • withTranscoderNumber

      public LicenseType withTranscoderNumber(LicenseNumberType value)
      Sets the value of the transcoderNumber property.
      Parameters:
      value - allowed object is LicenseNumberType
      Returns:
      The class instance
    • withDatabaseSizeLimit

      public LicenseType withDatabaseSizeLimit(LicenseNumberType value)
      Sets the value of the databaseSizeLimit property.
      Parameters:
      value - allowed object is LicenseNumberType
      Returns:
      The class instance
    • withEndCustomerCompanyname

      public LicenseType withEndCustomerCompanyname(String value)
      Sets the value of the endCustomerCompanyname property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEndCustomerCompanyContactEmail

      public LicenseType withEndCustomerCompanyContactEmail(String value)
      Sets the value of the endCustomerCompanyContactEmail property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withResellerCompanyName

      public LicenseType withResellerCompanyName(String value)
      Sets the value of the resellerCompanyName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withResellerCompanyContactEmail

      public LicenseType withResellerCompanyContactEmail(String value)
      Sets the value of the resellerCompanyContactEmail property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLicenseStatus

      public LicenseType withLicenseStatus(String value)
      Sets the value of the licenseStatus property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCodecStatus

      public LicenseType withCodecStatus(CodecStatusType value)
      Sets the value of the codecStatus property.
      Parameters:
      value - allowed object is CodecStatusType
      Returns:
      The class instance
    • withLicenseErrorStatus

      public LicenseType withLicenseErrorStatus(LicenseErrorType value)
      Sets the value of the licenseErrorStatus property.
      Parameters:
      value - allowed object is LicenseErrorType
      Returns:
      The class instance
    • withLicenseType

      public LicenseType withLicenseType(String value)
      Sets the value of the licenseType property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLicenseProperty

      public LicenseType withLicenseProperty(KeyValuePairType... values)
      Adds objects to the list of LicenseProperty using add method
      Parameters:
      values - objects to add to the list LicenseProperty
      Returns:
      The class instance
    • withLicenseProperty

      public LicenseType withLicenseProperty(Collection<KeyValuePairType> values)
      Adds objects to the list of LicenseProperty using addAll method
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public LicenseType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString