- Common ways to obtain UriDt
private void myMethod () {}
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 {
super.setValue(value);
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);
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 {
super.setValue(value);
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);