Uses of Class
org.hl7.fhir.r4.model.UrlType
-
Packages that use UrlType Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of UrlType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return UrlType Modifier and Type Method Description protected UrlTypeJsonParser. parseUrl(String v)protected UrlTypeXmlParser. parseUrl(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type UrlType Modifier and Type Method Description protected voidRdfParser. composeUrl(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.r4.model
Fields in org.hl7.fhir.r4.model declared as UrlType Modifier and Type Field Description protected 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.SubscriptionChannelComponent. 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 UrlTypeRelatedArtifact. urlA url for the artifact that can be followed to access the actual content.protected UrlTypeTerminologyCapabilities.TerminologyCapabilitiesImplementationComponent. urlAn absolute base URL for the implementation.Methods in org.hl7.fhir.r4.model that return UrlType Modifier and Type Method Description UrlTypeBase. castToUrl(Base b)UrlTypeUrlType. copy()ConstructorUrlTypeCapabilityStatement.CapabilityStatementMessagingEndpointComponent. getAddressElement()UrlTypeEndpoint. getAddressElement()UrlTypeMessageHeader.MessageDestinationComponent. getEndpointElement()UrlTypeMessageHeader.MessageSourceComponent. getEndpointElement()UrlTypeSubscription.SubscriptionChannelComponent. getEndpointElement()UrlTypeImplementationGuide.ImplementationGuideDefinitionPageComponent. getNameUrlType()UrlTypeImplementationGuide.ManifestResourceComponent. getRelativePathElement()UrlTypeImplementationGuide.ImplementationGuideManifestComponent. getRenderingElement()UrlTypeAttachment. getUrlElement()UrlTypeCapabilityStatement.CapabilityStatementImplementationComponent. getUrlElement()UrlTypeRelatedArtifact. getUrlElement()UrlTypeTerminologyCapabilities.TerminologyCapabilitiesImplementationComponent. getUrlElement()static UrlTypeFactory. newUrl(String value)Constructors in org.hl7.fhir.r4.model with parameters of type UrlType Constructor Description CapabilityStatementMessagingEndpointComponent(Coding protocol, UrlType address)ConstructorEndpoint(Enumeration<Endpoint.EndpointStatus> status, Coding connectionType, UrlType address)ConstructorMessageDestinationComponent(UrlType endpoint)ConstructorMessageSourceComponent(UrlType endpoint)Constructor
-