
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.Messaging
Packages that use Conformance.Messaging
-
Uses of Conformance.Messaging in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.MessagingModifier and TypeMethodDescriptionConformance.Messaging.addEndpoint
(Conformance.MessagingEndpoint theValue) Adds a given new value for endpoint ()Conformance.Messaging.addEvent
(Conformance.MessagingEvent theValue) Adds a given new value for event ()Conformance.addMessaging()
Adds and returns a new value for messaging ()Conformance.getMessagingFirstRep()
Gets the first repetition for messaging (), creating it if it does not already exist.Conformance.Messaging.setDocumentation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()Conformance.Messaging.setDocumentation
(String theString) Sets the value for documentation ()Conformance.Messaging.setEndpoint
(List<Conformance.MessagingEndpoint> theValue) Sets the value(s) for endpoint ()Conformance.Messaging.setEvent
(List<Conformance.MessagingEvent> theValue) Sets the value(s) for event ()Conformance.Messaging.setReliableCache
(int theInteger) Sets the value for reliableCache ()Conformance.Messaging.setReliableCache
(ca.uhn.fhir.model.primitive.UnsignedIntDt theValue) Sets the value(s) for reliableCache ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.MessagingMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.MessagingModifier and TypeMethodDescriptionConformance.addMessaging
(Conformance.Messaging theValue) Adds a given new value for messaging ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.MessagingModifier and TypeMethodDescriptionConformance.setMessaging
(List<Conformance.Messaging> theValue) Sets the value(s) for messaging ()