public static class Bundle.Link extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A series of links that provide context to this bundle
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getRelation()
Gets the value(s) for relation ().
|
ca.uhn.fhir.model.primitive.StringDt |
getRelationElement()
Gets the value(s) for relation ().
|
String |
getUrl()
Gets the value(s) for url ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
Bundle.Link |
setRelation(String theString)
Sets the value for relation ()
|
Bundle.Link |
setRelation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for relation ()
|
Bundle.Link |
setUrl(String theUri)
Sets the value for url ()
|
Bundle.Link |
setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Link()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getRelationElement()
null.
Definition: A name which details the functional use for this link - see [[http://www.iana.org/assignments/link-relations/link-relations.xhtml]]
public String getRelation()
null.
Definition: A name which details the functional use for this link - see [[http://www.iana.org/assignments/link-relations/link-relations.xhtml]]
public Bundle.Link setRelation(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: A name which details the functional use for this link - see [[http://www.iana.org/assignments/link-relations/link-relations.xhtml]]
public Bundle.Link setRelation(String theString)
Definition: A name which details the functional use for this link - see [[http://www.iana.org/assignments/link-relations/link-relations.xhtml]]
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
null.
Definition: The reference details for the link
public String getUrl()
null.
Definition: The reference details for the link
public Bundle.Link setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: The reference details for the link
public Bundle.Link setUrl(String theUri)
Definition: The reference details for the link
Copyright © 2014–2018 University Health Network. All rights reserved.