Package org.hl7.v3

Class SXPRTS


public class SXPRTS extends SXCMTS

Java class for SXPR_TS complex type.

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

 <complexType name="SXPR_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}SXCM_TS">
       <sequence>
         <element name="comp" type="{urn:hl7-org:v3}SXCM_TS" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SXPRTS

      public SXPRTS()
  • Method Details

    • getComp

      public List<SXCMTS> getComp()
      Gets the value of the comp 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 comp property.

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

          getComp().add(newItem);
       

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

    • withComp

      public SXPRTS withComp(SXCMTS... values)
    • withComp

      public SXPRTS withComp(Collection<SXCMTS> values)
    • withOperator

      public SXPRTS withOperator(SetOperator value)
      Overrides:
      withOperator in class SXCMTS
    • withValue

      public SXPRTS withValue(String value)
      Overrides:
      withValue in class SXCMTS
    • withNullFlavor

      public SXPRTS withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class SXCMTS
    • withNullFlavor

      public SXPRTS withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class SXCMTS
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class SXCMTS
    • 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 SXCMTS