public class SchemaType extends Type2
Java class for SchemaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SchemaType">
<complexContent>
<extension base="{http://czt.sourceforge.net/zml}Type2">
<sequence>
<element ref="{http://czt.sourceforge.net/zml}Signature"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<Signature> |
signature |
| Constructor and Description |
|---|
SchemaType() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Signature> |
getSignature()
Gets the value of the signature property.
|
void |
setSignature(JAXBElement<Signature> value)
Sets the value of the signature property.
|
protected JAXBElement<Signature> signature
public JAXBElement<Signature> getSignature()
JAXBElement<Signature>public void setSignature(JAXBElement<Signature> value)
value - allowed object is
JAXBElement<Signature>Copyright © 2003–2016 Community Z Tools Project. All rights reserved.