public class Concept extends Object
Java class for Concept complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Concept"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="info" type="{http://schemas.google.com/dspl/2010}ConceptInfo"/> <element name="topic" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" /> </restriction> </complexContent> </complexType> </element> <element name="type" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}DataType" /> </restriction> </complexContent> </complexType> </element> <element name="attribute" type="{http://schemas.google.com/dspl/2010}Attribute" maxOccurs="unbounded" minOccurs="0"/> <element name="property" type="{http://schemas.google.com/dspl/2010}ConceptProperty" maxOccurs="unbounded" minOccurs="0"/> <element name="defaultValue" type="{http://schemas.google.com/dspl/2010}Value" minOccurs="0"/> <choice> <element name="table" type="{http://schemas.google.com/dspl/2010}ConceptTableMapping" minOccurs="0"/> <element name="data" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="table" type="{http://schemas.google.com/dspl/2010}ConceptTableMapping"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </sequence> <attribute name="id" use="required" type="{http://schemas.google.com/dspl/2010}Id" /> <attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}QName" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Concept.Data
Java class for anonymous complex type.
|
static class |
Concept.Topic
Java class for anonymous complex type.
|
static class |
Concept.Type
Java class for anonymous complex type.
|
Constructor and Description |
---|
Concept() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Attribute> |
getAttribute()
Gets the value of the attribute property.
|
Attribute |
getAttribute(String ref) |
Concept.Data |
getData()
Gets the value of the data property.
|
DataSet |
getDataSet() |
Value |
getDefaultValue()
Gets the value of the defaultValue property.
|
QName |
getExtends()
Gets the value of the extends property.
|
String |
getId()
Gets the value of the id property.
|
ConceptInfo |
getInfo()
Gets the value of the info property.
|
String |
getNameEnglish() |
Concept |
getParentConcept() |
List<ConceptProperty> |
getProperty()
Gets the value of the property property.
|
ConceptProperty |
getProperty(String ref) |
Table |
getTable() |
PropertyTableData |
getTableData() |
ConceptTableMapping |
getTableMapping()
Gets the value of the tableMapping property.
|
List<Concept.Topic> |
getTopic()
Gets the value of the topic property.
|
Concept.Type |
getType()
Gets the value of the type property.
|
boolean |
isInstanceOf(Concept superConcept) |
void |
setData(Concept.Data value)
Sets the value of the data property.
|
void |
setDataSet(DataSet dataSet) |
void |
setDefaultValue(Value value)
Sets the value of the defaultValue property.
|
void |
setExtends(QName value)
Sets the value of the extends property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInfo(ConceptInfo value)
Sets the value of the info property.
|
void |
setParentConcept(Concept parent) |
void |
setTableMapping(ConceptTableMapping value)
Sets the value of the tableMapping property.
|
void |
setType(Concept.Type value)
Sets the value of the type property.
|
public ConceptInfo getInfo()
ConceptInfo
public void setInfo(ConceptInfo value)
value
- allowed object is
ConceptInfo
public List<Concept.Topic> getTopic()
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 topic property.
For example, to add a new item, do as follows:
getTopic().add(newItem);
Objects of the following type(s) are allowed in the list
Concept.Topic
public Concept.Type getType()
Concept.Type
public void setType(Concept.Type value)
value
- allowed object is
Concept.Type
public List<Attribute> getAttribute()
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 attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
public List<ConceptProperty> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
ConceptProperty
public Value getDefaultValue()
Value
public void setDefaultValue(Value value)
value
- allowed object is
Value
public ConceptTableMapping getTableMapping()
ConceptTableMapping
public void setTableMapping(ConceptTableMapping value)
value
- allowed object is
ConceptTableMapping
public Concept.Data getData()
Concept.Data
public void setData(Concept.Data value)
value
- allowed object is
Concept.Data
public void setId(String value)
value
- allowed object is
String
public QName getExtends()
QName
public void setExtends(QName value)
value
- allowed object is
QName
public DataSet getDataSet()
public void setDataSet(DataSet dataSet)
public Concept getParentConcept()
public void setParentConcept(Concept parent)
public String getNameEnglish()
public Table getTable() throws JAXBException, IOException, DsplException
JAXBException
IOException
DsplException
public PropertyTableData getTableData() throws JAXBException, IOException, DsplException
JAXBException
IOException
DsplException
public boolean isInstanceOf(Concept superConcept)
public ConceptProperty getProperty(String ref)
Copyright © 2016 Metron, Inc.. All rights reserved.