Uses of Class
ca.uhn.fhir.model.dstu2.resource.MessageHeader.Destination
-
Packages that use MessageHeader.Destination Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of MessageHeader.Destination in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return MessageHeader.Destination Modifier and Type Method Description MessageHeader.DestinationMessageHeader. addDestination()Adds and returns a new value for destination (who.focus)MessageHeader.DestinationMessageHeader. getDestinationFirstRep()Gets the first repetition for destination (who.focus), creating it if it does not already exist.MessageHeader.DestinationMessageHeader.Destination. setEndpoint(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for endpoint ()MessageHeader.DestinationMessageHeader.Destination. setEndpoint(String theUri)Sets the value for endpoint ()MessageHeader.DestinationMessageHeader.Destination. setName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()MessageHeader.DestinationMessageHeader.Destination. setName(String theString)Sets the value for name ()MessageHeader.DestinationMessageHeader.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.Destination Modifier and Type Method Description List<MessageHeader.Destination>MessageHeader. getDestination()Gets the value(s) for destination (who.focus).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type MessageHeader.Destination Modifier and Type Method Description MessageHeaderMessageHeader. 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.Destination Modifier and Type Method Description MessageHeaderMessageHeader. setDestination(List<MessageHeader.Destination> theValue)Sets the value(s) for destination (who.focus)
-