Package gov.cms.hh.xml.data.claim
Class Logic
java.lang.Object
gov.cms.hh.xml.data.claim.Logic
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="{}Position1"/>
<element ref="{}Position2"/>
<element ref="{}Position3"/>
<element ref="{}Position4"/>
<element ref="{}Position5"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the position1 property.Gets the value of the position2 property.Gets the value of the position3 property.Gets the value of the position4 property.Gets the value of the position5 property.voidsetPosition1(Position1 value) Sets the value of the position1 property.voidsetPosition2(Position2 value) Sets the value of the position2 property.voidsetPosition3(Position3 value) Sets the value of the position3 property.voidsetPosition4(Position4 value) Sets the value of the position4 property.voidsetPosition5(Position5 value) Sets the value of the position5 property.
-
Field Details
-
position1
-
position2
-
position3
-
position4
-
position5
-
-
Constructor Details
-
Logic
public Logic()
-
-
Method Details
-
getPosition1
Gets the value of the position1 property.- Returns:
- possible object is
Position1
-
setPosition1
Sets the value of the position1 property.- Parameters:
value- allowed object isPosition1
-
getPosition2
Gets the value of the position2 property.- Returns:
- possible object is
Position2
-
setPosition2
Sets the value of the position2 property.- Parameters:
value- allowed object isPosition2
-
getPosition3
Gets the value of the position3 property.- Returns:
- possible object is
Position3
-
setPosition3
Sets the value of the position3 property.- Parameters:
value- allowed object isPosition3
-
getPosition4
Gets the value of the position4 property.- Returns:
- possible object is
Position4
-
setPosition4
Sets the value of the position4 property.- Parameters:
value- allowed object isPosition4
-
getPosition5
Gets the value of the position5 property.- Returns:
- possible object is
Position5
-
setPosition5
Sets the value of the position5 property.- Parameters:
value- allowed object isPosition5
-