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 classCTKinsoku.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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.StringgetInvalEndChars()Gets the "invalEndChars" attributejava.lang.StringgetInvalStChars()Gets the "invalStChars" attributejava.lang.StringgetLang()Gets the "lang" attributebooleanisSetLang()True if has "lang" attributevoidsetInvalEndChars(java.lang.String invalEndChars)Sets the "invalEndChars" attributevoidsetInvalStChars(java.lang.String invalStChars)Sets the "invalStChars" attributevoidsetLang(java.lang.String lang)Sets the "lang" attributevoidunsetLang()Unsets the "lang" attributeXmlStringxgetInvalEndChars()Gets (as xml) the "invalEndChars" attributeXmlStringxgetInvalStChars()Gets (as xml) the "invalStChars" attributeXmlStringxgetLang()Gets (as xml) the "lang" attributevoidxsetInvalEndChars(XmlString invalEndChars)Sets (as xml) the "invalEndChars" attributevoidxsetInvalStChars(XmlString invalStChars)Sets (as xml) the "invalStChars" attributevoidxsetLang(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
-
-