public class LicenseType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | 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() |
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 |
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()
Stringpublic void setExpiryDate(String value)
value - allowed object is
Stringpublic boolean isSetExpiryDate()
public SystemInfoType getMacaddresses()
SystemInfoTypepublic void setMacaddresses(SystemInfoType value)
value - allowed object is
SystemInfoTypepublic boolean isSetMacaddresses()
public String getFileStatus()
Stringpublic void setFileStatus(String value)
value - allowed object is
Stringpublic boolean isSetFileStatus()
public LicenseNumberType getStorageNumber()
LicenseNumberTypepublic void setStorageNumber(LicenseNumberType value)
value - allowed object is
LicenseNumberTypepublic boolean isSetStorageNumber()
public LicenseNumberType getUserNumber()
LicenseNumberTypepublic void setUserNumber(LicenseNumberType value)
value - allowed object is
LicenseNumberTypepublic boolean isSetUserNumber()
public LicenseNumberType getItemNumber()
LicenseNumberTypepublic void setItemNumber(LicenseNumberType value)
value - allowed object is
LicenseNumberTypepublic boolean isSetItemNumber()
public LicenseNumberType getTranscoderNumber()
LicenseNumberTypepublic void setTranscoderNumber(LicenseNumberType value)
value - allowed object is
LicenseNumberTypepublic boolean isSetTranscoderNumber()
public String getEndCustomerCompanyname()
Stringpublic void setEndCustomerCompanyname(String value)
value - allowed object is
Stringpublic boolean isSetEndCustomerCompanyname()
public String getEndCustomerCompanyContactEmail()
Stringpublic void setEndCustomerCompanyContactEmail(String value)
value - allowed object is
Stringpublic boolean isSetEndCustomerCompanyContactEmail()
public String getResellerCompanyName()
Stringpublic void setResellerCompanyName(String value)
value - allowed object is
Stringpublic boolean isSetResellerCompanyName()
public String getResellerCompanyContactEmail()
Stringpublic void setResellerCompanyContactEmail(String value)
value - allowed object is
Stringpublic boolean isSetResellerCompanyContactEmail()
public String getLicenseStatus()
Stringpublic void setLicenseStatus(String value)
value - allowed object is
Stringpublic boolean isSetLicenseStatus()
public CodecStatusType getCodecStatus()
CodecStatusTypepublic void setCodecStatus(CodecStatusType value)
value - allowed object is
CodecStatusTypepublic boolean isSetCodecStatus()
public LicenseErrorType getLicenseErrorStatus()
LicenseErrorTypepublic void setLicenseErrorStatus(LicenseErrorType value)
value - allowed object is
LicenseErrorTypepublic boolean isSetLicenseErrorStatus()
public String getLicenseType()
Stringpublic void setLicenseType(String value)
value - allowed object is
Stringpublic boolean isSetLicenseType()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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)
Copyright © 2015. All rights reserved.