|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.SemanticConstraint
public class SemanticConstraint
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>
| Field Summary | |
|---|---|
protected String |
conceptDomain
|
protected String |
conceptId
|
protected String |
conceptName
|
| Constructor Summary | |
|---|---|
SemanticConstraint()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String conceptName
protected String conceptDomain
protected String conceptId
| Constructor Detail |
|---|
public SemanticConstraint()
| Method Detail |
|---|
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()
Stringpublic void setConceptId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||