public class Term extends Object
Java class for Term complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Term">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Anns" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Term.Anns
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
Term() |
| Modifier and Type | Method and Description |
|---|---|
Term.Anns |
getAnns()
Gets the value of the anns property.
|
void |
setAnns(Term.Anns value)
Sets the value of the anns property.
|
protected Term.Anns anns
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.