
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.MessagingEndpoint
Packages that use Conformance.MessagingEndpoint
-
Uses of Conformance.MessagingEndpoint in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.MessagingEndpointModifier and TypeMethodDescriptionConformance.Messaging.addEndpoint()
Adds and returns a new value for endpoint ()Conformance.Messaging.getEndpointFirstRep()
Gets the first repetition for endpoint (), creating it if it does not already exist.Conformance.MessagingEndpoint.setAddress
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for address ()Conformance.MessagingEndpoint.setAddress
(String theUri) Sets the value for address ()Conformance.MessagingEndpoint.setProtocol
(CodingDt theValue) Sets the value(s) for protocol ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.MessagingEndpointModifier and TypeMethodDescriptionConformance.Messaging.getEndpoint()
Gets the value(s) for endpoint ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.MessagingEndpointModifier and TypeMethodDescriptionConformance.Messaging.addEndpoint
(Conformance.MessagingEndpoint theValue) Adds a given new value for endpoint ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.MessagingEndpointModifier and TypeMethodDescriptionConformance.Messaging.setEndpoint
(List<Conformance.MessagingEndpoint> theValue) Sets the value(s) for endpoint ()