Uses of Class
org.hl7.fhir.r5.model.UrlType
Packages that use UrlType
-
Uses of UrlType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return UrlTypeModifier and TypeMethodDescriptionprotected UrlTypeprotected UrlTypeXmlParser.parseUrl(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type UrlTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeUrl(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, UrlType value, int index) protected voidXmlParser.composeUrl(String name, UrlType value) protected voidJsonParser.composeUrlCore(String name, UrlType value, boolean inArray) protected voidJsonParser.composeUrlExtras(String name, UrlType value, boolean inArray) -
Uses of UrlType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as UrlTypeModifier and TypeFieldDescriptionprotected UrlTypeCapabilityStatement.CapabilityStatementMessagingEndpointComponent.addressThe network address of the endpoint.protected UrlTypeEndpoint.addressThe uri that describes the actual end-point to connect to.protected UrlTypeMessageHeader.MessageDestinationComponent.endpointIndicates where the message should be routed to.protected UrlTypeMessageHeader.MessageSourceComponent.endpointIdentifies the routing target to send acknowledgements to.protected UrlTypeSubscription.endpointThe url that describes the actual end-point to send messages to.protected UrlTypeImplementationGuide.ManifestResourceComponent.relativePathThe relative path for primary page for this resource within the IG.protected UrlTypeImplementationGuide.ImplementationGuideManifestComponent.renderingA pointer to official web page, PDF or other rendering of the implementation guide.protected UrlTypeAttachment.urlA location where the data can be accessed.protected UrlTypeCapabilityStatement.CapabilityStatementImplementationComponent.urlAn absolute base URL for the implementation.protected UrlTypeCapabilityStatement2.CapabilityStatement2ImplementationComponent.urlAn absolute base URL for the implementation.protected UrlTypeTerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.urlAn absolute base URL for the implementation.Methods in org.hl7.fhir.r5.model that return UrlTypeModifier and TypeMethodDescriptionstatic UrlTypeUrlType.copy()ConstructorCapabilityStatement.CapabilityStatementMessagingEndpointComponent.getAddressElement()Endpoint.getAddressElement()ElementDefinition.getDefaultValueUrlType()MessageHeader.MessageDestinationComponent.getEndpointElement()MessageHeader.MessageSourceComponent.getEndpointElement()Subscription.getEndpointElement()ElementDefinition.getFixedUrlType()ImplementationGuide.ImplementationGuideDefinitionPageComponent.getNameUrlType()ElementDefinition.getPatternUrlType()ImplementationGuide.ManifestResourceComponent.getRelativePathElement()ImplementationGuide.ImplementationGuideManifestComponent.getRenderingElement()Attachment.getUrlElement()CapabilityStatement.CapabilityStatementImplementationComponent.getUrlElement()CapabilityStatement2.CapabilityStatement2ImplementationComponent.getUrlElement()TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.getUrlElement()ElementDefinition.ElementDefinitionExampleComponent.getValueUrlType()Extension.getValueUrlType()Parameters.ParametersParameterComponent.getValueUrlType()Task.ParameterComponent.getValueUrlType()Task.TaskOutputComponent.getValueUrlType()static UrlTypeMethods in org.hl7.fhir.r5.model with parameters of type UrlTypeModifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementMessagingEndpointComponent.setAddressElement(UrlType value) Endpoint.setAddressElement(UrlType value) MessageHeader.MessageDestinationComponent.setEndpointElement(UrlType value) MessageHeader.MessageSourceComponent.setEndpointElement(UrlType value) Subscription.setEndpointElement(UrlType value) ImplementationGuide.ManifestResourceComponent.setRelativePathElement(UrlType value) ImplementationGuide.ImplementationGuideManifestComponent.setRenderingElement(UrlType value) Attachment.setUrlElement(UrlType value) CapabilityStatement.CapabilityStatementImplementationComponent.setUrlElement(UrlType value) CapabilityStatement2.CapabilityStatement2ImplementationComponent.setUrlElement(UrlType value) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.setUrlElement(UrlType value)