public class ConceptInfo extends Info
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>
Modifier and Type | Class and Description |
---|---|
static class |
ConceptInfo.Synonym
Java class for anonymous complex type.
|
Constructor and Description |
---|
ConceptInfo() |
Modifier and Type | Method and Description |
---|---|
Values |
getPluralName()
Gets the value of the pluralName property.
|
String |
getPluralNameEnglish() |
Values |
getPluralNonCapitalizedName()
Gets the value of the pluralNonCapitalizedName property.
|
String |
getPluralNonCapitalizedNameEnglish() |
Values |
getSingularNonCapitalizedName()
Gets the value of the singularNonCapitalizedName property.
|
String |
getSingularNonCapitalizedNameEnglish() |
List<ConceptInfo.Synonym> |
getSynonym()
Gets the value of the synonym property.
|
Values |
getTotalName()
Gets the value of the totalName property.
|
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.
|
getDescription, getDescriptionEnglish, getName, getNameEnglish, getUrl, getUrlEnglish, setDescription, setName, setUrl
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 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 String getPluralNameEnglish()
public String getTotalNameEnglish()
public String getSingularNonCapitalizedNameEnglish()
public String getPluralNonCapitalizedNameEnglish()
Copyright © 2016 Metron, Inc.. All rights reserved.