org.objectweb.jotm.btp.messages
Class Address

java.lang.Object
  |
  +--org.objectweb.jotm.btp.messages.Address

public class Address
extends Object


Constructor Summary
Address(String add)
           
Address(XElement el)
           
 
Method Summary
 String getAddress()
           
 void setAddress(String add)
           
 XElement toXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address(String add)

Address

public Address(XElement el)
Method Detail

setAddress

public void setAddress(String add)

getAddress

public String getAddress()

toXml

public XElement toXml()