1 package org.exoplatform.services.xml.querying.impl.xtas.object.plugins; 2 3 7 8 public class CastorMapToElement { 9 10 private String table; 11 private String xml; 12 private String nsUri; 13 private String nsPrefix; 14 private String ldapDn; 15 private String ldapOc; 16 17 public String getXml() 18 { 19 return xml; 20 } 21 22 public void setXml(String xml) 23 { 24 this.xml = xml; 25 } 26 27 28 } 29 | Popular Tags |