com.moximedia.ows.website
Class FindLocationType

java.lang.Object
  extended bycom.moximedia.ows.website.FindLocationType
All Implemented Interfaces:
java.io.Serializable

public class FindLocationType
extends java.lang.Object
implements java.io.Serializable

Author:
Doug Cates - www.moximedia.com
See Also:
Serialized Form

Constructor Summary
FindLocationType()
          Creates new FindLocationType
 
Method Summary
 java.lang.String getTarget()
          Gets the target frame name where the URL will open.
 java.lang.String getType()
          Gets the type or name of the object.
 java.lang.String getUrl()
          Gets the url to be executed when the user selects the option.
 void setXmlAttribute(Config conf, java.lang.String tag, java.lang.String name, java.lang.String value)
          Sets one of the attributes of this object using a string value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindLocationType

public FindLocationType()
Creates new FindLocationType

Method Detail

getType

public java.lang.String getType()
Gets the type or name of the object.

Returns:
The type attribute.

getUrl

public java.lang.String getUrl()
Gets the url to be executed when the user selects the option.

Returns:
The URL string.

getTarget

public java.lang.String getTarget()
Gets the target frame name where the URL will open.

Returns:
The frame name.

setXmlAttribute

public void setXmlAttribute(Config conf,
                            java.lang.String tag,
                            java.lang.String name,
                            java.lang.String value)
Sets one of the attributes of this object using a string value. This method should only be called from the SAX event handler.

Parameters:
conf - The site configuration object.
tag - The XML element tag containing this attribute.
name - The XML attribute name.
value - The XML attribute value.


Internet Mapping Framework for OpenGIS Java Object Model API (v1.3.007)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.