|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.schema.Info
com.metsci.glimpse.dspl.schema.ConceptInfo
public class ConceptInfo
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 |
---|
public ConceptInfo()
Method Detail |
---|
public Values getPluralName()
Values
public void setPluralName(Values value)
value
- allowed object is
Values
public Values getTotalName()
Values
public void setTotalName(Values value)
value
- allowed object is
Values
public Values getSingularNonCapitalizedName()
Values
public void setSingularNonCapitalizedName(Values value)
value
- allowed object is
Values
public Values getPluralNonCapitalizedName()
Values
public void setPluralNonCapitalizedName(Values value)
value
- allowed object is
Values
public java.util.List<ConceptInfo.Synonym> getSynonym()
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
public java.lang.String getPluralNameEnglish()
public java.lang.String getTotalNameEnglish()
public java.lang.String getSingularNonCapitalizedNameEnglish()
public java.lang.String getPluralNonCapitalizedNameEnglish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |