Package com.adyen.model.nexo
Class SaleSoftware
- java.lang.Object
-
- com.adyen.model.nexo.SaleSoftware
-
public class SaleSoftware extends Object
Definition: Information related to the software of the Sale System which manages the Sale to POI protocol. -- Usage: Allows in a session to identify the product features of a Sale System.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapplicationNameThe Application name.protected StringcertificationCodeThe Certification code.protected StringmanufacturerIDThe Manufacturer id.protected StringsoftwareVersionThe Software version.
-
Constructor Summary
Constructors Constructor Description SaleSoftware()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationName()Gets the value of the applicationName property.StringgetCertificationCode()Gets the value of the certificationCode property.StringgetManufacturerID()Gets the value of the manufacturerID property.StringgetSoftwareVersion()Gets the value of the softwareVersion property.voidsetApplicationName(String value)Sets the value of the applicationName property.voidsetCertificationCode(String value)Sets the value of the certificationCode property.voidsetManufacturerID(String value)Sets the value of the manufacturerID property.voidsetSoftwareVersion(String value)Sets the value of the softwareVersion property.
-
-
-
Method Detail
-
getManufacturerID
public String getManufacturerID()
Gets the value of the manufacturerID property.- Returns:
- possible object is
String
-
setManufacturerID
public void setManufacturerID(String value)
Sets the value of the manufacturerID property.- Parameters:
value- allowed object isString
-
getApplicationName
public String getApplicationName()
Gets the value of the applicationName property.- Returns:
- possible object is
String
-
setApplicationName
public void setApplicationName(String value)
Sets the value of the applicationName property.- Parameters:
value- allowed object isString
-
getSoftwareVersion
public String getSoftwareVersion()
Gets the value of the softwareVersion property.- Returns:
- possible object is
String
-
setSoftwareVersion
public void setSoftwareVersion(String value)
Sets the value of the softwareVersion property.- Parameters:
value- allowed object isString
-
getCertificationCode
public String getCertificationCode()
Gets the value of the certificationCode property.- Returns:
- possible object is
String
-
-