public class Input extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}ClinicalFields"/> <element ref="{}FunctionalFields"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ClinicalFields |
clinicalFields |
protected FunctionalFields |
functionalFields |
Constructor and Description |
---|
Input() |
Modifier and Type | Method and Description |
---|---|
ClinicalFields |
getClinicalFields()
Gets the value of the clinicalFields property.
|
FunctionalFields |
getFunctionalFields()
Gets the value of the functionalFields property.
|
void |
setClinicalFields(ClinicalFields value)
Sets the value of the clinicalFields property.
|
void |
setFunctionalFields(FunctionalFields value)
Sets the value of the functionalFields property.
|
protected ClinicalFields clinicalFields
protected FunctionalFields functionalFields
public ClinicalFields getClinicalFields()
ClinicalFields
public void setClinicalFields(ClinicalFields value)
value
- allowed object is
ClinicalFields
public FunctionalFields getFunctionalFields()
FunctionalFields
public void setFunctionalFields(FunctionalFields value)
value
- allowed object is
FunctionalFields
Copyright © 2022. All rights reserved.