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()
Stringpublic void setTerminalName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTerminalTypeId()
Stringpublic void setTerminalTypeId(java.lang.String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
public java.lang.String getProviderName()
Stringpublic void setProviderName(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.