@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:01+02:00", comments="JAXB RI v2.3.7") 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
String
public String getAlgorithmCode()
String
public void setAlgorithmCode(String value)
value
- allowed object is
String
public String getInputData()
String
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.