public class ChannelType extends CircusType
Java class for ChannelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelType">
<complexContent>
<extension base="{http://czt.sourceforge.net/circus}CircusType">
<sequence>
<element ref="{http://czt.sourceforge.net/zml}Type2"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends Type2> |
type |
| Constructor and Description |
|---|
ChannelType() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends Type2> |
getType()
Gets the value of the type property.
|
void |
setType(JAXBElement<? extends Type2> value)
Sets the value of the type property.
|
protected JAXBElement<? extends Type2> type
public JAXBElement<? extends Type2> getType()
JAXBElement<NameSetType>
JAXBElement<ChannelSetType>
JAXBElement<GivenType>
JAXBElement<CommunicationType>
JAXBElement<ChannelType>
JAXBElement<PowerType>
JAXBElement<Type2>
JAXBElement<GenParamType>
JAXBElement<SchemaType>
JAXBElement<ProdType>
JAXBElement<ProcessType>
JAXBElement<ActionType>
JAXBElement<CircusSigType>
JAXBElement<CircusType>public void setType(JAXBElement<? extends Type2> value)
value - allowed object is
JAXBElement<NameSetType>
JAXBElement<ChannelSetType>
JAXBElement<GivenType>
JAXBElement<CommunicationType>
JAXBElement<ChannelType>
JAXBElement<PowerType>
JAXBElement<Type2>
JAXBElement<GenParamType>
JAXBElement<SchemaType>
JAXBElement<ProdType>
JAXBElement<ProcessType>
JAXBElement<ActionType>
JAXBElement<CircusSigType>
JAXBElement<CircusType>Copyright © 2003–2016 Community Z Tools Project. All rights reserved.