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