public class LicenseType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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="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>
Modifier and Type | Class and Description |
---|---|
static class |
LicenseType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected CodecStatusType |
codecStatus |
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 and Description |
---|
LicenseType() |
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() |
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.EqualsStrategy strategy) |
CodecStatusType |
getCodecStatus()
Gets the value of the codecStatus 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.
|
boolean |
isSetCodecStatus() |
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 |
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 |
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) |
protected String expiryDate
protected SystemInfoType macaddresses
protected String fileStatus
protected LicenseNumberType storageNumber
protected LicenseNumberType userNumber
protected LicenseNumberType itemNumber
protected LicenseNumberType transcoderNumber
protected String endCustomerCompanyname
protected String endCustomerCompanyContactEmail
protected String resellerCompanyName
protected String resellerCompanyContactEmail
protected String licenseStatus
protected CodecStatusType codecStatus
protected LicenseErrorType licenseErrorStatus
protected String licenseType
public String getExpiryDate()
String
public void setExpiryDate(String value)
value
- allowed object is
String
public boolean isSetExpiryDate()
public SystemInfoType getMacaddresses()
SystemInfoType
public void setMacaddresses(SystemInfoType value)
value
- allowed object is
SystemInfoType
public boolean isSetMacaddresses()
public String getFileStatus()
String
public void setFileStatus(String value)
value
- allowed object is
String
public boolean isSetFileStatus()
public LicenseNumberType getStorageNumber()
LicenseNumberType
public void setStorageNumber(LicenseNumberType value)
value
- allowed object is
LicenseNumberType
public boolean isSetStorageNumber()
public LicenseNumberType getUserNumber()
LicenseNumberType
public void setUserNumber(LicenseNumberType value)
value
- allowed object is
LicenseNumberType
public boolean isSetUserNumber()
public LicenseNumberType getItemNumber()
LicenseNumberType
public void setItemNumber(LicenseNumberType value)
value
- allowed object is
LicenseNumberType
public boolean isSetItemNumber()
public LicenseNumberType getTranscoderNumber()
LicenseNumberType
public void setTranscoderNumber(LicenseNumberType value)
value
- allowed object is
LicenseNumberType
public boolean isSetTranscoderNumber()
public String getEndCustomerCompanyname()
String
public void setEndCustomerCompanyname(String value)
value
- allowed object is
String
public boolean isSetEndCustomerCompanyname()
public String getEndCustomerCompanyContactEmail()
String
public void setEndCustomerCompanyContactEmail(String value)
value
- allowed object is
String
public boolean isSetEndCustomerCompanyContactEmail()
public String getResellerCompanyName()
String
public void setResellerCompanyName(String value)
value
- allowed object is
String
public boolean isSetResellerCompanyName()
public String getResellerCompanyContactEmail()
String
public void setResellerCompanyContactEmail(String value)
value
- allowed object is
String
public boolean isSetResellerCompanyContactEmail()
public String getLicenseStatus()
String
public void setLicenseStatus(String value)
value
- allowed object is
String
public boolean isSetLicenseStatus()
public CodecStatusType getCodecStatus()
CodecStatusType
public void setCodecStatus(CodecStatusType value)
value
- allowed object is
CodecStatusType
public boolean isSetCodecStatus()
public LicenseErrorType getLicenseErrorStatus()
LicenseErrorType
public void setLicenseErrorStatus(LicenseErrorType value)
value
- allowed object is
LicenseErrorType
public boolean isSetLicenseErrorStatus()
public String getLicenseType()
String
public void setLicenseType(String value)
value
- allowed object is
String
public boolean isSetLicenseType()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public LicenseType withExpiryDate(String value)
public LicenseType withMacaddresses(SystemInfoType value)
public LicenseType withFileStatus(String value)
public LicenseType withStorageNumber(LicenseNumberType value)
public LicenseType withUserNumber(LicenseNumberType value)
public LicenseType withItemNumber(LicenseNumberType value)
public LicenseType withTranscoderNumber(LicenseNumberType value)
public LicenseType withEndCustomerCompanyname(String value)
public LicenseType withEndCustomerCompanyContactEmail(String value)
public LicenseType withResellerCompanyName(String value)
public LicenseType withResellerCompanyContactEmail(String value)
public LicenseType withLicenseStatus(String value)
public LicenseType withCodecStatus(CodecStatusType value)
public LicenseType withLicenseErrorStatus(LicenseErrorType value)
public LicenseType withLicenseType(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public LicenseType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.