public static class Bundle.Link extends BaseIdentifiableElement implements IResourceBlock
Definition: A series of links that provide context to this bundle
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getRelation()
Gets the value(s) for relation ().
|
StringDt |
getRelationElement()
Gets the value(s) for relation ().
|
String |
getUrl()
Gets the value(s) for url ().
|
UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
Bundle.Link |
setRelation(String theString)
Sets the value for relation ()
|
Bundle.Link |
setRelation(StringDt theValue)
Sets the value(s) for relation ()
|
Bundle.Link |
setUrl(String theUri)
Sets the value for url ()
|
Bundle.Link |
setUrl(UriDt theValue)
Sets the value(s) for url ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Link()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(UriDt theValue)
Definition: The reference details for the link
public Bundle.Link setUrl(String theUri)
Definition: The reference details for the link
Copyright © 2014–2016 University Health Network. All rights reserved.