public class OntologyEntryType extends Object
Java class for ontologyEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ontologyEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
valueOntologyEntryType |
| Constructor and Description |
|---|
OntologyEntryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getValueOntologyEntryType()
Gets the value of the valueOntologyEntryType property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setValueOntologyEntryType(String value)
Sets the value of the valueOntologyEntryType property.
|
protected String category
protected String valueOntologyEntryType
public String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getValueOntologyEntryType()
StringCopyright © 2017. All rights reserved.