|
||||||||||
| 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 java.lang.String |
conceptDomain
|
protected java.lang.String |
conceptId
|
protected java.lang.String |
conceptName
|
| Constructor Summary | |
|---|---|
SemanticConstraint()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConceptDomain()
Gets the value of the conceptDomain property. |
java.lang.String |
getConceptId()
Gets the value of the conceptId property. |
java.lang.String |
getConceptName()
Gets the value of the conceptName property. |
void |
setConceptDomain(java.lang.String value)
Sets the value of the conceptDomain property. |
void |
setConceptId(java.lang.String value)
Sets the value of the conceptId property. |
void |
setConceptName(java.lang.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 java.lang.String conceptName
protected java.lang.String conceptDomain
protected java.lang.String conceptId
| Constructor Detail |
|---|
public SemanticConstraint()
| Method Detail |
|---|
public java.lang.String getConceptName()
Stringpublic void setConceptName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConceptDomain()
Stringpublic void setConceptDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConceptId()
Stringpublic void setConceptId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||