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

io.legaldocml.akn.element.Applies Maven / Gradle / Ivy

package io.legaldocml.akn.element;

import io.legaldocml.io.impl.Buffers;
import io.legaldocml.io.XmlWriter;

import java.io.IOException;

import static io.legaldocml.akn.AknElements.APPLIES;

/**
 * The element applies is a metadata element specifying a reference to a source applyed by the argument being described.
 *
 * 
 * 	 
 * 
* * @author Jacques Militello */ public final class Applies extends JudicialArgumentType implements JudicialArgumentsElement { /** * Memory address. */ private static final long ADDRESS = Buffers.address(APPLIES); /** * {@inheritDoc} */ @Override public void write(XmlWriter writer) throws IOException { writer.writeStart(ADDRESS, 7); super.write(writer); writer.writeEnd(ADDRESS, 7); } /** * {@inheritDoc} */ @Override public String name() { return APPLIES; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy