Ejemplo n.º 1
0
 /**
  * Sets the XML Name for the described object.
  *
  * @param xmlName the XML name to use for the described object.
  */
 public void setXMLName(final String xmlName) {
   if (xmlName != null && xmlName.length() > 0) {
     _xmlName = xmlName;
     _desc.setXMLName(xmlName);
   }
 } // -- setXMLName
Ejemplo n.º 2
0
 /**
  * Sets the XML Name for the described object.
  *
  * @param xmlName the XML name to use for the described object.
  */
 public void setXMLName(String xmlName) {
   if ((xmlName != null) && (xmlName.length() > 0)) {
     _xmlName = xmlName;
     _desc.setXMLName(xmlName);
   }
 } // -- setXMLName