org.cogroo.config
Class Model

java.lang.Object
  extended by org.cogroo.config.Model
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Constructor Summary
Model()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getType

public Analyzers getType()
Gets the value of the type property.

Returns:
possible object is Analyzers

setType

public void setType(Analyzers value)
Sets the value of the type property.

Parameters:
value - allowed object is Analyzers


Copyright © 2012-2013 CoGrOO. All Rights Reserved.