Esempio n. 1
0
 /** Constructor */
 public Extension(String theUrl, IBaseDatatype theValue) {
   setUrl(theUrl);
   setValue(theValue);
 }
Esempio n. 2
0
 /** Constructor */
 public Extension(String theUrl) {
   setUrl(theUrl);
 }