|
|||||||||
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 Binding
clone
in class java.lang.Object
public java.lang.String getName()
Binding
getName
in interface Binding
public void setName(java.lang.String name)
Binding
setName
in interface Binding
name
- the binding namepublic java.lang.String getURI()
Binding
getURI
in interface Binding
public void setURI(java.lang.String uri)
Binding
setURI
in interface Binding
uri
- the binding URIpublic java.lang.String getNtmAddress()
getNtmAddress
in interface NotificationBinding
public void setNtmAddress(java.lang.String ntmAddress)
setNtmAddress
in interface NotificationBinding
public java.net.URI getNotificationType()
getNotificationType
in interface NotificationBinding
public void setNotificationType(java.net.URI notificationType)
setNotificationType
in interface NotificationBinding
public void setUnresolved(boolean unresolved)
Base
setUnresolved
in interface Base
unresolved
- 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 |