Uses of Class
com.ibm.fhir.model.type.Url
-
Packages that use Url Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Url in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Url Modifier and Type Method Description UrlCapabilityStatement.Messaging.Endpoint. getAddress()The network address of the endpoint.UrlEndpoint. getAddress()The uri that describes the actual end-point to connect to.UrlMessageHeader.Destination. getEndpoint()Indicates where the message should be routed to.UrlMessageHeader.Source. getEndpoint()Identifies the routing target to send acknowledgements to.UrlSubscription.Channel. getEndpoint()The url that describes the actual end-point to send messages to.UrlImplementationGuide.Manifest.Resource. getRelativePath()The relative path for primary page for this resource within the IG.UrlImplementationGuide.Manifest. getRendering()A pointer to official web page, PDF or other rendering of the implementation guide.UrlCapabilityStatement.Implementation. getUrl()An absolute base URL for the implementation.UrlTerminologyCapabilities.Implementation. getUrl()An absolute base URL for the implementation.Methods in com.ibm.fhir.model.resource with parameters of type Url Modifier and Type Method Description CapabilityStatement.Messaging.Endpoint.BuilderCapabilityStatement.Messaging.Endpoint.Builder. address(Url address)The network address of the endpoint.Endpoint.BuilderEndpoint.Builder. address(Url address)The uri that describes the actual end-point to connect to.MessageHeader.Destination.BuilderMessageHeader.Destination.Builder. endpoint(Url endpoint)Indicates where the message should be routed to.MessageHeader.Source.BuilderMessageHeader.Source.Builder. endpoint(Url endpoint)Identifies the routing target to send acknowledgements to.Subscription.Channel.BuilderSubscription.Channel.Builder. endpoint(Url endpoint)The url that describes the actual end-point to send messages to.ImplementationGuide.Manifest.Resource.BuilderImplementationGuide.Manifest.Resource.Builder. relativePath(Url relativePath)The relative path for primary page for this resource within the IG.ImplementationGuide.Manifest.BuilderImplementationGuide.Manifest.Builder. rendering(Url rendering)A pointer to official web page, PDF or other rendering of the implementation guide.CapabilityStatement.Implementation.BuilderCapabilityStatement.Implementation.Builder. url(Url url)An absolute base URL for the implementation.TerminologyCapabilities.Implementation.BuilderTerminologyCapabilities.Implementation.Builder. url(Url url)An absolute base URL for the implementation. -
Uses of Url in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Url Modifier and Type Method Description UrlUrl.Builder. build()Build theUrlUrlAttachment. getUrl()A location where the data can be accessed.UrlRelatedArtifact. getUrl()A url for the artifact that can be followed to access the actual content.static UrlUrl. of(String value)Methods in com.ibm.fhir.model.type with parameters of type Url Modifier and Type Method Description protected Url.BuilderUrl.Builder. from(Url url)Attachment.BuilderAttachment.Builder. url(Url url)A location where the data can be accessed.RelatedArtifact.BuilderRelatedArtifact.Builder. url(Url url)A url for the artifact that can be followed to access the actual content. -
Uses of Url in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Url Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Url url)Delegates to#visit(elementName, elementIndex, Uri)booleanVisitor. visit(String elementName, int elementIndex, Url url)
-