Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.MessagingEndpoint
-
Packages that use Conformance.MessagingEndpoint Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Conformance.MessagingEndpoint in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.MessagingEndpoint Modifier and Type Method Description Conformance.MessagingEndpointConformance.Messaging. addEndpoint()Adds and returns a new value for endpoint ()Conformance.MessagingEndpointConformance.Messaging. getEndpointFirstRep()Gets the first repetition for endpoint (), creating it if it does not already exist.Conformance.MessagingEndpointConformance.MessagingEndpoint. setAddress(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for address ()Conformance.MessagingEndpointConformance.MessagingEndpoint. setAddress(String theUri)Sets the value for address ()Conformance.MessagingEndpointConformance.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.MessagingEndpoint Modifier and Type Method Description List<Conformance.MessagingEndpoint>Conformance.Messaging. getEndpoint()Gets the value(s) for endpoint ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.MessagingEndpoint Modifier and Type Method Description Conformance.MessagingConformance.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.MessagingEndpoint Modifier and Type Method Description Conformance.MessagingConformance.Messaging. setEndpoint(List<Conformance.MessagingEndpoint> theValue)Sets the value(s) for endpoint ()
-