public class Topic extends Object implements Serializable
Java class for topic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="topic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
group |
protected String |
name |
| Constructor and Description |
|---|
Topic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Gets the value of the group property.
|
String |
getName()
Gets the value of the name property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getGroup()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.