org.wso2.wsas.feed.rss
Class ServiceElement
java.lang.Object
org.wso2.wsas.feed.rss.ServiceElement
- public class ServiceElement
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_ADD
public static final int SERVICE_ADD
- See Also:
- Constant Field Values
SERVICE_REMOVE
public static final int SERVICE_REMOVE
- See Also:
- Constant Field Values
SERVICE_UPDATE
public static final int SERVICE_UPDATE
- See Also:
- Constant Field Values
SERVICE_STOP
public static final int SERVICE_STOP
- See Also:
- Constant Field Values
SERVICE_START
public static final int SERVICE_START
- See Also:
- Constant Field Values
ServiceElement
public ServiceElement()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getOperations
public java.util.List getOperations()
setOperations
public void setOperations(java.util.List operations)
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
getModules
public java.util.List getModules()
setModules
public void setModules(java.util.List modules)
getOMElement
public org.apache.axiom.om.OMElement getOMElement(org.apache.axiom.om.OMFactory fac)
setEventType
public void setEventType(int eventType)
isUpdate
public boolean isUpdate()
setUpdate
public void setUpdate(boolean update)
setRssType
public void setRssType(boolean rssType)