Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.Link
-
Uses of Bundle.Link in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionBundle.addLink()
Adds and returns a new value for link ()Bundle.Entry.addLink()
Adds and returns a new value for link ()Bundle.Entry.getLinkFirstRep()
Gets the first repetition for link (), creating it if it does not already exist.Bundle.getLinkFirstRep()
Gets the first repetition for link (), creating it if it does not already exist.Bundle.getLinkOrCreate
(String theRelation) Bundle.Link.setRelation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for relation ()Bundle.Link.setRelation
(String theString) Sets the value for relation ()Bundle.Link.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Modifier and TypeMethodDescriptionBundle.Entry.getLink()
Gets the value(s) for link ().Bundle.getLink()
Gets the value(s) for link ().Modifier and TypeMethodDescriptionBundle.addLink
(Bundle.Link theValue) Adds a given new value for link ()Bundle.Entry.addLink
(Bundle.Link theValue) Adds a given new value for link ()Modifier and TypeMethodDescriptionBundle.Entry.setLink
(List<Bundle.Link> theValue) Sets the value(s) for link ()Bundle.setLink
(List<Bundle.Link> theValue) Sets the value(s) for link ()