edu.harvard.i2b2.crc.datavo.pdo.query
Class ConceptPrimaryKeyType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.ConceptPrimaryKeyType

public class ConceptPrimaryKeyType
extends Object

Java class for concept_primary_key_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="concept_primary_key_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="concept_path" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String conceptPath
           
 
Constructor Summary
ConceptPrimaryKeyType()
           
 
Method Summary
 String getConceptPath()
          Gets the value of the conceptPath property.
 void setConceptPath(String value)
          Sets the value of the conceptPath property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptPath

protected String conceptPath
Constructor Detail

ConceptPrimaryKeyType

public ConceptPrimaryKeyType()
Method Detail

getConceptPath

public String getConceptPath()
Gets the value of the conceptPath property.

Returns:
possible object is String

setConceptPath

public void setConceptPath(String value)
Sets the value of the conceptPath property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.