public class CxEngineServer extends Object
Java class for CxEngineServer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxEngineServer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxScans" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="serverName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxScanLoc" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="minScanLoc" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected int |
maxScanLoc |
protected int |
maxScans |
protected int |
minScanLoc |
protected String |
serverName |
protected String |
uri |
| Constructor and Description |
|---|
CxEngineServer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
int |
getMaxScanLoc()
Gets the value of the maxScanLoc property.
|
int |
getMaxScans()
Gets the value of the maxScans property.
|
int |
getMinScanLoc()
Gets the value of the minScanLoc property.
|
String |
getServerName()
Gets the value of the serverName property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setMaxScanLoc(int value)
Sets the value of the maxScanLoc property.
|
void |
setMaxScans(int value)
Sets the value of the maxScans property.
|
void |
setMinScanLoc(int value)
Sets the value of the minScanLoc property.
|
void |
setServerName(String value)
Sets the value of the serverName property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected long id
protected String uri
protected int maxScans
protected String serverName
protected int maxScanLoc
protected int minScanLoc
public long getId()
public void setId(long value)
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic int getMaxScans()
public void setMaxScans(int value)
public String getServerName()
Stringpublic void setServerName(String value)
value - allowed object is
Stringpublic int getMaxScanLoc()
public void setMaxScanLoc(int value)
public int getMinScanLoc()
public void setMinScanLoc(int value)
Copyright © 2020. All rights reserved.