public class SemanticConstraint extends Object
Java class for SemanticConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SemanticConstraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="conceptName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="conceptDomain" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="conceptId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conceptDomain |
protected String |
conceptId |
protected String |
conceptName |
| Constructor and Description |
|---|
SemanticConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConceptDomain()
Gets the value of the conceptDomain property.
|
String |
getConceptId()
Gets the value of the conceptId property.
|
String |
getConceptName()
Gets the value of the conceptName property.
|
void |
setConceptDomain(String value)
Sets the value of the conceptDomain property.
|
void |
setConceptId(String value)
Sets the value of the conceptId property.
|
void |
setConceptName(String value)
Sets the value of the conceptName property.
|
protected String conceptName
protected String conceptDomain
protected String conceptId
public String getConceptName()
Stringpublic void setConceptName(String value)
value - allowed object is
Stringpublic String getConceptDomain()
Stringpublic void setConceptDomain(String value)
value - allowed object is
Stringpublic String getConceptId()
StringCopyright © 2019. All rights reserved.