be.smals.ehealth.codage.beans
Class OriginalDataType

java.lang.Object
  extended by be.smals.ehealth.codage.beans.OriginalDataType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:09:26+02:00",
           comments="JAXB RI v2.2.6")
public class OriginalDataType
extends Object
implements Serializable

Java class for OriginalDataType complex type.

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

 <complexType name="OriginalDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="randomize" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="inputData" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
OriginalDataType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getInputData()
          Gets the value of the inputData property.
 boolean isRandomize()
          Gets the value of the randomize property.
 void setId(String value)
          Sets the value of the id property.
 void setInputData(String value)
          Sets the value of the inputData property.
 void setRandomize(boolean value)
          Sets the value of the randomize property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginalDataType

public OriginalDataType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isRandomize

public boolean isRandomize()
Gets the value of the randomize property.


setRandomize

public void setRandomize(boolean value)
Sets the value of the randomize property.


getInputData

public String getInputData()
Gets the value of the inputData property.

Returns:
possible object is String

setInputData

public void setInputData(String value)
Sets the value of the inputData property.

Parameters:
value - allowed object is String



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.