public class MessageDestinationType extends Object
Java-Klasse für message-destinationType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="message-destinationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="message-destination-name" type="{http://java.sun.com/xml/ns/javaee}string"/> <element name="mapped-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <element name="lookup-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DescriptionType> |
description |
protected List<DisplayNameType> |
displayName |
protected List<IconType> |
icon |
protected String |
id |
protected XsdStringType |
lookupName |
protected XsdStringType |
mappedName |
protected String |
messageDestinationName |
Constructor and Description |
---|
MessageDestinationType() |
Modifier and Type | Method and Description |
---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
List<IconType> |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
XsdStringType |
getLookupName()
Ruft den Wert der lookupName-Eigenschaft ab.
|
XsdStringType |
getMappedName()
Ruft den Wert der mappedName-Eigenschaft ab.
|
String |
getMessageDestinationName()
Ruft den Wert der messageDestinationName-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setLookupName(XsdStringType value)
Legt den Wert der lookupName-Eigenschaft fest.
|
void |
setMappedName(XsdStringType value)
Legt den Wert der mappedName-Eigenschaft fest.
|
void |
setMessageDestinationName(String value)
Legt den Wert der messageDestinationName-Eigenschaft fest.
|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected String messageDestinationName
protected XsdStringType mappedName
protected XsdStringType lookupName
protected String id
public List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<DisplayNameType> getDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public List<IconType> getIcon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public String getMessageDestinationName()
String
public void setMessageDestinationName(String value)
value
- allowed object is
String
public XsdStringType getMappedName()
XsdStringType
public void setMappedName(XsdStringType value)
value
- allowed object is
XsdStringType
public XsdStringType getLookupName()
XsdStringType
public void setLookupName(XsdStringType value)
value
- allowed object is
XsdStringType
Copyright © 2015 buschmais GbR. All rights reserved.