Exemplo n.º 1
0
 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");
 }
Exemplo n.º 2
0
 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);
 }
Exemplo n.º 3
0
 // 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);
 }
Exemplo n.º 4
0
 public void setValue(String value) {
   com.altova.xml.XmlTreeOperations.setValue(owner.getNode(), info, value);
 }
Exemplo n.º 5
0
 public String getValue() {
   return (String)
       com.altova.xml.XmlTreeOperations.castToString(
           com.altova.xml.XmlTreeOperations.findAttribute(owner.getNode(), info), info);
 }