Class Contract.AnswerComponent

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
    Enclosing class:
    Contract

    public static class Contract.AnswerComponent
    extends BackboneElement
    implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
    See Also:
    Serialized Form
    • Field Detail

      • value

        protected Type value
        Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.
    • Method Detail

      • getValue

        public Type getValue()
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
      • getValueBooleanType

        public BooleanType getValueBooleanType()
                                        throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueDecimalType

        public DecimalType getValueDecimalType()
                                        throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueIntegerType

        public IntegerType getValueIntegerType()
                                        throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueDateType

        public DateType getValueDateType()
                                  throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueDateTimeType

        public DateTimeType getValueDateTimeType()
                                          throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueTimeType

        public TimeType getValueTimeType()
                                  throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueStringType

        public StringType getValueStringType()
                                      throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueUriType

        public UriType getValueUriType()
                                throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueAttachment

        public Attachment getValueAttachment()
                                      throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueCoding

        public Coding getValueCoding()
                              throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueQuantity

        public Quantity getValueQuantity()
                                  throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getValueReference

        public Reference getValueReference()
                                    throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • setValue

        public Contract.AnswerComponent setValue​(Type value)
        Parameters:
        value - value (Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.)
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface org.hl7.fhir.instance.model.api.IBase
        Overrides:
        isEmpty in class BackboneElement