public static class PurgeJmsQueuesModel.Queue extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
ref |
| Constructor and Description |
|---|
Queue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
String |
getRef()
Ruft den Wert der ref-Eigenschaft ab.
|
void |
setName(String value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setRef(String value)
Legt den Wert der ref-Eigenschaft fest.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getRef()
StringCopyright © 2008–2021 ConSol Software GmbH. All rights reserved.