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.
 *
 * 
 * 	<xsd:attributeGroup name="number">
 * 		<xsd:attribute name="number" type="xsd:string"/>
 * 	<xsd:attributeGroup>
 * 
* * @author Jacques Militello */ public interface Number extends AknObject { /** * Attribute name "number". */ String ATTRIBUTE = "number"; String getNumber(); void setNumber(String number); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy