Class Logic

java.lang.Object
gov.cms.hh.xml.data.claim.Logic

public class Logic extends Object

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 Details

  • Constructor Details

    • Logic

      public Logic()
  • Method Details

    • getPosition1

      public Position1 getPosition1()
      Gets the value of the position1 property.
      Returns:
      possible object is Position1
    • setPosition1

      public void setPosition1(Position1 value)
      Sets the value of the position1 property.
      Parameters:
      value - allowed object is Position1
    • getPosition2

      public Position2 getPosition2()
      Gets the value of the position2 property.
      Returns:
      possible object is Position2
    • setPosition2

      public void setPosition2(Position2 value)
      Sets the value of the position2 property.
      Parameters:
      value - allowed object is Position2
    • getPosition3

      public Position3 getPosition3()
      Gets the value of the position3 property.
      Returns:
      possible object is Position3
    • setPosition3

      public void setPosition3(Position3 value)
      Sets the value of the position3 property.
      Parameters:
      value - allowed object is Position3
    • getPosition4

      public Position4 getPosition4()
      Gets the value of the position4 property.
      Returns:
      possible object is Position4
    • setPosition4

      public void setPosition4(Position4 value)
      Sets the value of the position4 property.
      Parameters:
      value - allowed object is Position4
    • getPosition5

      public Position5 getPosition5()
      Gets the value of the position5 property.
      Returns:
      possible object is Position5
    • setPosition5

      public void setPosition5(Position5 value)
      Sets the value of the position5 property.
      Parameters:
      value - allowed object is Position5