public void setValue(String value) { com.migration.xml.XmlTreeOperations.setValue(owner.getNode(), info, value); }
public String getValue() { return (String) com.migration.xml.XmlTreeOperations.castToString( com.migration.xml.XmlTreeOperations.findAttribute(owner.getNode(), info), info); }