Package org.hl7.v3

Class SLISTTS

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

public class SLISTTS extends ANY

Java class for SLIST_TS complex type.

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

 <complexType name="SLIST_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}ANY">
       <sequence>
         <element name="origin" type="{urn:hl7-org:v3}TS"/>
         <element name="scale" type="{urn:hl7-org:v3}PQ"/>
         <element name="digits" type="{urn:hl7-org:v3}list_int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • origin

      protected TS origin
    • scale

      protected PQ scale
    • digits

      protected List<BigInteger> digits
  • Constructor Details

    • SLISTTS

      public SLISTTS()
  • Method Details

    • getOrigin

      public TS getOrigin()
      Gets the value of the origin property.
      Returns:
      possible object is TS
    • setOrigin

      public void setOrigin(TS value)
      Sets the value of the origin property.
      Parameters:
      value - allowed object is TS
    • getScale

      public PQ getScale()
      Gets the value of the scale property.
      Returns:
      possible object is PQ
    • setScale

      public void setScale(PQ value)
      Sets the value of the scale property.
      Parameters:
      value - allowed object is PQ
    • getDigits

      public List<BigInteger> getDigits()
      Gets the value of the digits property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the digits property.

      For example, to add a new item, do as follows:

          getDigits().add(newItem);
       

      Objects of the following type(s) are allowed in the list BigInteger

    • withOrigin

      public SLISTTS withOrigin(TS value)
    • withScale

      public SLISTTS withScale(PQ value)
    • withDigits

      public SLISTTS withDigits(BigInteger... values)
    • withDigits

      public SLISTTS withDigits(Collection<BigInteger> values)
    • withNullFlavor

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

      public SLISTTS 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