tigase.disco
Class ServiceIdentity

java.lang.Object
  extended by tigase.disco.ServiceIdentity

public class ServiceIdentity
extends Object

Describe class ServiceIdentity here. Created: Sat Feb 10 13:34:54 2007

Version:
$Rev: 630 $
Author:
Artur Hefczyc

Constructor Summary
ServiceIdentity(String category, String type, String name)
          Creates a new ServiceIdentity instance.
 
Method Summary
 String getCategory()
           
 tigase.xml.Element getElement()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceIdentity

public ServiceIdentity(String category,
                       String type,
                       String name)
Creates a new ServiceIdentity instance.

Method Detail

getCategory

public String getCategory()

getType

public String getType()

getName

public String getName()

getElement

public tigase.xml.Element getElement()


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.