
org.openxmlformats.schemas.officeDocument.x2006.relationships.EmbedAttribute Maven / Gradle / Ivy
/*
* An XML attribute type.
* Localname: embed
* Namespace: http://schemas.openxmlformats.org/officeDocument/2006/relationships
* Java type: org.openxmlformats.schemas.officeDocument.x2006.relationships.EmbedAttribute
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.officeDocument.x2006.relationships;
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 embed(@http://schemas.openxmlformats.org/officeDocument/2006/relationships) attribute.
*
* This is a complex type.
*/
public interface EmbedAttribute extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "embedcb3aattrtypetype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "embed" attribute
*/
java.lang.String getEmbed();
/**
* Gets (as xml) the "embed" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetEmbed();
/**
* True if has "embed" attribute
*/
boolean isSetEmbed();
/**
* Sets the "embed" attribute
*/
void setEmbed(java.lang.String embed);
/**
* Sets (as xml) the "embed" attribute
*/
void xsetEmbed(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId embed);
/**
* Unsets the "embed" attribute
*/
void unsetEmbed();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy