Package org.projecthusky.communication
Class XdsRepository
java.lang.Object
org.projecthusky.communication.XdsRepository
Represents the connection details for an IHE XDS Repository
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XdsRepository
public XdsRepository()Standard constructor. -
XdsRepository
Constructor.- Parameters:
id
- repository IDuri
- repository URI
-
-
Method Details
-
getId
Gets the repository ID- Returns:
- the ID
-
getUri
Gets the repository URI- Returns:
- the URI
-
setRepository
Set the necessary connection details for a repository.- Parameters:
id
- repository IDuri
- repository URI
-