Package gov.cms.hh.xml.data.claim
Class Diagnoses
java.lang.Object
gov.cms.hh.xml.data.claim.Diagnoses
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="{}Principal"/>
<element ref="{}Secondary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the principal property.Gets the value of the secondary property.voidsetPrincipal(Principal value) Sets the value of the principal property.voidsetSecondary(Secondary value) Sets the value of the secondary property.
-
Field Details
-
principal
-
secondary
-
-
Constructor Details
-
Diagnoses
public Diagnoses()
-
-
Method Details
-
getPrincipal
Gets the value of the principal property.- Returns:
- possible object is
Principal
-
setPrincipal
Sets the value of the principal property.- Parameters:
value- allowed object isPrincipal
-
getSecondary
Gets the value of the secondary property.- Returns:
- possible object is
Secondary
-
setSecondary
Sets the value of the secondary property.- Parameters:
value- allowed object isSecondary
-