public class Model extends Object implements Serializable
Java class for Model complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Model">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required" type="{}Analyzer" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
Model() |
| Modifier and Type | Method and Description |
|---|---|
Analyzers |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setType(Analyzers value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Analyzers getType()
AnalyzersCopyright © 2012–2017 CoGrOO. All rights reserved.