public class MessageDestination extends CompatibilityDescriptionGroup
<?xml version="1.0" encoding="UTF-8"?><message-destination xmlns:com.ibm.etools.j2ee.common="common.xmi" xmlns:com.ibm.etools.webservice.wsclient="webservice_client.xmi" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:org.eclipse.jem.java="java.xmi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><message-destination-name>
CorporateStocks
</message-destination-name>
</message-destination>
Java class for MessageDestination complex type.
The following schema fragment specifies the expected content contained
within this class.
<complexType name="MessageDestination">
<complexContent>
<extension base="{common.xmi}CompatibilityDescriptionGroup">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
description, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
MessageDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected String name
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.