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, setUserNumber
protected String masterIdentifier
protected String slaveIdentifier
protected BigInteger slaveInstances
protected XMLGregorianCalendar validityTime
protected BigInteger validityPeriod
protected String id
public String getMasterIdentifier()
String
public void setMasterIdentifier(String value)
value
- allowed object is
String
public boolean isSetMasterIdentifier()
public String getSlaveIdentifier()
String
public void setSlaveIdentifier(String value)
value
- allowed object is
String
public boolean isSetSlaveIdentifier()
public BigInteger getSlaveInstances()
BigInteger
public void setSlaveInstances(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetSlaveInstances()
public XMLGregorianCalendar getValidityTime()
XMLGregorianCalendar
public void setValidityTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetValidityTime()
public BigInteger getValidityPeriod()
BigInteger
public void setValidityPeriod(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetValidityPeriod()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public Object clone()
clone
in class LicenseType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class LicenseType
public 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.CopyTo
copyTo
in class LicenseType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class LicenseType
Copyright © 2016. All rights reserved.