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

org.w3.x1999.xlink.HrefAttribute Maven / Gradle / Ivy

The newest version!
/*
 * An XML attribute type.
 * Localname: href
 * Namespace: http://www.w3.org/1999/xlink
 * Java type: org.w3.x1999.xlink.HrefAttribute
 *
 * Automatically generated - do not modify.
 */
package org.w3.x1999.xlink;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * A document containing one href(@http://www.w3.org/1999/xlink) attribute.
 *
 * This is a complex type.
 */
public interface HrefAttribute extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "href3949attrtypetype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "href" attribute
     */
    java.lang.String getHref();

    /**
     * Gets (as xml) the "href" attribute
     */
    org.w3.x1999.xlink.HrefType xgetHref();

    /**
     * True if has "href" attribute
     */
    boolean isSetHref();

    /**
     * Sets the "href" attribute
     */
    void setHref(java.lang.String href);

    /**
     * Sets (as xml) the "href" attribute
     */
    void xsetHref(org.w3.x1999.xlink.HrefType href);

    /**
     * Unsets the "href" attribute
     */
    void unsetHref();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy