public class SaleSoftware extends Object
Java class for SaleSoftware complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleSoftware">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ManufacturerID" use="required" type="{}ManufacturerID" />
<attribute name="ApplicationName" use="required" type="{}ApplicationName" />
<attribute name="SoftwareVersion" use="required" type="{}SoftwareVersion" />
<attribute name="CertificationCode" use="required" type="{}CertificationCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName
The Application name.
|
protected String |
certificationCode
The Certification code.
|
protected String |
manufacturerID
The Manufacturer id.
|
protected String |
softwareVersion
The Software version.
|
| Constructor and Description |
|---|
SaleSoftware() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Gets the value of the applicationName property.
|
String |
getCertificationCode()
Gets the value of the certificationCode property.
|
String |
getManufacturerID()
Gets the value of the manufacturerID property.
|
String |
getSoftwareVersion()
Gets the value of the softwareVersion property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setCertificationCode(String value)
Sets the value of the certificationCode property.
|
void |
setManufacturerID(String value)
Sets the value of the manufacturerID property.
|
void |
setSoftwareVersion(String value)
Sets the value of the softwareVersion property.
|
protected String manufacturerID
protected String applicationName
protected String softwareVersion
protected String certificationCode
public String getManufacturerID()
Stringpublic void setManufacturerID(String value)
value - allowed object is Stringpublic String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is Stringpublic String getSoftwareVersion()
Stringpublic void setSoftwareVersion(String value)
value - allowed object is Stringpublic String getCertificationCode()
StringCopyright © 2022. All rights reserved.