|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.smals.ehealth.codage.beans.OriginalDataType
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-10-28T03:09:26+02:00",
comments="JAXB RI v2.2.6")
public class OriginalDataType
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>
| 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 |
|---|
public OriginalDataType()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isRandomize()
public void setRandomize(boolean value)
public String getInputData()
Stringpublic void setInputData(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||