public class TerminalEventRequest
extends java.lang.Object
Java class for TerminalEventRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminalEventRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="terminalId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="terminalName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="terminalTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="providerName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TerminalEventRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProviderName()
Gets the value of the providerName property.
|
int |
getTerminalId()
Gets the value of the terminalId property.
|
java.lang.String |
getTerminalName()
Gets the value of the terminalName property.
|
java.lang.String |
getTerminalTypeId()
Gets the value of the terminalTypeId property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setProviderName(java.lang.String value)
Sets the value of the providerName property.
|
void |
setTerminalId(int value)
Sets the value of the terminalId property.
|
void |
setTerminalName(java.lang.String value)
Sets the value of the terminalName property.
|
void |
setTerminalTypeId(java.lang.String value)
Sets the value of the terminalTypeId property.
|
public int getTerminalId()
public void setTerminalId(int value)
public java.lang.String getTerminalName()
String
public void setTerminalName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTerminalTypeId()
String
public void setTerminalTypeId(java.lang.String value)
value
- allowed object is
String
public boolean isEnabled()
public void setEnabled(boolean value)
public java.lang.String getProviderName()
String
public void setProviderName(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.