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

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

package io.legaldocml.akn.attribute;


import io.legaldocml.akn.AknObject;

/**
 * The attribute target specifies the target of the a element.
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Target extends AknObject {

    String getTarget();

    void setTarget(String value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy