com.microsoft.schemas.office.drawing.x2014.chartex.CTStringValue Maven / Gradle / Ivy
/*
* XML Type: CT_StringValue
* Namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
* Java type: com.microsoft.schemas.office.drawing.x2014.chartex.CTStringValue
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.drawing.x2014.chartex;
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_StringValue(@http://schemas.microsoft.com/office/drawing/2014/chartex).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.drawing.x2014.chartex.CTStringValue.
*/
public interface CTStringValue extends org.apache.xmlbeans.XmlString {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctstringvalue4a50type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "idx" attribute
*/
long getIdx();
/**
* Gets (as xml) the "idx" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetIdx();
/**
* Sets the "idx" attribute
*/
void setIdx(long idx);
/**
* Sets (as xml) the "idx" attribute
*/
void xsetIdx(org.apache.xmlbeans.XmlUnsignedInt idx);
}