com.metsci.glimpse.dspl.schema
Class ConceptInfo.Synonym

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.ConceptInfo.Synonym
Enclosing class:
ConceptInfo

public static class ConceptInfo.Synonym
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://schemas.google.com/dspl/2010}ValuesGroup"/>
       <attribute name="confidence" default="high">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="high"/>
             <enumeration value="low"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ConceptInfo.Synonym()
           
 
Method Summary
 Attribute.ConceptValue getConceptValue()
          Gets the value of the conceptValue property.
 java.lang.String getConfidence()
          Gets the value of the confidence property.
 java.util.List<Value> getValue()
          Gets the value of the value property.
 void setConceptValue(Attribute.ConceptValue value)
          Sets the value of the conceptValue property.
 void setConfidence(java.lang.String value)
          Sets the value of the confidence property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptInfo.Synonym

public ConceptInfo.Synonym()
Method Detail

getValue

public java.util.List<Value> getValue()
Gets the value of the value property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the value property.

For example, to add a new item, do as follows:

    getValue().add(newItem);
 

Objects of the following type(s) are allowed in the list Value


getConceptValue

public Attribute.ConceptValue getConceptValue()
Gets the value of the conceptValue property.

Returns:
possible object is Attribute.ConceptValue

setConceptValue

public void setConceptValue(Attribute.ConceptValue value)
Sets the value of the conceptValue property.

Parameters:
value - allowed object is Attribute.ConceptValue

getConfidence

public java.lang.String getConfidence()
Gets the value of the confidence property.

Returns:
possible object is String

setConfidence

public void setConfidence(java.lang.String value)
Sets the value of the confidence property.

Parameters:
value - allowed object is String


Copyright © 2012 Metron, Inc.. All Rights Reserved.