|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.seals.core.v1.OriginalDataType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-04-09T03:49:48+02:00",
comments="JAXB RI v2.2.11")
public class OriginalDataTypeBlock with Algorithm and data to encode.
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 Summary | |
|---|---|
OriginalDataType()
|
|
| Method Summary | |
|---|---|
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. |
| 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 String getAlgorithmCode()
Stringpublic void setAlgorithmCode(String value)
value - allowed object is
Stringpublic 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 | |||||||||