
Uses of Class
ca.uhn.fhir.model.dstu2.resource.MessageHeader.Destination
Packages that use MessageHeader.Destination
-
Uses of MessageHeader.Destination in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return MessageHeader.DestinationModifier and TypeMethodDescriptionMessageHeader.addDestination()Adds and returns a new value for destination (who.focus)MessageHeader.getDestinationFirstRep()Gets the first repetition for destination (who.focus), creating it if it does not already exist.MessageHeader.Destination.setEndpoint(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for endpoint ()MessageHeader.Destination.setEndpoint(String theUri) Sets the value for endpoint ()MessageHeader.Destination.setName(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()MessageHeader.Destination.setTarget(ResourceReferenceDt theValue) Sets the value(s) for target ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type MessageHeader.DestinationModifier and TypeMethodDescriptionMessageHeader.getDestination()Gets the value(s) for destination (who.focus).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type MessageHeader.DestinationModifier and TypeMethodDescriptionMessageHeader.addDestination(MessageHeader.Destination theValue) Adds a given new value for destination (who.focus)Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type MessageHeader.DestinationModifier and TypeMethodDescriptionMessageHeader.setDestination(List<MessageHeader.Destination> theValue) Sets the value(s) for destination (who.focus)