tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoInfoModule.Identity

java.lang.Object
  extended by tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.Identity
Enclosing class:
DiscoInfoModule

public static class DiscoInfoModule.Identity
extends Object


Constructor Summary
DiscoInfoModule.Identity()
           
 
Method Summary
 String getCategory()
           
 String getName()
           
 String getType()
           
 void setCategory(String category)
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoInfoModule.Identity

public DiscoInfoModule.Identity()
Method Detail

getCategory

public String getCategory()

getName

public String getName()

getType

public String getType()

setCategory

public void setCategory(String category)

setName

public void setName(String name)

setType

public void setType(String type)


Copyright © 2006-2012 Tigase. All Rights Reserved.