public class AvailableServiceBean extends Object implements Serializable
| Constructor and Description |
|---|
AvailableServiceBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDefinitionType |
getDefinitionType() |
String |
getDefinitionUrl() |
String |
getDescription() |
String |
getEndpoint() |
EndpointType |
getEndpointType() |
String |
getName() |
void |
setDefinitionType(ServiceDefinitionType definitionType) |
void |
setDefinitionUrl(String definitionUrl) |
void |
setDescription(String description) |
void |
setEndpoint(String endpoint) |
void |
setEndpointType(EndpointType endpointType) |
void |
setName(String name) |
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getDefinitionUrl()
public void setDefinitionUrl(String definitionUrl)
definitionUrl - the definitionUrl to setpublic ServiceDefinitionType getDefinitionType()
public void setDefinitionType(ServiceDefinitionType definitionType)
definitionType - the definitionType to setpublic EndpointType getEndpointType()
public void setEndpointType(EndpointType endpointType)
endpointType - the endpointType to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.