Package org.wso2.carbon.registry.ws.api
Class WSTag
- java.lang.Object
-
- org.wso2.carbon.registry.ws.api.WSTag
-
public class WSTag extends Object
The WSTag class is a web service compatible representation of org.wso2.carbon.registry.core.Tag class. The above mentioned class cannot be directly used as a argument/return type of a web service.
-
-
Constructor Summary
Constructors Constructor Description WSTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCategory()
long
getTagCount()
String
getTagName()
void
setCategory(int category)
void
setTagCount(long tagCount)
void
setTagName(String tagName)
-