Package gov.cms.hh.xml.data.claim
Class Claim
java.lang.Object
gov.cms.hh.xml.data.claim.Claim
- Direct Known Subclasses:
ClaimObject
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="{}Input"/>
<element ref="{}Output"/>
<element ref="{}Details"/>
<element ref="{}Options"/>
</sequence>
<attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the details property.getId()Gets the value of the id property.getInput()Gets the value of the input property.Gets the value of the options property.Gets the value of the output property.voidsetDescription(String value) Sets the value of the description property.voidsetDetails(Details value) Sets the value of the details property.voidSets the value of the id property.voidSets the value of the input property.voidsetOptions(Options value) Sets the value of the options property.voidSets the value of the output property.
-
Field Details
-
input
-
output
-
details
-
options
-
description
-
id
-
-
Constructor Details
-
Claim
public Claim()
-
-
Method Details
-
getInput
Gets the value of the input property.- Returns:
- possible object is
Input
-
setInput
Sets the value of the input property.- Parameters:
value- allowed object isInput
-
getOutput
Gets the value of the output property.- Returns:
- possible object is
Output
-
setOutput
Sets the value of the output property.- Parameters:
value- allowed object isOutput
-
getDetails
Gets the value of the details property.- Returns:
- possible object is
Details
-
setDetails
Sets the value of the details property.- Parameters:
value- allowed object isDetails
-
getOptions
Gets the value of the options property.- Returns:
- possible object is
Options
-
setOptions
Sets the value of the options property.- Parameters:
value- allowed object isOptions
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-