com.moximedia.aims
Class AimsBand

java.lang.Object
  extended bycom.moximedia.aims.AimsBand
All Implemented Interfaces:
java.io.Serializable

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

Implementation of ArcIMS Band element - Release 4.0 onward.

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

Constructor Summary
AimsBand()
          Creates new AimsBand
 
Method Summary
 java.lang.String getNumber()
          Gets the value of the NUMBER attribute.
 java.lang.String getValue()
          Gets the value of the VALUE attribute.
 void setAxlAttribute(java.lang.String tag, java.lang.String name, java.lang.String value)
          Sets one of the attributes of this object using a string value.
 void setNumber(java.lang.String number)
          Sets the value of the NUMBER attribute.
 void setValue(java.lang.String value)
          Sets the value of the VALUE attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AimsBand

public AimsBand()
Creates new AimsBand

Method Detail

getNumber

public java.lang.String getNumber()
Gets the value of the NUMBER attribute.

Returns:
The value of the NUMBER attribute.

getValue

public java.lang.String getValue()
Gets the value of the VALUE attribute.

Returns:
The value of the VALUE attribute.

setNumber

public void setNumber(java.lang.String number)
Sets the value of the NUMBER attribute.

Parameters:
number - The value of the NUMBER attribute.

setValue

public void setValue(java.lang.String value)
Sets the value of the VALUE attribute.

Parameters:
value - The value of the VALUE attribute.

setAxlAttribute

public void setAxlAttribute(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 can only be called from the SAX event handler.

Parameters:
tag - The AXL element tag containing this attribute.
name - The AXL attribute name.
value - The AXL attribute value.


Internet Mapping Framework for ArcIMS Java Object Model API (v5.1.00)
Copyright © 2006 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.