|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.ObserverPrimaryKeyType
public class ObserverPrimaryKeyType
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 |
|---|
protected String observerPath
protected String observerId
| Constructor Detail |
|---|
public ObserverPrimaryKeyType()
| Method Detail |
|---|
public String getObserverPath()
Stringpublic void setObserverPath(String value)
value - allowed object is
Stringpublic String getObserverId()
Stringpublic void setObserverId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||