@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:19:27+02:00", comments="JAXB RI v2.2.11") 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}ID"/>
<element name="AlgorithmCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InputData">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="750"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OriginalDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmCode()
Gets the value of the algorithmCode property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInputData()
Gets the value of the inputData property.
|
void |
setAlgorithmCode(String value)
Sets the value of the algorithmCode property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInputData(String value)
Sets the value of the inputData property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getAlgorithmCode()
Stringpublic void setAlgorithmCode(String value)
value - allowed object is
Stringpublic String getInputData()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.