public class ChannelDefinition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="capacity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="polling-interval" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
capacity |
protected String |
id |
protected String |
pollingInterval |
| Constructor and Description |
|---|
ChannelDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCapacity()
Gets the value of the capacity property.
|
String |
getId()
Gets the value of the id property.
|
String |
getPollingInterval()
Gets the value of the pollingInterval property.
|
void |
setCapacity(String value)
Sets the value of the capacity property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPollingInterval(String value)
Sets the value of the pollingInterval property.
|
protected String id
protected String capacity
protected String pollingInterval
public void setId(String value)
value - allowed object is
Stringpublic String getCapacity()
Stringpublic void setCapacity(String value)
value - allowed object is
Stringpublic String getPollingInterval()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.