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 Details

    • WSTag

      public WSTag()
  • Method Details

    • getCategory

      public int getCategory()
    • setCategory

      public void setCategory(int category)
    • getTagName

      public String getTagName()
    • setTagName

      public void setTagName(String tagName)
    • getTagCount

      public long getTagCount()
    • setTagCount

      public void setTagCount(long tagCount)