public class ServiceBean extends Object implements Serializable
Constructor and Description |
---|
ServiceBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
QName |
getApplication() |
QName |
getName() |
List<ReferenceSummaryBean> |
getReferences() |
String |
getServiceGraph() |
String |
getServiceId() |
String |
getServiceInterface() |
void |
setApplication(QName application) |
void |
setName(QName name) |
void |
setReferences(List<ReferenceSummaryBean> references) |
void |
setServiceGraph(String serviceGraph) |
void |
setServiceId(String serviceId) |
void |
setServiceInterface(String serviceInterface) |
public String getServiceId()
public QName getName()
public QName getApplication()
public String getServiceInterface()
public List<ReferenceSummaryBean> getReferences()
public String getServiceGraph()
public void setReferences(List<ReferenceSummaryBean> references)
references
- the references to setpublic void setServiceId(String serviceId)
serviceId
- the serviceId to setpublic void setName(QName name)
name
- the name to setpublic void setApplication(QName application)
application
- the application to setpublic void setServiceInterface(String serviceInterface)
serviceInterface
- the serviceInterface to setpublic void setServiceGraph(String serviceGraph)
serviceGraph
- the serviceGraph to setCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.