public static interface SetFeatureDocument.SetFeature
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
SetFeatureDocument.SetFeature.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
SetFeatureDocument.SetFeature.Normalization
An XML normalization(@).
|
static interface |
SetFeatureDocument.SetFeature.Type
An XML type(@).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getClass1()
Gets the "class" attribute
|
String |
getName()
Gets the "name" attribute
|
SetFeatureDocument.SetFeature.Normalization.Enum |
getNormalization()
Gets the "normalization" attribute
|
SetFeatureDocument.SetFeature.Type.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetClass1()
True if has "class" attribute
|
boolean |
isSetNormalization()
True if has "normalization" attribute
|
void |
setClass1(String class1)
Sets the "class" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setNormalization(SetFeatureDocument.SetFeature.Normalization.Enum normalization)
Sets the "normalization" attribute
|
void |
setType(SetFeatureDocument.SetFeature.Type.Enum type)
Sets the "type" attribute
|
void |
unsetClass1()
Unsets the "class" attribute
|
void |
unsetNormalization()
Unsets the "normalization" attribute
|
org.apache.xmlbeans.XmlString |
xgetClass1()
Gets (as xml) the "class" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
SetFeatureDocument.SetFeature.Normalization |
xgetNormalization()
Gets (as xml) the "normalization" attribute
|
SetFeatureDocument.SetFeature.Type |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetNormalization(SetFeatureDocument.SetFeature.Normalization normalization)
Sets (as xml) the "normalization" attribute
|
void |
xsetType(SetFeatureDocument.SetFeature.Type type)
Sets (as xml) the "type" attribute
|
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
SetFeatureDocument.SetFeature.Type.Enum getType()
SetFeatureDocument.SetFeature.Type xgetType()
void setType(SetFeatureDocument.SetFeature.Type.Enum type)
void xsetType(SetFeatureDocument.SetFeature.Type type)
SetFeatureDocument.SetFeature.Normalization.Enum getNormalization()
SetFeatureDocument.SetFeature.Normalization xgetNormalization()
boolean isSetNormalization()
void setNormalization(SetFeatureDocument.SetFeature.Normalization.Enum normalization)
void xsetNormalization(SetFeatureDocument.SetFeature.Normalization normalization)
void unsetNormalization()
String getClass1()
org.apache.xmlbeans.XmlString xgetClass1()
boolean isSetClass1()
void setClass1(String class1)
void xsetClass1(org.apache.xmlbeans.XmlString class1)
void unsetClass1()
Copyright © 2006–2025 The Apache Software Foundation. All rights reserved.