- All Known Subinterfaces:
PublicIdentifier
public interface PublicIdentifier
This type represents a public identifier.
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description String
getFullID()
Returns the full identifier of this PublicIdentifier instance being <collection<:<simple identifier<.String
getSimpleID()
Returns the sinple identifier of this PublicIdentifier instance.
-
Method Details
-
getSimpleID
String getSimpleID()Returns the sinple identifier of this PublicIdentifier instance.- Returns:
- simple identifier
-
getFullID
String getFullID()Returns the full identifier of this PublicIdentifier instance being <collection<:<simple identifier<.- Returns:
- full identifier
-