|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.arcgis.metadata.AGSTarget
public class AGSTarget
Holds properties associated with an ArcGIS Server and the type of resource targetted for processing.
| Nested Class Summary | |
|---|---|
static class |
AGSTarget.TargetType
The type of resource that ws targettted on the ArcGIS server. |
| Constructor Summary | |
|---|---|
AGSTarget()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getRestUrl()
Gets the URL to the REST services endpoint of the ArcGIS server. |
String |
getSoapUrl()
Gets the URL to the SOAP services endpoint of the ArcGIS server. |
String |
getTargetSoapUrl()
Gets target SOAP URL. |
AGSTarget.TargetType |
getTargetType()
Gets the type of resource that is targeted for processing. |
String |
getTargetUrl()
Gets the URL to the targetted resource. |
boolean |
getWasRecognized()
Gets the status indicacating whether or not the target was recognized. |
void |
setRestUrl(String url)
Sets the URL to the REST services endpoint of the ArcGIS server. |
void |
setSoapUrl(String url)
Sets the SOAP URL for the service. |
void |
setTargetSoapUrl(String targetSoapUrl)
Sets target SOAP URL. |
void |
setTargetType(AGSTarget.TargetType type)
Sets the type of resource that is targetted for processing. |
void |
setTargetUrl(String url)
Sets the URL to the targetted resource. |
void |
setWasRecognized(boolean wasRecognized)
Sets the status indicacating whether or not the target was recognized. |
String |
toString()
Returns a string representation of the object. |
void |
updateTargetSoapUrl()
Update target SOAP URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AGSTarget()
| Method Detail |
|---|
public String getRestUrl()
public void setRestUrl(String url)
url - the REST URLpublic String getSoapUrl()
public void setSoapUrl(String url)
url - the SOAP URLpublic String getTargetUrl()
public void setTargetUrl(String url)
url - the targetted resource URLpublic String getTargetSoapUrl()
public void setTargetSoapUrl(String targetSoapUrl)
targetSoapUrl - target SOAP URLpublic void updateTargetSoapUrl()
public AGSTarget.TargetType getTargetType()
public void setTargetType(AGSTarget.TargetType type)
type - the target typepublic boolean getWasRecognized()
public void setWasRecognized(boolean wasRecognized)
wasRecognized - true if the target was recognizedpublic String toString()
toString in class Object
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||