edu.ou.kmi.buddyspace.plugins.maps.xml
Class ItemTagBuilder

java.lang.Object
  |
  +--edu.ou.kmi.buddyspace.plugins.maps.xml.ItemTagBuilder

public class ItemTagBuilder
extends java.lang.Object

ItemTagBuilder is used to construct ItemTag objects


Constructor Summary
ItemTagBuilder()
          Creates a new ItemTagBuilder instance.
 
Method Summary
 Extension build()
          build a new ItemTag object
 JID getJID()
           
 java.lang.String getLat()
           
 java.lang.String getLon()
           
 void reset()
          reset the builder to a default state, so it can be reused.
 void setJID(JID newJID)
           
 void setLat(java.lang.String newLat)
           
 void setLon(java.lang.String newLon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemTagBuilder

public ItemTagBuilder()
Creates a new ItemTagBuilder instance.

Method Detail

reset

public void reset()
reset the builder to a default state, so it can be reused.


setJID

public void setJID(JID newJID)

setLat

public void setLat(java.lang.String newLat)

setLon

public void setLon(java.lang.String newLon)

getJID

public JID getJID()

getLat

public java.lang.String getLat()

getLon

public java.lang.String getLon()

build

public Extension build()
                throws java.lang.InstantiationException
build a new ItemTag object

Returns:
an Extension value
Throws:
java.lang.InstantiationException - if insufficient or incorrect data was proviced.