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

com.microsoft.schemas.compatibility.ProcessContentAttribute Maven / Gradle / Ivy

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 62
Show newest version
/*
 * An XML attribute type.
 * Localname: ProcessContent
 * Namespace: http://schemas.openxmlformats.org/markup-compatibility/2006
 * Java type: com.microsoft.schemas.compatibility.ProcessContentAttribute
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.compatibility;

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 ProcessContent(@http://schemas.openxmlformats.org/markup-compatibility/2006) attribute.
 *
 * This is a complex type.
 */
public interface ProcessContentAttribute extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "processcontentd4c1attrtypetype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "ProcessContent" attribute
     */
    java.lang.String getProcessContent();

    /**
     * Gets (as xml) the "ProcessContent" attribute
     */
    org.apache.xmlbeans.XmlString xgetProcessContent();

    /**
     * True if has "ProcessContent" attribute
     */
    boolean isSetProcessContent();

    /**
     * Sets the "ProcessContent" attribute
     */
    void setProcessContent(java.lang.String processContent);

    /**
     * Sets (as xml) the "ProcessContent" attribute
     */
    void xsetProcessContent(org.apache.xmlbeans.XmlString processContent);

    /**
     * Unsets the "ProcessContent" attribute
     */
    void unsetProcessContent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy