public class SlaveLicenseType extends LicenseType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
masterIdentifier |
protected String |
slaveIdentifier |
protected BigInteger |
slaveInstances |
protected BigInteger |
validityPeriod |
protected XMLGregorianCalendar |
validityTime |
codecStatus, endCustomerCompanyContactEmail, endCustomerCompanyname, expiryDate, fileStatus, itemNumber, licenseErrorStatus, licenseStatus, licenseType, macaddresses, resellerCompanyContactEmail, resellerCompanyName, storageNumber, transcoderNumber, userNumber| Constructor and Description |
|---|
SlaveLicenseType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getId()
Gets the value of the id property.
|
String |
getMasterIdentifier()
Gets the value of the masterIdentifier property.
|
String |
getSlaveIdentifier()
Gets the value of the slaveIdentifier property.
|
BigInteger |
getSlaveInstances()
Gets the value of the slaveInstances property.
|
BigInteger |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
XMLGregorianCalendar |
getValidityTime()
Gets the value of the validityTime property.
|
boolean |
isSetId() |
boolean |
isSetMasterIdentifier() |
boolean |
isSetSlaveIdentifier() |
boolean |
isSetSlaveInstances() |
boolean |
isSetValidityPeriod() |
boolean |
isSetValidityTime() |
void |
setId(String value)
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 |
setValidityTime(XMLGregorianCalendar value)
Sets the value of the validityTime property.
|
getCodecStatus, getEndCustomerCompanyContactEmail, getEndCustomerCompanyname, getExpiryDate, getFileStatus, getItemNumber, getLicenseErrorStatus, getLicenseStatus, getLicenseType, getMacaddresses, getResellerCompanyContactEmail, getResellerCompanyName, getStorageNumber, getTranscoderNumber, getUserNumber, isSetCodecStatus, isSetEndCustomerCompanyContactEmail, isSetEndCustomerCompanyname, isSetExpiryDate, isSetFileStatus, isSetItemNumber, isSetLicenseErrorStatus, isSetLicenseStatus, isSetLicenseType, isSetMacaddresses, isSetResellerCompanyContactEmail, isSetResellerCompanyName, isSetStorageNumber, isSetTranscoderNumber, isSetUserNumber, setCodecStatus, setEndCustomerCompanyContactEmail, setEndCustomerCompanyname, setExpiryDate, setFileStatus, setItemNumber, setLicenseErrorStatus, setLicenseStatus, setLicenseType, setMacaddresses, setResellerCompanyContactEmail, setResellerCompanyName, setStorageNumber, setTranscoderNumber, setUserNumberprotected String masterIdentifier
protected String slaveIdentifier
protected BigInteger slaveInstances
protected XMLGregorianCalendar validityTime
protected BigInteger validityPeriod
protected String id
public String getMasterIdentifier()
Stringpublic void setMasterIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetMasterIdentifier()
public String getSlaveIdentifier()
Stringpublic void setSlaveIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetSlaveIdentifier()
public BigInteger getSlaveInstances()
BigIntegerpublic void setSlaveInstances(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetSlaveInstances()
public XMLGregorianCalendar getValidityTime()
XMLGregorianCalendarpublic void setValidityTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetValidityTime()
public BigInteger getValidityPeriod()
BigIntegerpublic void setValidityPeriod(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetValidityPeriod()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public Object clone()
clone in class LicenseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class LicenseTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class LicenseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class LicenseTypeCopyright © 2015. All rights reserved.