java.lang.Object
org.openehealth.ipf.commons.core.URN
All Implemented Interfaces:
Serializable, Comparable<URN>

public final class URN extends Object implements Comparable<URN>, Serializable
URN abstraction, following the pattern of URI and URL classes. This is not meant as a generic URN representation as defined in RFC 2141, but limited to its uses in healthcare domain, specifically for encoding UUIDs and OIDs. Note that in URNs the namespace identifier is case-insensitive
See Also: