Tabnine Logo
UriDt.setValue
Code IndexAdd Tabnine to your IDE (free)

How to use
setValue
method
in
ca.uhn.fhir.model.primitive.UriDt

Best Java code snippets using ca.uhn.fhir.model.primitive.UriDt.setValue (Showing top 6 results out of 315)

origin: jamesagnew/hapi-fhir

public IdDt setValue(String theValue) throws DataFormatException {
  super.setValue(theValue);
  myHaveComponentParts = false;
    super.setValue(null);
    myUnqualifiedId = null;
    myUnqualifiedVersionId = null;
    myResourceType = null;
  } else if (theValue.charAt(0) == '#' && theValue.length() > 1) {
    super.setValue(theValue);
    myBaseUrl = null;
    myUnqualifiedId = theValue;
          super.setValue(null);
          myHaveComponentParts = true;
        } else {
origin: jamesagnew/hapi-fhir

super.setValue(value);
origin: jamesagnew/hapi-fhir

  IdDt newId = theIdSubstitutions.get(nextUriString);
  ourLog.debug(" * Replacing resource ref {} with {}", nextUriString, newId);
  nextRef.setValue(newId.getValue());
} else {
  ourLog.debug(" * Reference [{}] does not exist in bundle", nextUriString);
origin: ca.uhn.hapi.fhir/hapi-fhir-base

public IdDt setValue(String theValue) throws DataFormatException {
  super.setValue(theValue);
  myHaveComponentParts = false;
    super.setValue(null);
    myUnqualifiedId = null;
    myUnqualifiedVersionId = null;
    myResourceType = null;
  } else if (theValue.charAt(0) == '#' && theValue.length() > 1) {
    super.setValue(theValue);
    myBaseUrl = null;
    myUnqualifiedId = theValue;
          super.setValue(null);
          myHaveComponentParts = true;
        } else {
origin: ca.uhn.hapi.fhir/hapi-fhir-base

super.setValue(value);
origin: ca.uhn.hapi.fhir/hapi-fhir-jpaserver-base

  IdDt newId = theIdSubstitutions.get(nextUriString);
  ourLog.debug(" * Replacing resource ref {} with {}", nextUriString, newId);
  nextRef.setValue(newId.getValue());
} else {
  ourLog.debug(" * Reference [{}] does not exist in bundle", nextUriString);
ca.uhn.fhir.model.primitiveUriDtsetValue

Popular methods of UriDt

  • <init>
    Create a new String
  • getValueAsString
  • getValue
  • isEmpty
  • equals
    Compares the given string to the string representation of this URI. In many cases it is preferable t
  • isBaseEmpty
  • normalize
  • setValueAsString

Popular in Java

  • Reactive rest calls using spring rest template
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (Timer)
  • setRequestProperty (URLConnection)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now