org.geotools.styling
Class RemoteOWSImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.RemoteOWSImpl
All Implemented Interfaces:
GTComponent, RemoteOWS

public class RemoteOWSImpl
extends AbstractGTComponent
implements RemoteOWS


Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
RemoteOWSImpl()
           
 
Method Summary
 java.lang.String getOnlineResource()
           
 java.lang.String getService()
           
 void setOnlineResource(java.lang.String onlineResource)
           
 void setService(java.lang.String service)
           
 
Methods inherited from class org.geotools.event.AbstractGTComponent
changed, clone, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteOWSImpl

public RemoteOWSImpl()
Method Detail

getService

public java.lang.String getService()
Specified by:
getService in interface RemoteOWS

setService

public void setService(java.lang.String service)
Specified by:
setService in interface RemoteOWS

getOnlineResource

public java.lang.String getOnlineResource()
Specified by:
getOnlineResource in interface RemoteOWS

setOnlineResource

public void setOnlineResource(java.lang.String onlineResource)
Specified by:
setOnlineResource in interface RemoteOWS


Copyright © GeoTools. All Rights Reserved.