Codota Logo
UriDt.setValue
Code IndexAdd Codota 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)

  • Common ways to obtain UriDt
private void myMethod () {
UriDt u =
  • Codota IconString theValue;new UriDt(theValue)
  • Smart code suggestions by Codota
}
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

  • Finding current android device location
  • getSupportFragmentManager (FragmentActivity)
  • getSharedPreferences (Context)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • LinkedHashMap (java.util)
    Hash table and linked list implementation of the Map interface, with predictable iteration order. Th
  • DataSource (javax.sql)
    A factory for connections to the physical data source that this DataSource object represents. An alt
  • JFileChooser (javax.swing)
  • LogFactory (org.apache.commons.logging)
    A minimal incarnation of Apache Commons Logging's LogFactory API, providing just the common Log look
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now