All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.legaldocml.akn.attribute.Name Maven / Gradle / Ivy

The newest version!
package io.legaldocml.akn.attribute;

import io.legaldocml.akn.AknObject;

/**
 * The attribute name is used to give a name to all generic elements.
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Name extends AknObject {

    String getName();

    void setName(String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy