package org.etk.kernel.container.xml.object; public class XMLValue extends XMLBaseObject { public XMLValue() { } public XMLValue(Class objectType, Object val) throws Exception { super(objectType, val); } }