org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*
* XML Type: CT_Cfvo
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCfvo
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.spreadsheetml.x2006.main;
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 CT_Cfvo(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTCfvo extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctcfvo7ca5type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "extLst" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();
/**
* True if has "extLst" element
*/
boolean isSetExtLst();
/**
* Sets the "extLst" element
*/
void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);
/**
* Appends and returns a new empty "extLst" element
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();
/**
* Unsets the "extLst" element
*/
void unsetExtLst();
/**
* Gets the "type" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.Enum getType();
/**
* Gets (as xml) the "type" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType xgetType();
/**
* Sets the "type" attribute
*/
void setType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.Enum type);
/**
* Sets (as xml) the "type" attribute
*/
void xsetType(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType type);
/**
* Gets the "val" attribute
*/
java.lang.String getVal();
/**
* Gets (as xml) the "val" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetVal();
/**
* True if has "val" attribute
*/
boolean isSetVal();
/**
* Sets the "val" attribute
*/
void setVal(java.lang.String val);
/**
* Sets (as xml) the "val" attribute
*/
void xsetVal(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring val);
/**
* Unsets the "val" attribute
*/
void unsetVal();
/**
* Gets the "gte" attribute
*/
boolean getGte();
/**
* Gets (as xml) the "gte" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetGte();
/**
* True if has "gte" attribute
*/
boolean isSetGte();
/**
* Sets the "gte" attribute
*/
void setGte(boolean gte);
/**
* Sets (as xml) the "gte" attribute
*/
void xsetGte(org.apache.xmlbeans.XmlBoolean gte);
/**
* Unsets the "gte" attribute
*/
void unsetGte();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy