public abstract class AbstractConsumerConfig extends Object implements Serializable
Java class for AbstractConsumerConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractConsumerConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected String |
name |
| Constructor and Description |
|---|
AbstractConsumerConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetBase() |
boolean |
isSetName() |
void |
setBase(String value)
Sets the value of the base 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 boolean isSetName()
public String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic boolean isSetBase()
Copyright © 2016. All rights reserved.