public interface ScriptConfig
extends org.apache.xmlbeans.XmlString
Modifier and Type | Interface and Description |
---|---|
static class |
ScriptConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
boolean |
getDisabled()
Gets the "disabled" attribute
|
String |
getId()
Gets the "id" attribute
|
String |
getLanguage()
Gets the "language" attribute
|
boolean |
isSetDisabled()
True if has "disabled" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetLanguage()
True if has "language" attribute
|
void |
setDisabled(boolean disabled)
Sets the "disabled" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setLanguage(String language)
Sets the "language" attribute
|
void |
unsetDisabled()
Unsets the "disabled" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetLanguage()
Unsets the "language" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDisabled()
Gets (as xml) the "disabled" attribute
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetLanguage()
Gets (as xml) the "language" attribute
|
void |
xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
Sets (as xml) the "disabled" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
void |
xsetLanguage(org.apache.xmlbeans.XmlString language)
Sets (as xml) the "language" attribute
|
getStringValue, set, setStringValue, stringValue
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
String getLanguage()
org.apache.xmlbeans.XmlString xgetLanguage()
boolean isSetLanguage()
void setLanguage(String language)
void xsetLanguage(org.apache.xmlbeans.XmlString language)
void unsetLanguage()
String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
boolean getDisabled()
org.apache.xmlbeans.XmlBoolean xgetDisabled()
boolean isSetDisabled()
void setDisabled(boolean disabled)
void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
void unsetDisabled()
Copyright © 2019. All Rights Reserved.