|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.ProcessingIdType
public class ProcessingIdType
Java class for processing_idType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="processing_idType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="processing_id">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="D"/>
<enumeration value="P"/>
<enumeration value="T"/>
</restriction>
</simpleType>
</element>
<element name="processing_mode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="A"/>
<enumeration value="R"/>
<enumeration value="I"/>
<enumeration value=""/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
processingId
|
protected String |
processingMode
|
| Constructor Summary | |
|---|---|
ProcessingIdType()
|
|
| Method Summary | |
|---|---|
String |
getProcessingId()
Gets the value of the processingId property. |
String |
getProcessingMode()
Gets the value of the processingMode property. |
void |
setProcessingId(String value)
Sets the value of the processingId property. |
void |
setProcessingMode(String value)
Sets the value of the processingMode property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String processingId
protected String processingMode
| Constructor Detail |
|---|
public ProcessingIdType()
| Method Detail |
|---|
public String getProcessingId()
Stringpublic void setProcessingId(String value)
value - allowed object is
Stringpublic String getProcessingMode()
Stringpublic void setProcessingMode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||