Class Iteration

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class Iteration extends Expression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Iteration expression returns the current iteration number of a scoped operation.

Java class for Iteration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Iteration">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}Expression">
       <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • scope

      protected String scope
  • Constructor Details

    • Iteration

      public Iteration()
  • Method Details