![JAR search and dependency download from the Maven repository](/logo.png)
com.nedap.archie.rm.support.identification.InternetId Maven / Gradle / Ivy
package com.nedap.archie.rm.support.identification;
/**
* Created by pieter.bos on 08/07/16.
*/
public class InternetId extends UID {
public InternetId() {
}
public InternetId(String value) {
super(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy