|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.ogcbasic.BaseURL_Impl
This is the base interface of all capabilities URL-fields. The
----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
format
|
private java.net.URL |
onlineResource
|
Constructor Summary | |
BaseURL_Impl(java.lang.String format,
java.net.URL onlineResource)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
getFormat()
returns the MIME type of the resource |
java.net.URL |
getOnlineResource()
returns the address (URL) of the resource |
void |
setFormat(java.lang.String format)
sets the MIME type of the resource |
void |
setOnlineResource(java.net.URL onlineResource)
returns the address (URL) of the resource |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String format
private java.net.URL onlineResource
Constructor Detail |
public BaseURL_Impl(java.lang.String format, java.net.URL onlineResource)
Method Detail |
public java.lang.String getFormat()
getFormat
in interface BaseURL
public void setFormat(java.lang.String format)
public java.net.URL getOnlineResource()
getOnlineResource
in interface BaseURL
public void setOnlineResource(java.net.URL onlineResource)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |