schemasMicrosoftComVml.CTH Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip
/*
* XML Type: CT_H
* Namespace: urn:schemas-microsoft-com:vml
* Java type: schemasMicrosoftComVml.CTH
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComVml;
/**
* An XML CT_H(@urn:schemas-microsoft-com:vml).
*
* This is a complex type.
*/
public interface CTH extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTH.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("cth4cbctype");
/**
* Gets the "position" attribute
*/
java.lang.String getPosition();
/**
* Gets (as xml) the "position" attribute
*/
org.apache.xmlbeans.XmlString xgetPosition();
/**
* True if has "position" attribute
*/
boolean isSetPosition();
/**
* Sets the "position" attribute
*/
void setPosition(java.lang.String position);
/**
* Sets (as xml) the "position" attribute
*/
void xsetPosition(org.apache.xmlbeans.XmlString position);
/**
* Unsets the "position" attribute
*/
void unsetPosition();
/**
* Gets the "polar" attribute
*/
java.lang.String getPolar();
/**
* Gets (as xml) the "polar" attribute
*/
org.apache.xmlbeans.XmlString xgetPolar();
/**
* True if has "polar" attribute
*/
boolean isSetPolar();
/**
* Sets the "polar" attribute
*/
void setPolar(java.lang.String polar);
/**
* Sets (as xml) the "polar" attribute
*/
void xsetPolar(org.apache.xmlbeans.XmlString polar);
/**
* Unsets the "polar" attribute
*/
void unsetPolar();
/**
* Gets the "map" attribute
*/
java.lang.String getMap();
/**
* Gets (as xml) the "map" attribute
*/
org.apache.xmlbeans.XmlString xgetMap();
/**
* True if has "map" attribute
*/
boolean isSetMap();
/**
* Sets the "map" attribute
*/
void setMap(java.lang.String map);
/**
* Sets (as xml) the "map" attribute
*/
void xsetMap(org.apache.xmlbeans.XmlString map);
/**
* Unsets the "map" attribute
*/
void unsetMap();
/**
* Gets the "invx" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getInvx();
/**
* Gets (as xml) the "invx" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetInvx();
/**
* True if has "invx" attribute
*/
boolean isSetInvx();
/**
* Sets the "invx" attribute
*/
void setInvx(schemasMicrosoftComVml.STTrueFalse.Enum invx);
/**
* Sets (as xml) the "invx" attribute
*/
void xsetInvx(schemasMicrosoftComVml.STTrueFalse invx);
/**
* Unsets the "invx" attribute
*/
void unsetInvx();
/**
* Gets the "invy" attribute
*/
schemasMicrosoftComVml.STTrueFalse.Enum getInvy();
/**
* Gets (as xml) the "invy" attribute
*/
schemasMicrosoftComVml.STTrueFalse xgetInvy();
/**
* True if has "invy" attribute
*/
boolean isSetInvy();
/**
* Sets the "invy" attribute
*/
void setInvy(schemasMicrosoftComVml.STTrueFalse.Enum invy);
/**
* Sets (as xml) the "invy" attribute
*/
void xsetInvy(schemasMicrosoftComVml.STTrueFalse invy);
/**
* Unsets the "invy" attribute
*/
void unsetInvy();
/**
* Gets the "switch" attribute
*/
schemasMicrosoftComVml.STTrueFalseBlank.Enum getSwitch();
/**
* Gets (as xml) the "switch" attribute
*/
schemasMicrosoftComVml.STTrueFalseBlank xgetSwitch();
/**
* True if has "switch" attribute
*/
boolean isSetSwitch();
/**
* Sets the "switch" attribute
*/
void setSwitch(schemasMicrosoftComVml.STTrueFalseBlank.Enum xswitch);
/**
* Sets (as xml) the "switch" attribute
*/
void xsetSwitch(schemasMicrosoftComVml.STTrueFalseBlank xswitch);
/**
* Unsets the "switch" attribute
*/
void unsetSwitch();
/**
* Gets the "xrange" attribute
*/
java.lang.String getXrange();
/**
* Gets (as xml) the "xrange" attribute
*/
org.apache.xmlbeans.XmlString xgetXrange();
/**
* True if has "xrange" attribute
*/
boolean isSetXrange();
/**
* Sets the "xrange" attribute
*/
void setXrange(java.lang.String xrange);
/**
* Sets (as xml) the "xrange" attribute
*/
void xsetXrange(org.apache.xmlbeans.XmlString xrange);
/**
* Unsets the "xrange" attribute
*/
void unsetXrange();
/**
* Gets the "yrange" attribute
*/
java.lang.String getYrange();
/**
* Gets (as xml) the "yrange" attribute
*/
org.apache.xmlbeans.XmlString xgetYrange();
/**
* True if has "yrange" attribute
*/
boolean isSetYrange();
/**
* Sets the "yrange" attribute
*/
void setYrange(java.lang.String yrange);
/**
* Sets (as xml) the "yrange" attribute
*/
void xsetYrange(org.apache.xmlbeans.XmlString yrange);
/**
* Unsets the "yrange" attribute
*/
void unsetYrange();
/**
* Gets the "radiusrange" attribute
*/
java.lang.String getRadiusrange();
/**
* Gets (as xml) the "radiusrange" attribute
*/
org.apache.xmlbeans.XmlString xgetRadiusrange();
/**
* True if has "radiusrange" attribute
*/
boolean isSetRadiusrange();
/**
* Sets the "radiusrange" attribute
*/
void setRadiusrange(java.lang.String radiusrange);
/**
* Sets (as xml) the "radiusrange" attribute
*/
void xsetRadiusrange(org.apache.xmlbeans.XmlString radiusrange);
/**
* Unsets the "radiusrange" attribute
*/
void unsetRadiusrange();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static schemasMicrosoftComVml.CTH newInstance() {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static schemasMicrosoftComVml.CTH newInstance(org.apache.xmlbeans.XmlOptions options) {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static schemasMicrosoftComVml.CTH parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static schemasMicrosoftComVml.CTH parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static schemasMicrosoftComVml.CTH parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static schemasMicrosoftComVml.CTH parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static schemasMicrosoftComVml.CTH parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static schemasMicrosoftComVml.CTH parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static schemasMicrosoftComVml.CTH parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static schemasMicrosoftComVml.CTH parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static schemasMicrosoftComVml.CTH parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static schemasMicrosoftComVml.CTH parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static schemasMicrosoftComVml.CTH parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static schemasMicrosoftComVml.CTH parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static schemasMicrosoftComVml.CTH parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static schemasMicrosoftComVml.CTH parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTH parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static schemasMicrosoftComVml.CTH parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (schemasMicrosoftComVml.CTH) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}