|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.binding.notification.NotificationBindingImpl
public class NotificationBindingImpl
| Field Summary | |
|---|---|
protected java.net.URI |
notificationType
|
protected java.lang.String |
ntmAddress
|
| Constructor Summary | |
|---|---|
NotificationBindingImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone the binding |
java.lang.String |
getName()
Returns the binding name. |
java.net.URI |
getNotificationType()
|
java.lang.String |
getNtmAddress()
|
java.lang.String |
getURI()
Returns the binding URI. |
boolean |
isUnresolved()
Returns true if the model element is unresolved. |
void |
setName(java.lang.String name)
Sets the binding name. |
void |
setNotificationType(java.net.URI notificationType)
|
void |
setNtmAddress(java.lang.String ntmAddress)
|
void |
setUnresolved(boolean unresolved)
Sets whether the model element is unresolved. |
void |
setURI(java.lang.String uri)
Sets the binding URI. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String ntmAddress
protected java.net.URI notificationType
| Constructor Detail |
|---|
public NotificationBindingImpl()
| Method Detail |
|---|
public java.lang.Object clone()
Binding
clone in interface Bindingclone in class java.lang.Objectpublic java.lang.String getName()
Binding
getName in interface Bindingpublic void setName(java.lang.String name)
Binding
setName in interface Bindingname - the binding namepublic java.lang.String getURI()
Binding
getURI in interface Bindingpublic void setURI(java.lang.String uri)
Binding
setURI in interface Bindinguri - the binding URIpublic java.lang.String getNtmAddress()
getNtmAddress in interface NotificationBindingpublic void setNtmAddress(java.lang.String ntmAddress)
setNtmAddress in interface NotificationBindingpublic java.net.URI getNotificationType()
getNotificationType in interface NotificationBindingpublic void setNotificationType(java.net.URI notificationType)
setNotificationType in interface NotificationBindingpublic void setUnresolved(boolean unresolved)
Base
setUnresolved in interface Baseunresolved - whether the model element is unresolvedpublic boolean isUnresolved()
Base
isUnresolved in interface Base
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||