edu.harvard.i2b2.crc.datavo.i2b2message
Class ProcessingIdType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.ProcessingIdType

public class ProcessingIdType
extends Object

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

processingId

protected String processingId

processingMode

protected String processingMode
Constructor Detail

ProcessingIdType

public ProcessingIdType()
Method Detail

getProcessingId

public String getProcessingId()
Gets the value of the processingId property.

Returns:
possible object is String

setProcessingId

public void setProcessingId(String value)
Sets the value of the processingId property.

Parameters:
value - allowed object is String

getProcessingMode

public String getProcessingMode()
Gets the value of the processingMode property.

Returns:
possible object is String

setProcessingMode

public void setProcessingMode(String value)
Sets the value of the processingMode property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.