Uses of Class
org.hl7.fhir.r4.model.UrlType
-
Uses of UrlType in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected UrlType
protected UrlType
XmlParser.parseUrl
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeUrl
(Turtle.Complex parent, String parentType, String name, UrlType value, int index) protected void
XmlParser.composeUrl
(String name, UrlType value) protected void
JsonParser.composeUrlCore
(String name, UrlType value, boolean inArray) protected void
JsonParser.composeUrlExtras
(String name, UrlType value, boolean inArray) -
Uses of UrlType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected UrlType
CapabilityStatement.CapabilityStatementMessagingEndpointComponent.address
The network address of the endpoint.protected UrlType
Endpoint.address
The uri that describes the actual end-point to connect to.protected UrlType
MessageHeader.MessageDestinationComponent.endpoint
Indicates where the message should be routed to.protected UrlType
MessageHeader.MessageSourceComponent.endpoint
Identifies the routing target to send acknowledgements to.protected UrlType
Subscription.SubscriptionChannelComponent.endpoint
The url that describes the actual end-point to send messages to.protected UrlType
ImplementationGuide.ManifestResourceComponent.relativePath
The relative path for primary page for this resource within the IG.protected UrlType
ImplementationGuide.ImplementationGuideManifestComponent.rendering
A pointer to official web page, PDF or other rendering of the implementation guide.protected UrlType
Attachment.url
A location where the data can be accessed.protected UrlType
CapabilityStatement.CapabilityStatementImplementationComponent.url
An absolute base URL for the implementation.protected UrlType
RelatedArtifact.url
A url for the artifact that can be followed to access the actual content.protected UrlType
TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.url
An absolute base URL for the implementation.Modifier and TypeMethodDescriptionUrlType.copy()
ConstructorCapabilityStatement.CapabilityStatementMessagingEndpointComponent.getAddressElement()
Endpoint.getAddressElement()
MessageHeader.MessageDestinationComponent.getEndpointElement()
MessageHeader.MessageSourceComponent.getEndpointElement()
Subscription.SubscriptionChannelComponent.getEndpointElement()
ImplementationGuide.ImplementationGuideDefinitionPageComponent.getNameUrlType()
ImplementationGuide.ManifestResourceComponent.getRelativePathElement()
ImplementationGuide.ImplementationGuideManifestComponent.getRenderingElement()
Attachment.getUrlElement()
CapabilityStatement.CapabilityStatementImplementationComponent.getUrlElement()
RelatedArtifact.getUrlElement()
TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.getUrlElement()
static UrlType
Modifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementMessagingEndpointComponent.setAddressElement
(UrlType value) Endpoint.setAddressElement
(UrlType value) MessageHeader.MessageDestinationComponent.setEndpointElement
(UrlType value) MessageHeader.MessageSourceComponent.setEndpointElement
(UrlType value) Subscription.SubscriptionChannelComponent.setEndpointElement
(UrlType value) ImplementationGuide.ManifestResourceComponent.setRelativePathElement
(UrlType value) ImplementationGuide.ImplementationGuideManifestComponent.setRenderingElement
(UrlType value) Attachment.setUrlElement
(UrlType value) CapabilityStatement.CapabilityStatementImplementationComponent.setUrlElement
(UrlType value) RelatedArtifact.setUrlElement
(UrlType value) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.setUrlElement
(UrlType value) ModifierConstructorDescriptionCapabilityStatementMessagingEndpointComponent
(Coding protocol, UrlType address) ConstructorEndpoint
(Enumeration<Endpoint.EndpointStatus> status, Coding connectionType, UrlType address) ConstructorMessageDestinationComponent
(UrlType endpoint) ConstructorMessageSourceComponent
(UrlType endpoint) Constructor