public class SaleSoftwareType extends Object
Java class for SaleSoftwareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleSoftwareType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ManufacturerID" use="required" type="{}ManufacturerIDType" />
<attribute name="ApplicationName" use="required" type="{}ApplicationNameType" />
<attribute name="SoftwareVersion" use="required" type="{}SoftwareVersionType" />
<attribute name="CertificationCode" use="required" type="{}CertificationCodeType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName |
protected String |
certificationCode |
protected String |
manufacturerID |
protected String |
softwareVersion |
| Constructor and Description |
|---|
SaleSoftwareType() |
| 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 © 2018. All rights reserved.