All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxri.xml.ProviderID Maven / Gradle / Ivy

The newest version!
package org.openxri.xml;

public class ProviderID extends SimpleXMLElement{
	
	public ProviderID(ProviderID p) {
		super(p);
	}
	
	public ProviderID(String provideridString) {
		super(Tags.TAG_PROVIDERID);
		setValue(provideridString);
	}

	public ProviderID() {
		super(Tags.TAG_PROVIDERID);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy