public void setXsiType() { com.altova.xml.XmlTreeOperations.setAttribute( getNode(), "http://www.w3.org/2001/XMLSchema-instance", "xsi:type", "http://purl.org/dc/elements/1.1/", "SimpleLiteral"); }
public void setValue(String value) { com.altova.typeinfo.MemberInfo member = gr.ntua.ivml.mint.oaiexporter.xml.schema.ESE_V3_2.ESE_V3_2_TypeInfo.binder .getMembers()[ gr.ntua.ivml.mint.oaiexporter.xml.schema.ESE_V3_2.ESE_V3_2_TypeInfo ._altova_mi_dc_altova_SimpleLiteral ._unnamed]; com.altova.xml.XmlTreeOperations.setValue(getNode(), member, value); }
// Attributes public String getValue() { com.altova.typeinfo.MemberInfo member = gr.ntua.ivml.mint.oaiexporter.xml.schema.ESE_V3_2.ESE_V3_2_TypeInfo.binder .getMembers()[ gr.ntua.ivml.mint.oaiexporter.xml.schema.ESE_V3_2.ESE_V3_2_TypeInfo ._altova_mi_dc_altova_SimpleLiteral ._unnamed]; return (String) com.altova.xml.XmlTreeOperations.castToString(getNode(), member); }
public void setValue(String value) { com.altova.xml.XmlTreeOperations.setValue(owner.getNode(), info, value); }
public String getValue() { return (String) com.altova.xml.XmlTreeOperations.castToString( com.altova.xml.XmlTreeOperations.findAttribute(owner.getNode(), info), info); }