Package com.vidispine.generated
Class LicenseType
- java.lang.Object
-
- com.vidispine.generated.LicenseType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
MasterLicenseType
,SlaveLicenseType
public class LicenseType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LicenseType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected CodecStatusType
codecStatus
protected LicenseNumberType
databaseSizeLimit
protected String
endCustomerCompanyContactEmail
protected String
endCustomerCompanyname
protected String
expiryDate
protected String
fileStatus
protected LicenseNumberType
itemNumber
protected LicenseErrorType
licenseErrorStatus
protected String
licenseStatus
protected String
licenseType
protected SystemInfoType
macaddresses
protected String
resellerCompanyContactEmail
protected String
resellerCompanyName
protected LicenseNumberType
storageNumber
protected LicenseNumberType
transcoderNumber
protected LicenseNumberType
userNumber
-
Constructor Summary
Constructors Constructor Description LicenseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
CodecStatusType
getCodecStatus()
Gets the value of the codecStatus property.LicenseNumberType
getDatabaseSizeLimit()
Gets the value of the databaseSizeLimit property.String
getEndCustomerCompanyContactEmail()
Gets the value of the endCustomerCompanyContactEmail property.String
getEndCustomerCompanyname()
Gets the value of the endCustomerCompanyname property.String
getExpiryDate()
Gets the value of the expiryDate property.String
getFileStatus()
Gets the value of the fileStatus property.LicenseNumberType
getItemNumber()
Gets the value of the itemNumber property.LicenseErrorType
getLicenseErrorStatus()
Gets the value of the licenseErrorStatus property.String
getLicenseStatus()
Gets the value of the licenseStatus property.String
getLicenseType()
Gets the value of the licenseType property.SystemInfoType
getMacaddresses()
Gets the value of the macaddresses property.String
getResellerCompanyContactEmail()
Gets the value of the resellerCompanyContactEmail property.String
getResellerCompanyName()
Gets the value of the resellerCompanyName property.LicenseNumberType
getStorageNumber()
Gets the value of the storageNumber property.LicenseNumberType
getTranscoderNumber()
Gets the value of the transcoderNumber property.LicenseNumberType
getUserNumber()
Gets the value of the userNumber property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCodecStatus()
boolean
isSetDatabaseSizeLimit()
boolean
isSetEndCustomerCompanyContactEmail()
boolean
isSetEndCustomerCompanyname()
boolean
isSetExpiryDate()
boolean
isSetFileStatus()
boolean
isSetItemNumber()
boolean
isSetLicenseErrorStatus()
boolean
isSetLicenseStatus()
boolean
isSetLicenseType()
boolean
isSetMacaddresses()
boolean
isSetResellerCompanyContactEmail()
boolean
isSetResellerCompanyName()
boolean
isSetStorageNumber()
boolean
isSetTranscoderNumber()
boolean
isSetUserNumber()
void
setCodecStatus(CodecStatusType value)
Sets the value of the codecStatus property.void
setDatabaseSizeLimit(LicenseNumberType value)
Sets the value of the databaseSizeLimit property.void
setEndCustomerCompanyContactEmail(String value)
Sets the value of the endCustomerCompanyContactEmail property.void
setEndCustomerCompanyname(String value)
Sets the value of the endCustomerCompanyname property.void
setExpiryDate(String value)
Sets the value of the expiryDate property.void
setFileStatus(String value)
Sets the value of the fileStatus property.void
setItemNumber(LicenseNumberType value)
Sets the value of the itemNumber property.void
setLicenseErrorStatus(LicenseErrorType value)
Sets the value of the licenseErrorStatus property.void
setLicenseStatus(String value)
Sets the value of the licenseStatus property.void
setLicenseType(String value)
Sets the value of the licenseType property.void
setMacaddresses(SystemInfoType value)
Sets the value of the macaddresses property.void
setResellerCompanyContactEmail(String value)
Sets the value of the resellerCompanyContactEmail property.void
setResellerCompanyName(String value)
Sets the value of the resellerCompanyName property.void
setStorageNumber(LicenseNumberType value)
Sets the value of the storageNumber property.void
setTranscoderNumber(LicenseNumberType value)
Sets the value of the transcoderNumber property.void
setUserNumber(LicenseNumberType value)
Sets the value of the userNumber property.LicenseType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
LicenseType
withCodecStatus(CodecStatusType value)
LicenseType
withDatabaseSizeLimit(LicenseNumberType value)
LicenseType
withEndCustomerCompanyContactEmail(String value)
LicenseType
withEndCustomerCompanyname(String value)
LicenseType
withExpiryDate(String value)
LicenseType
withFileStatus(String value)
LicenseType
withItemNumber(LicenseNumberType value)
LicenseType
withLicenseErrorStatus(LicenseErrorType value)
LicenseType
withLicenseStatus(String value)
LicenseType
withLicenseType(String value)
LicenseType
withMacaddresses(SystemInfoType value)
LicenseType
withResellerCompanyContactEmail(String value)
LicenseType
withResellerCompanyName(String value)
LicenseType
withStorageNumber(LicenseNumberType value)
LicenseType
withTranscoderNumber(LicenseNumberType value)
LicenseType
withUserNumber(LicenseNumberType value)
-
-
-
Field Detail
-
expiryDate
protected String expiryDate
-
macaddresses
protected SystemInfoType macaddresses
-
fileStatus
protected String fileStatus
-
storageNumber
protected LicenseNumberType storageNumber
-
userNumber
protected LicenseNumberType userNumber
-
itemNumber
protected LicenseNumberType itemNumber
-
transcoderNumber
protected LicenseNumberType transcoderNumber
-
databaseSizeLimit
protected LicenseNumberType databaseSizeLimit
-
endCustomerCompanyname
protected String endCustomerCompanyname
-
endCustomerCompanyContactEmail
protected String endCustomerCompanyContactEmail
-
resellerCompanyName
protected String resellerCompanyName
-
resellerCompanyContactEmail
protected String resellerCompanyContactEmail
-
licenseStatus
protected String licenseStatus
-
codecStatus
protected CodecStatusType codecStatus
-
licenseErrorStatus
protected LicenseErrorType licenseErrorStatus
-
licenseType
protected String licenseType
-
-
Method Detail
-
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 isString
-
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 isSystemInfoType
-
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 isString
-
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 isLicenseNumberType
-
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 isLicenseNumberType
-
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 isLicenseNumberType
-
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 isLicenseNumberType
-
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 isLicenseNumberType
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isCodecStatusType
-
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 isLicenseErrorType
-
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 isString
-
isSetLicenseType
public boolean isSetLicenseType()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withExpiryDate
public LicenseType withExpiryDate(String value)
-
withMacaddresses
public LicenseType withMacaddresses(SystemInfoType value)
-
withFileStatus
public LicenseType withFileStatus(String value)
-
withStorageNumber
public LicenseType withStorageNumber(LicenseNumberType value)
-
withUserNumber
public LicenseType withUserNumber(LicenseNumberType value)
-
withItemNumber
public LicenseType withItemNumber(LicenseNumberType value)
-
withTranscoderNumber
public LicenseType withTranscoderNumber(LicenseNumberType value)
-
withDatabaseSizeLimit
public LicenseType withDatabaseSizeLimit(LicenseNumberType value)
-
withEndCustomerCompanyname
public LicenseType withEndCustomerCompanyname(String value)
-
withEndCustomerCompanyContactEmail
public LicenseType withEndCustomerCompanyContactEmail(String value)
-
withResellerCompanyName
public LicenseType withResellerCompanyName(String value)
-
withResellerCompanyContactEmail
public LicenseType withResellerCompanyContactEmail(String value)
-
withLicenseStatus
public LicenseType withLicenseStatus(String value)
-
withCodecStatus
public LicenseType withCodecStatus(CodecStatusType value)
-
withLicenseErrorStatus
public LicenseType withLicenseErrorStatus(LicenseErrorType value)
-
withLicenseType
public LicenseType withLicenseType(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public LicenseType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-