Package gov.cms.hh.xml.data.claim
Class Details
java.lang.Object
gov.cms.hh.xml.data.claim.Details
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="{}Validation"/>
<element ref="{}Logic"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogic()Gets the value of the logic property.Gets the value of the validation property.voidSets the value of the logic property.voidsetValidation(Validation value) Sets the value of the validation property.
-
Field Details
-
validation
-
logic
-
-
Constructor Details
-
Details
public Details()
-
-
Method Details
-
getValidation
Gets the value of the validation property.- Returns:
- possible object is
Validation
-
setValidation
Sets the value of the validation property.- Parameters:
value- allowed object isValidation
-
getLogic
Gets the value of the logic property.- Returns:
- possible object is
Logic
-
setLogic
Sets the value of the logic property.- Parameters:
value- allowed object isLogic
-