public class EndpointOffer
extends java.lang.Object
Constructor and Description |
---|
EndpointOffer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocation() |
EndpointContract |
getOfferedEndpoint() |
java.lang.String |
getProtocol() |
java.lang.String |
getProtocolComment() |
boolean |
hasProtocolComment() |
void |
setLocation(java.lang.String location) |
void |
setOfferedEndpoint(EndpointContract offeredEndpoint) |
void |
setProtocol(java.lang.String protocol) |
void |
setProtocolComment(java.lang.String protocolComment) |
public void setOfferedEndpoint(EndpointContract offeredEndpoint)
public EndpointContract getOfferedEndpoint()
public void setProtocol(java.lang.String protocol)
public java.lang.String getProtocol()
public void setLocation(java.lang.String location)
public java.lang.String getLocation()
public void setProtocolComment(java.lang.String protocolComment)
public java.lang.String getProtocolComment()
public boolean hasProtocolComment()