public class PowerType extends Type2
Java class for PowerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerType">
<complexContent>
<extension base="{http://czt.sourceforge.net/zml}Type2">
<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 |
|---|
PowerType() |
| 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<PowerType>
JAXBElement<SchemaType>
JAXBElement<ProdType>
JAXBElement<Type2>
JAXBElement<GenParamType>
JAXBElement<GivenType>public void setType(JAXBElement<? extends Type2> value)
value - allowed object is
JAXBElement<PowerType>
JAXBElement<SchemaType>
JAXBElement<ProdType>
JAXBElement<Type2>
JAXBElement<GenParamType>
JAXBElement<GivenType>Copyright © 2003–2016 Community Z Tools Project. All rights reserved.