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

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

package io.legaldocml.akn.attribute;

import io.legaldocml.akn.AknObject;

/**
 * The attribute number is used to specify a number in the publication of the document.
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Number extends AknObject {

    String getNumber();

    void setNumber(String number);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy