Uses of Class
org.hl7.fhir.dstu2.model.MessageHeader.MessageDestinationComponent
-
Packages that use MessageHeader.MessageDestinationComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MessageHeader.MessageDestinationComponent Modifier and Type Method Description protected MessageHeader.MessageDestinationComponentJsonParser. parseMessageHeaderMessageDestinationComponent(com.google.gson.JsonObject json, MessageHeader owner)protected MessageHeader.MessageDestinationComponentXmlParser. parseMessageHeaderMessageDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type MessageHeader.MessageDestinationComponent Modifier and Type Method Description protected voidJsonParser. composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element)protected voidXmlParser. composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element)protected voidJsonParser. composeMessageHeaderMessageDestinationComponentInner(MessageHeader.MessageDestinationComponent element) -
Uses of MessageHeader.MessageDestinationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type MessageHeader.MessageDestinationComponent Modifier and Type Field Description protected List<MessageHeader.MessageDestinationComponent>MessageHeader. destinationThe destination application which the message is intended for.Methods in org.hl7.fhir.dstu2.model that return MessageHeader.MessageDestinationComponent Modifier and Type Method Description MessageHeader.MessageDestinationComponentMessageHeader. addDestination()MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. copy()MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setEndpoint(String value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setEndpointElement(UriType value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setName(String value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setNameElement(StringType value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setTarget(Reference value)MessageHeader.MessageDestinationComponentMessageHeader.MessageDestinationComponent. setTargetTarget(Device value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type MessageHeader.MessageDestinationComponent Modifier and Type Method Description List<MessageHeader.MessageDestinationComponent>MessageHeader. getDestination()Methods in org.hl7.fhir.dstu2.model with parameters of type MessageHeader.MessageDestinationComponent Modifier and Type Method Description MessageHeaderMessageHeader. addDestination(MessageHeader.MessageDestinationComponent t)
-