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

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

The newest version!
/*
 * An XML attribute type.
 * Localname: title
 * Namespace: http://www.w3.org/1999/xlink
 * Java type: org.w3.x1999.xlink.TitleAttribute
 *
 * 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 title(@http://www.w3.org/1999/xlink) attribute.
 *
 * This is a complex type.
 */
public interface TitleAttribute extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "titleb972attrtypetype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "title" attribute
     */
    java.lang.String getTitle();

    /**
     * Gets (as xml) the "title" attribute
     */
    org.w3.x1999.xlink.TitleAttrType xgetTitle();

    /**
     * True if has "title" attribute
     */
    boolean isSetTitle();

    /**
     * Sets the "title" attribute
     */
    void setTitle(java.lang.String title);

    /**
     * Sets (as xml) the "title" attribute
     */
    void xsetTitle(org.w3.x1999.xlink.TitleAttrType title);

    /**
     * Unsets the "title" attribute
     */
    void unsetTitle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy