public class ChannelType extends Channel
Java class for channelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="channelType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="id">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}ID">
<pattern value="channel-[0-9]"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
value |
| Constructor and Description |
|---|
ChannelType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)
public ObjectFactory createFactory()