Interface CTKinsoku
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTKinsoku extends XmlObject
An XML CT_Kinsoku(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTKinsoku.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getInvalEndChars()
Gets the "invalEndChars" attributejava.lang.String
getInvalStChars()
Gets the "invalStChars" attributejava.lang.String
getLang()
Gets the "lang" attributeboolean
isSetLang()
True if has "lang" attributevoid
setInvalEndChars(java.lang.String invalEndChars)
Sets the "invalEndChars" attributevoid
setInvalStChars(java.lang.String invalStChars)
Sets the "invalStChars" attributevoid
setLang(java.lang.String lang)
Sets the "lang" attributevoid
unsetLang()
Unsets the "lang" attributeXmlString
xgetInvalEndChars()
Gets (as xml) the "invalEndChars" attributeXmlString
xgetInvalStChars()
Gets (as xml) the "invalStChars" attributeXmlString
xgetLang()
Gets (as xml) the "lang" attributevoid
xsetInvalEndChars(XmlString invalEndChars)
Sets (as xml) the "invalEndChars" attributevoid
xsetInvalStChars(XmlString invalStChars)
Sets (as xml) the "invalStChars" attributevoid
xsetLang(XmlString lang)
Sets (as xml) the "lang" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getLang
java.lang.String getLang()
Gets the "lang" attribute
-
xgetLang
XmlString xgetLang()
Gets (as xml) the "lang" attribute
-
isSetLang
boolean isSetLang()
True if has "lang" attribute
-
setLang
void setLang(java.lang.String lang)
Sets the "lang" attribute
-
xsetLang
void xsetLang(XmlString lang)
Sets (as xml) the "lang" attribute
-
unsetLang
void unsetLang()
Unsets the "lang" attribute
-
getInvalStChars
java.lang.String getInvalStChars()
Gets the "invalStChars" attribute
-
xgetInvalStChars
XmlString xgetInvalStChars()
Gets (as xml) the "invalStChars" attribute
-
setInvalStChars
void setInvalStChars(java.lang.String invalStChars)
Sets the "invalStChars" attribute
-
xsetInvalStChars
void xsetInvalStChars(XmlString invalStChars)
Sets (as xml) the "invalStChars" attribute
-
getInvalEndChars
java.lang.String getInvalEndChars()
Gets the "invalEndChars" attribute
-
xgetInvalEndChars
XmlString xgetInvalEndChars()
Gets (as xml) the "invalEndChars" attribute
-
setInvalEndChars
void setInvalEndChars(java.lang.String invalEndChars)
Sets the "invalEndChars" attribute
-
xsetInvalEndChars
void xsetInvalEndChars(XmlString invalEndChars)
Sets (as xml) the "invalEndChars" attribute
-
-