
Uses of Class
ca.uhn.fhir.model.dstu2.resource.MessageHeader.Source
Packages that use MessageHeader.Source
-
Uses of MessageHeader.Source in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return MessageHeader.SourceModifier and TypeMethodDescriptionMessageHeader.getSource()
Gets the value(s) for source (who.actor).MessageHeader.Source.setContact
(ContactPointDt theValue) Sets the value(s) for contact ()MessageHeader.Source.setEndpoint
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for endpoint ()MessageHeader.Source.setEndpoint
(String theUri) Sets the value for endpoint ()MessageHeader.Source.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()MessageHeader.Source.setSoftware
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for software ()MessageHeader.Source.setSoftware
(String theString) Sets the value for software ()MessageHeader.Source.setVersion
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()MessageHeader.Source.setVersion
(String theString) Sets the value for version ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type MessageHeader.SourceModifier and TypeMethodDescriptionMessageHeader.setSource
(MessageHeader.Source theValue) Sets the value(s) for source (who.actor)