Package org.hl7.v3

Class GLISTPQ

java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.GLISTPQ

public class GLISTPQ extends ANY

Java class for GLIST_PQ complex type.

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

 <complexType name="GLIST_PQ">
   <complexContent>
     <extension base="{urn:hl7-org:v3}ANY">
       <sequence>
         <element name="head" type="{urn:hl7-org:v3}PQ"/>
         <element name="increment" type="{urn:hl7-org:v3}PQ"/>
       </sequence>
       <attribute name="period" type="{urn:hl7-org:v3}int" />
       <attribute name="denominator" type="{urn:hl7-org:v3}int" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • increment

      protected PQ increment
    • period

      protected BigInteger period
    • denominator

      protected BigInteger denominator
  • Constructor Details

    • GLISTPQ

      public GLISTPQ()
  • Method Details

    • getHead

      public PQ getHead()
      Gets the value of the head property.
      Returns:
      possible object is PQ
    • setHead

      public void setHead(PQ value)
      Sets the value of the head property.
      Parameters:
      value - allowed object is PQ
    • getIncrement

      public PQ getIncrement()
      Gets the value of the increment property.
      Returns:
      possible object is PQ
    • setIncrement

      public void setIncrement(PQ value)
      Sets the value of the increment property.
      Parameters:
      value - allowed object is PQ
    • getPeriod

      public BigInteger getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is BigInteger
    • setPeriod

      public void setPeriod(BigInteger value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is BigInteger
    • getDenominator

      public BigInteger getDenominator()
      Gets the value of the denominator property.
      Returns:
      possible object is BigInteger
    • setDenominator

      public void setDenominator(BigInteger value)
      Sets the value of the denominator property.
      Parameters:
      value - allowed object is BigInteger
    • withHead

      public GLISTPQ withHead(PQ value)
    • withIncrement

      public GLISTPQ withIncrement(PQ value)
    • withPeriod

      public GLISTPQ withPeriod(BigInteger value)
    • withDenominator

      public GLISTPQ withDenominator(BigInteger value)
    • withNullFlavor

      public GLISTPQ withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class ANY
    • withNullFlavor

      public GLISTPQ withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class ANY
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class ANY
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ANY
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class ANY