Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.Link
-
Packages that use Bundle.Link Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Bundle.Link in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Bundle.Link Modifier and Type Method Description Bundle.LinkBundle. addLink()Adds and returns a new value for link ()Bundle.LinkBundle.Entry. addLink()Adds and returns a new value for link ()Bundle.LinkBundle. getLink(String theRelation)Bundle.LinkBundle.Entry. getLinkFirstRep()Gets the first repetition for link (), creating it if it does not already exist.Bundle.LinkBundle. getLinkFirstRep()Gets the first repetition for link (), creating it if it does not already exist.Bundle.LinkBundle. getLinkOrCreate(String theRelation)Bundle.LinkBundle.Link. setRelation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for relation ()Bundle.LinkBundle.Link. setRelation(String theString)Sets the value for relation ()Bundle.LinkBundle.Link. setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url ()Bundle.LinkBundle.Link. setUrl(String theUri)Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Bundle.Link Modifier and Type Method Description List<Bundle.Link>Bundle.Entry. getLink()Gets the value(s) for link ().List<Bundle.Link>Bundle. getLink()Gets the value(s) for link ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Bundle.Link Modifier and Type Method Description BundleBundle. addLink(Bundle.Link theValue)Adds a given new value for link ()Bundle.EntryBundle.Entry. addLink(Bundle.Link theValue)Adds a given new value for link ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Bundle.Link Modifier and Type Method Description Bundle.EntryBundle.Entry. setLink(List<Bundle.Link> theValue)Sets the value(s) for link ()BundleBundle. setLink(List<Bundle.Link> theValue)Sets the value(s) for link ()
-