
Uses of Class
org.hl7.fhir.r5.model.MessageHeader.MessageDestinationComponent
Packages that use MessageHeader.MessageDestinationComponent
-
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MessageHeader.MessageDestinationComponentModifier and TypeMethodDescriptionJsonParser.parseMessageHeaderMessageDestinationComponent(com.google.gson.JsonObject json) XmlParser.parseMessageHeaderMessageDestinationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MessageHeader.MessageDestinationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element) protected voidJsonParser.composeMessageDestinationComponentProperties(MessageHeader.MessageDestinationComponent element) protected voidRdfParser.composeMessageHeaderMessageDestinationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MessageHeader.MessageDestinationComponent element, int index) protected voidXmlParser.composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element) protected voidXmlParser.composeMessageHeaderMessageDestinationComponentElements(MessageHeader.MessageDestinationComponent element) protected booleanXmlParser.parseMessageHeaderMessageDestinationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageHeader.MessageDestinationComponent res) protected voidJsonParser.parseMessageHeaderMessageDestinationComponentProperties(com.google.gson.JsonObject json, MessageHeader.MessageDestinationComponent res) -
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type MessageHeader.MessageDestinationComponentModifier and TypeFieldDescriptionprotected List<MessageHeader.MessageDestinationComponent> MessageHeader.destinationThe destination application which the message is intended for.Methods in org.hl7.fhir.r5.model that return MessageHeader.MessageDestinationComponentModifier and TypeMethodDescriptionMessageHeader.addDestination()MessageHeader.MessageDestinationComponent.copy()MessageHeader.getDestinationFirstRep()MessageHeader.MessageDestinationComponent.setEndpoint(DataType value) MessageHeader.MessageDestinationComponent.setNameElement(StringType value) MessageHeader.MessageDestinationComponent.setReceiver(Reference value) Methods in org.hl7.fhir.r5.model that return types with arguments of type MessageHeader.MessageDestinationComponentMethods in org.hl7.fhir.r5.model with parameters of type MessageHeader.MessageDestinationComponentModifier and TypeMethodDescriptionMessageHeader.addDestination(MessageHeader.MessageDestinationComponent t) voidMessageHeader.MessageDestinationComponent.copyValues(MessageHeader.MessageDestinationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type MessageHeader.MessageDestinationComponentModifier and TypeMethodDescriptionMessageHeader.setDestination(List<MessageHeader.MessageDestinationComponent> theDestination)