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 | Class and Description |
---|---|
static class |
SlaveLicenseType.PropInfo |
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() |
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
public SlaveLicenseType withMasterIdentifier(String value)
public SlaveLicenseType withSlaveIdentifier(String value)
public SlaveLicenseType withSlaveInstances(BigInteger value)
public SlaveLicenseType withValidityTime(XMLGregorianCalendar value)
public SlaveLicenseType withValidityPeriod(BigInteger value)
public SlaveLicenseType withId(String value)
public SlaveLicenseType withExpiryDate(String value)
withExpiryDate
in class LicenseType
public SlaveLicenseType withMacaddresses(SystemInfoType value)
withMacaddresses
in class LicenseType
public SlaveLicenseType withFileStatus(String value)
withFileStatus
in class LicenseType
public SlaveLicenseType withStorageNumber(LicenseNumberType value)
withStorageNumber
in class LicenseType
public SlaveLicenseType withUserNumber(LicenseNumberType value)
withUserNumber
in class LicenseType
public SlaveLicenseType withItemNumber(LicenseNumberType value)
withItemNumber
in class LicenseType
public SlaveLicenseType withTranscoderNumber(LicenseNumberType value)
withTranscoderNumber
in class LicenseType
public SlaveLicenseType withEndCustomerCompanyname(String value)
withEndCustomerCompanyname
in class LicenseType
public SlaveLicenseType withEndCustomerCompanyContactEmail(String value)
withEndCustomerCompanyContactEmail
in class LicenseType
public SlaveLicenseType withResellerCompanyName(String value)
withResellerCompanyName
in class LicenseType
public SlaveLicenseType withResellerCompanyContactEmail(String value)
withResellerCompanyContactEmail
in class LicenseType
public SlaveLicenseType withLicenseStatus(String value)
withLicenseStatus
in class LicenseType
public SlaveLicenseType withCodecStatus(CodecStatusType value)
withCodecStatus
in class LicenseType
public SlaveLicenseType withLicenseErrorStatus(LicenseErrorType value)
withLicenseErrorStatus
in class LicenseType
public SlaveLicenseType withLicenseType(String value)
withLicenseType
in class LicenseType
public SlaveLicenseType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class LicenseType
Copyright © 2017. All rights reserved.