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

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

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


    /**
     * Gets the "to" attribute
     */
    java.lang.String getTo();

    /**
     * Gets (as xml) the "to" attribute
     */
    org.w3.x1999.xlink.ToType xgetTo();

    /**
     * True if has "to" attribute
     */
    boolean isSetTo();

    /**
     * Sets the "to" attribute
     */
    void setTo(java.lang.String to);

    /**
     * Sets (as xml) the "to" attribute
     */
    void xsetTo(org.w3.x1999.xlink.ToType to);

    /**
     * Unsets the "to" attribute
     */
    void unsetTo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy