org.plasma.provisioning
Class SemanticConstraint

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

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>
 


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

conceptName

protected String conceptName

conceptDomain

protected String conceptDomain

conceptId

protected String conceptId
Constructor Detail

SemanticConstraint

public SemanticConstraint()
Method Detail

getConceptName

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

Returns:
possible object is String

setConceptName

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

Parameters:
value - allowed object is String

getConceptDomain

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

Returns:
possible object is String

setConceptDomain

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

Parameters:
value - allowed object is String

getConceptId

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

Returns:
possible object is String

setConceptId

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

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.