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

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

The newest version!
/*
 * XML Type:  extended
 * Namespace: http://www.w3.org/1999/xlink
 * Java type: org.w3.x1999.xlink.Extended
 *
 * 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;


/**
 * An XML extended(@http://www.w3.org/1999/xlink).
 *
 * This is a complex type.
 */
public interface Extended extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(net.wirelabs.jmaps.viewer.system.xml.TypeSystemHolder.typeSystem, "extended39fdtype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets a List of "title" elements
     */
    java.util.List getTitleList();

    /**
     * Gets array of all "title" elements
     */
    org.w3.x1999.xlink.TitleEltType[] getTitleArray();

    /**
     * Gets ith "title" element
     */
    org.w3.x1999.xlink.TitleEltType getTitleArray(int i);

    /**
     * Returns number of "title" element
     */
    int sizeOfTitleArray();

    /**
     * Sets array of all "title" element
     */
    void setTitleArray(org.w3.x1999.xlink.TitleEltType[] titleArray);

    /**
     * Sets ith "title" element
     */
    void setTitleArray(int i, org.w3.x1999.xlink.TitleEltType title);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "title" element
     */
    org.w3.x1999.xlink.TitleEltType insertNewTitle(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "title" element
     */
    org.w3.x1999.xlink.TitleEltType addNewTitle();

    /**
     * Removes the ith "title" element
     */
    void removeTitle(int i);

    /**
     * Gets a List of "resource" elements
     */
    java.util.List getResourceList();

    /**
     * Gets array of all "resource" elements
     */
    org.w3.x1999.xlink.ResourceType[] getResourceArray();

    /**
     * Gets ith "resource" element
     */
    org.w3.x1999.xlink.ResourceType getResourceArray(int i);

    /**
     * Returns number of "resource" element
     */
    int sizeOfResourceArray();

    /**
     * Sets array of all "resource" element
     */
    void setResourceArray(org.w3.x1999.xlink.ResourceType[] resourceArray);

    /**
     * Sets ith "resource" element
     */
    void setResourceArray(int i, org.w3.x1999.xlink.ResourceType resource);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "resource" element
     */
    org.w3.x1999.xlink.ResourceType insertNewResource(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "resource" element
     */
    org.w3.x1999.xlink.ResourceType addNewResource();

    /**
     * Removes the ith "resource" element
     */
    void removeResource(int i);

    /**
     * Gets a List of "locator" elements
     */
    java.util.List getLocatorList();

    /**
     * Gets array of all "locator" elements
     */
    org.w3.x1999.xlink.LocatorType[] getLocatorArray();

    /**
     * Gets ith "locator" element
     */
    org.w3.x1999.xlink.LocatorType getLocatorArray(int i);

    /**
     * Returns number of "locator" element
     */
    int sizeOfLocatorArray();

    /**
     * Sets array of all "locator" element
     */
    void setLocatorArray(org.w3.x1999.xlink.LocatorType[] locatorArray);

    /**
     * Sets ith "locator" element
     */
    void setLocatorArray(int i, org.w3.x1999.xlink.LocatorType locator);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "locator" element
     */
    org.w3.x1999.xlink.LocatorType insertNewLocator(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "locator" element
     */
    org.w3.x1999.xlink.LocatorType addNewLocator();

    /**
     * Removes the ith "locator" element
     */
    void removeLocator(int i);

    /**
     * Gets a List of "arc" elements
     */
    java.util.List getArcList();

    /**
     * Gets array of all "arc" elements
     */
    org.w3.x1999.xlink.ArcType[] getArcArray();

    /**
     * Gets ith "arc" element
     */
    org.w3.x1999.xlink.ArcType getArcArray(int i);

    /**
     * Returns number of "arc" element
     */
    int sizeOfArcArray();

    /**
     * Sets array of all "arc" element
     */
    void setArcArray(org.w3.x1999.xlink.ArcType[] arcArray);

    /**
     * Sets ith "arc" element
     */
    void setArcArray(int i, org.w3.x1999.xlink.ArcType arc);

    /**
     * Inserts and returns a new empty value (as xml) as the ith "arc" element
     */
    org.w3.x1999.xlink.ArcType insertNewArc(int i);

    /**
     * Appends and returns a new empty value (as xml) as the last "arc" element
     */
    org.w3.x1999.xlink.ArcType addNewArc();

    /**
     * Removes the ith "arc" element
     */
    void removeArc(int i);

    /**
     * Gets the "type" attribute
     */
    org.w3.x1999.xlink.TypeType.Enum getType();

    /**
     * Gets (as xml) the "type" attribute
     */
    org.w3.x1999.xlink.TypeType xgetType();

    /**
     * Sets the "type" attribute
     */
    void setType(org.w3.x1999.xlink.TypeType.Enum type);

    /**
     * Sets (as xml) the "type" attribute
     */
    void xsetType(org.w3.x1999.xlink.TypeType type);

    /**
     * Gets the "role" attribute
     */
    java.lang.String getRole();

    /**
     * Gets (as xml) the "role" attribute
     */
    org.w3.x1999.xlink.RoleType xgetRole();

    /**
     * True if has "role" attribute
     */
    boolean isSetRole();

    /**
     * Sets the "role" attribute
     */
    void setRole(java.lang.String role);

    /**
     * Sets (as xml) the "role" attribute
     */
    void xsetRole(org.w3.x1999.xlink.RoleType role);

    /**
     * Unsets the "role" attribute
     */
    void unsetRole();

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

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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy