|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.common.DescriptionGroup
org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup
org.apache.openejb.jee.was.v6.common.MessageDestination
public class MessageDestination
<?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>
Field Summary | |
---|---|
protected String |
name
|
Fields inherited from class org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup |
---|
description, displayName, largeIcon, smallIcon |
Fields inherited from class org.apache.openejb.jee.was.v6.common.DescriptionGroup |
---|
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version |
Constructor Summary | |
---|---|
MessageDestination()
|
Method Summary | |
---|---|
String |
getName()
Gets the value of the name property. |
void |
setName(String value)
Sets the value of the name property. |
Methods inherited from class org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup |
---|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcon |
Methods inherited from class org.apache.openejb.jee.was.v6.common.DescriptionGroup |
---|
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
Constructor Detail |
---|
public MessageDestination()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |