|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.licencetype.XLptsLicenceType
public class XLptsLicenceType
XSD Generated Class: This type holds the licence information for JUT.
Java class for XLptsLicenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsLicenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="no-of-licences" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="software-owner" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="licence-type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="licenced-to" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="only-on-os" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="only-on-ip" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="only-on-mac" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rights" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="violations" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="expiry-date" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="byteData1" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/> <element name="byteData2" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/> <element name="byteData3" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/> <element name="byteData4" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected byte[] |
byteData1
|
protected byte[] |
byteData2
|
protected byte[] |
byteData3
|
protected byte[] |
byteData4
|
protected java.lang.String |
description
|
protected java.lang.String |
expiryDate
|
protected java.lang.String |
id
|
protected java.lang.String |
licencedTo
|
protected java.lang.String |
licenceType
|
protected int |
noOfLicences
|
protected java.lang.String |
onlyOnIp
|
protected java.lang.String |
onlyOnMac
|
protected java.lang.String |
onlyOnOs
|
protected java.lang.String |
rights
|
protected java.lang.String |
softwareOwner
|
protected java.lang.String |
title
|
protected java.lang.String |
violations
|
Constructor Summary | |
---|---|
XLptsLicenceType()
|
Method Summary | |
---|---|
byte[] |
getByteData1()
Gets the value of the byteData1 property. |
byte[] |
getByteData2()
Gets the value of the byteData2 property. |
byte[] |
getByteData3()
Gets the value of the byteData3 property. |
byte[] |
getByteData4()
Gets the value of the byteData4 property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getExpiryDate()
Gets the value of the expiryDate property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getLicencedTo()
Gets the value of the licencedTo property. |
java.lang.String |
getLicenceType()
Gets the value of the licenceType property. |
int |
getNoOfLicences()
Gets the value of the noOfLicences property. |
java.lang.String |
getOnlyOnIp()
Gets the value of the onlyOnIp property. |
java.lang.String |
getOnlyOnMac()
Gets the value of the onlyOnMac property. |
java.lang.String |
getOnlyOnOs()
Gets the value of the onlyOnOs property. |
java.lang.String |
getRights()
Gets the value of the rights property. |
java.lang.String |
getSoftwareOwner()
Gets the value of the softwareOwner property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getViolations()
Gets the value of the violations property. |
void |
setByteData1(byte[] value)
Sets the value of the byteData1 property. |
void |
setByteData2(byte[] value)
Sets the value of the byteData2 property. |
void |
setByteData3(byte[] value)
Sets the value of the byteData3 property. |
void |
setByteData4(byte[] value)
Sets the value of the byteData4 property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setExpiryDate(java.lang.String value)
Sets the value of the expiryDate property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLicencedTo(java.lang.String value)
Sets the value of the licencedTo property. |
void |
setLicenceType(java.lang.String value)
Sets the value of the licenceType property. |
void |
setNoOfLicences(int value)
Sets the value of the noOfLicences property. |
void |
setOnlyOnIp(java.lang.String value)
Sets the value of the onlyOnIp property. |
void |
setOnlyOnMac(java.lang.String value)
Sets the value of the onlyOnMac property. |
void |
setOnlyOnOs(java.lang.String value)
Sets the value of the onlyOnOs property. |
void |
setRights(java.lang.String value)
Sets the value of the rights property. |
void |
setSoftwareOwner(java.lang.String value)
Sets the value of the softwareOwner property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setViolations(java.lang.String value)
Sets the value of the violations property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte[] byteData1
protected byte[] byteData2
protected byte[] byteData3
protected byte[] byteData4
protected java.lang.String description
protected java.lang.String expiryDate
protected java.lang.String id
protected java.lang.String licencedTo
protected java.lang.String licenceType
protected int noOfLicences
protected java.lang.String onlyOnIp
protected java.lang.String onlyOnMac
protected java.lang.String onlyOnOs
protected java.lang.String rights
protected java.lang.String softwareOwner
protected java.lang.String title
protected java.lang.String violations
Constructor Detail |
---|
public XLptsLicenceType()
Method Detail |
---|
public byte[] getByteData1()
String
public byte[] getByteData2()
String
public byte[] getByteData3()
String
public byte[] getByteData4()
String
public java.lang.String getDescription()
String
public java.lang.String getExpiryDate()
String
public java.lang.String getId()
String
public java.lang.String getLicencedTo()
String
public java.lang.String getLicenceType()
String
public int getNoOfLicences()
public java.lang.String getOnlyOnIp()
String
public java.lang.String getOnlyOnMac()
String
public java.lang.String getOnlyOnOs()
String
public java.lang.String getRights()
String
public java.lang.String getSoftwareOwner()
String
public java.lang.String getTitle()
String
public java.lang.String getViolations()
String
public void setByteData1(byte[] value)
value
- allowed object is
String
public void setByteData2(byte[] value)
value
- allowed object is
String
public void setByteData3(byte[] value)
value
- allowed object is
String
public void setByteData4(byte[] value)
value
- allowed object is
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public void setExpiryDate(java.lang.String value)
value
- allowed object is
String
public void setId(java.lang.String value)
value
- allowed object is
String
public void setLicencedTo(java.lang.String value)
value
- allowed object is
String
public void setLicenceType(java.lang.String value)
value
- allowed object is
String
public void setNoOfLicences(int value)
public void setOnlyOnIp(java.lang.String value)
value
- allowed object is
String
public void setOnlyOnMac(java.lang.String value)
value
- allowed object is
String
public void setOnlyOnOs(java.lang.String value)
value
- allowed object is
String
public void setRights(java.lang.String value)
value
- allowed object is
String
public void setSoftwareOwner(java.lang.String value)
value
- allowed object is
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public void setViolations(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |