Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.MessagingEndpoint
-
Uses of Conformance.MessagingEndpoint in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionConformance.Messaging.getEndpoint()
Gets the value(s) for endpoint ().Modifier and TypeMethodDescriptionConformance.Messaging.addEndpoint
(Conformance.MessagingEndpoint theValue) Adds a given new value for endpoint ()Modifier and TypeMethodDescriptionConformance.Messaging.setEndpoint
(List<Conformance.MessagingEndpoint> theValue) Sets the value(s) for endpoint ()