org.plasma.provisioning
Class SemanticConstraint

java.lang.Object
  extended by org.plasma.provisioning.SemanticConstraint

public class SemanticConstraint
extends java.lang.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>
 


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

conceptName

protected java.lang.String conceptName

conceptDomain

protected java.lang.String conceptDomain

conceptId

protected java.lang.String conceptId
Constructor Detail

SemanticConstraint

public SemanticConstraint()
Method Detail

getConceptName

public java.lang.String getConceptName()
Gets the value of the conceptName property.

Returns:
possible object is String

setConceptName

public void setConceptName(java.lang.String value)
Sets the value of the conceptName property.

Parameters:
value - allowed object is String

getConceptDomain

public java.lang.String getConceptDomain()
Gets the value of the conceptDomain property.

Returns:
possible object is String

setConceptDomain

public void setConceptDomain(java.lang.String value)
Sets the value of the conceptDomain property.

Parameters:
value - allowed object is String

getConceptId

public java.lang.String getConceptId()
Gets the value of the conceptId property.

Returns:
possible object is String

setConceptId

public void setConceptId(java.lang.String value)
Sets the value of the conceptId property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.