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

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

public class ObserverPrimaryKeyType
extends Object

Java class for observer_primary_key_Type complex type.

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

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


Field Summary
protected  String observerId
           
protected  String observerPath
           
 
Constructor Summary
ObserverPrimaryKeyType()
           
 
Method Summary
 String getObserverId()
          Gets the value of the observerId property.
 String getObserverPath()
          Gets the value of the observerPath property.
 void setObserverId(String value)
          Sets the value of the observerId property.
 void setObserverPath(String value)
          Sets the value of the observerPath property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observerPath

protected String observerPath

observerId

protected String observerId
Constructor Detail

ObserverPrimaryKeyType

public ObserverPrimaryKeyType()
Method Detail

getObserverPath

public String getObserverPath()
Gets the value of the observerPath property.

Returns:
possible object is String

setObserverPath

public void setObserverPath(String value)
Sets the value of the observerPath property.

Parameters:
value - allowed object is String

getObserverId

public String getObserverId()
Gets the value of the observerId property.

Returns:
possible object is String

setObserverId

public void setObserverId(String value)
Sets the value of the observerId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.