public interface MessageDestinationType
The following features are supported:
Webapp25Package.getMessageDestinationType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
|
|
getIcon()
Returns the value of the 'Icon' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' containment reference.
|
String |
getMessageDestinationName()
Returns the value of the 'Message Destination Name' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMappedName(XsdStringType value)
Sets the value of the '
Mapped Name' containment reference. |
void |
setMessageDestinationName(String value)
Sets the value of the '
Message Destination Name' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getMessageDestinationType_Description()getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getMessageDestinationType_DisplayName()getIcon()
IconType.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.getMessageDestinationType_Icon()String getMessageDestinationName()
setMessageDestinationName(org.eclipse.modisco.jee.webapp.webapp25.String),
Webapp25Package.getMessageDestinationType_MessageDestinationName()void setMessageDestinationName(String value)
Message Destination Name' containment reference.
value - the new value of the 'Message Destination Name' containment reference.getMessageDestinationName()XsdStringType getMappedName()
setMappedName(XsdStringType),
Webapp25Package.getMessageDestinationType_MappedName()void setMappedName(XsdStringType value)
Mapped Name' containment reference.
value - the new value of the 'Mapped Name' containment reference.getMappedName()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp25Package.getMessageDestinationType_Id()