com.metsci.glimpse.dspl.schema
Class ConceptInfo

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Info
      extended by com.metsci.glimpse.dspl.schema.ConceptInfo

public class ConceptInfo
extends Info

Textual information about a concept in the dataset. This extension of the base Info type adds a few additional fields that only apply to concepts.

Java class for ConceptInfo complex type.

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

 <complexType name="ConceptInfo">
   <complexContent>
     <extension base="{http://schemas.google.com/dspl/2010}Info">
       <sequence>
         <element name="pluralName" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/>
         <element name="totalName" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/>
         <element name="singularNonCapitalizedName" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/>
         <element name="pluralNonCapitalizedName" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/>
         <element name="synonym" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ConceptInfo.Synonym
          Java class for anonymous complex type.
 
Constructor Summary
ConceptInfo()
           
 
Method Summary
 Values getPluralName()
          Gets the value of the pluralName property.
 java.lang.String getPluralNameEnglish()
           
 Values getPluralNonCapitalizedName()
          Gets the value of the pluralNonCapitalizedName property.
 java.lang.String getPluralNonCapitalizedNameEnglish()
           
 Values getSingularNonCapitalizedName()
          Gets the value of the singularNonCapitalizedName property.
 java.lang.String getSingularNonCapitalizedNameEnglish()
           
 java.util.List<ConceptInfo.Synonym> getSynonym()
          Gets the value of the synonym property.
 Values getTotalName()
          Gets the value of the totalName property.
 java.lang.String getTotalNameEnglish()
           
 void setPluralName(Values value)
          Sets the value of the pluralName property.
 void setPluralNonCapitalizedName(Values value)
          Sets the value of the pluralNonCapitalizedName property.
 void setSingularNonCapitalizedName(Values value)
          Sets the value of the singularNonCapitalizedName property.
 void setTotalName(Values value)
          Sets the value of the totalName property.
 
Methods inherited from class com.metsci.glimpse.dspl.schema.Info
getDescription, getDescriptionEnglish, getName, getNameEnglish, getUrl, getUrlEnglish, setDescription, setName, setUrl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptInfo

public ConceptInfo()
Method Detail

getPluralName

public Values getPluralName()
Gets the value of the pluralName property.

Returns:
possible object is Values

setPluralName

public void setPluralName(Values value)
Sets the value of the pluralName property.

Parameters:
value - allowed object is Values

getTotalName

public Values getTotalName()
Gets the value of the totalName property.

Returns:
possible object is Values

setTotalName

public void setTotalName(Values value)
Sets the value of the totalName property.

Parameters:
value - allowed object is Values

getSingularNonCapitalizedName

public Values getSingularNonCapitalizedName()
Gets the value of the singularNonCapitalizedName property.

Returns:
possible object is Values

setSingularNonCapitalizedName

public void setSingularNonCapitalizedName(Values value)
Sets the value of the singularNonCapitalizedName property.

Parameters:
value - allowed object is Values

getPluralNonCapitalizedName

public Values getPluralNonCapitalizedName()
Gets the value of the pluralNonCapitalizedName property.

Returns:
possible object is Values

setPluralNonCapitalizedName

public void setPluralNonCapitalizedName(Values value)
Sets the value of the pluralNonCapitalizedName property.

Parameters:
value - allowed object is Values

getSynonym

public java.util.List<ConceptInfo.Synonym> getSynonym()
Gets the value of the synonym 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 synonym property.

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

    getSynonym().add(newItem);
 

Objects of the following type(s) are allowed in the list ConceptInfo.Synonym


getPluralNameEnglish

public java.lang.String getPluralNameEnglish()

getTotalNameEnglish

public java.lang.String getTotalNameEnglish()

getSingularNonCapitalizedNameEnglish

public java.lang.String getSingularNonCapitalizedNameEnglish()

getPluralNonCapitalizedNameEnglish

public java.lang.String getPluralNonCapitalizedNameEnglish()


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