|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.components.AsnRequestOptions
public class AsnRequestOptions
Options associated with an assertion request.
Constructor Summary | |
---|---|
AsnRequestOptions()
Default constructor |
Method Summary | |
---|---|
String |
getIPAddress()
Gets the IP address associated with the request. |
int |
getMaxRecords()
Gets the maximum number of records to return. |
int |
getMaxRecordsThreshold()
Gets the threshold for the maximum number of record to return. |
String |
getPredicate()
Gets the predicate associated with the request. |
int |
getStartRecord()
Gets the starting record. |
String |
getSubject()
Gets the subject associated with the request. |
String |
getValue()
Gets the value associated with the request predicate. |
void |
setIPAddress(String ipAddress)
Sets the IP address associated with the request. |
void |
setMaxRecords(int maxRecords)
Sets the maximum number of records to return. |
void |
setMaxRecordsThreshold(int maxRecordsThreshold)
Sets the threshold for the maximum number of record to return. |
void |
setPredicate(String predicate)
Sets the predicate associated with the request. |
void |
setStartRecord(int startRecord)
Sets the starting record. |
void |
setSubject(String subject)
Sets the subject associated with the request. |
void |
setValue(String value)
Sets the value associated with the request predicate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnRequestOptions()
Method Detail |
---|
public String getIPAddress()
public void setIPAddress(String ipAddress)
ipAddress
- the IP addresspublic int getMaxRecords()
public void setMaxRecords(int maxRecords)
maxRecords
- maximum number of records to returnpublic int getMaxRecordsThreshold()
public void setMaxRecordsThreshold(int maxRecordsThreshold)
maxRecordsThreshold
- the maximum number of records threshholdpublic String getPredicate()
public void setPredicate(String predicate)
predicate
- the request predicatepublic int getStartRecord()
public void setStartRecord(int startRecord)
startRecord
- the starting recordpublic String getSubject()
public void setSubject(String subject)
subject
- the request subjectpublic String getValue()
public void setValue(String value)
value
- the request predicate value
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |