Package gov.cms.hh.xml.data.claim
Class Input
java.lang.Object
gov.cms.hh.xml.data.claim.Input
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clinicalFields property.Gets the value of the functionalFields property.voidsetClinicalFields(ClinicalFields value) Sets the value of the clinicalFields property.voidSets the value of the functionalFields property.
-
Field Details
-
clinicalFields
-
functionalFields
-
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
getClinicalFields
Gets the value of the clinicalFields property.- Returns:
- possible object is
ClinicalFields
-
setClinicalFields
Sets the value of the clinicalFields property.- Parameters:
value- allowed object isClinicalFields
-
getFunctionalFields
Gets the value of the functionalFields property.- Returns:
- possible object is
FunctionalFields
-
setFunctionalFields
Sets the value of the functionalFields property.- Parameters:
value- allowed object isFunctionalFields
-