public static interface StyleDocument.Style
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
StyleDocument.Style.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 |
|---|---|
LegendURLDocument.LegendURL |
addNewLegendURL()
Appends and returns a new empty value (as xml) as the last "LegendURL" element
|
StyleSheetURLDocument.StyleSheetURL |
addNewStyleSheetURL()
Appends and returns a new empty "StyleSheetURL" element
|
StyleURLDocument.StyleURL |
addNewStyleURL()
Appends and returns a new empty "StyleURL" element
|
String |
getAbstract()
Gets the "Abstract" element
|
LegendURLDocument.LegendURL[] |
getLegendURLArray()
Gets array of all "LegendURL" elements
|
LegendURLDocument.LegendURL |
getLegendURLArray(int i)
Gets ith "LegendURL" element
|
String |
getName()
Gets the "Name" element
|
StyleSheetURLDocument.StyleSheetURL |
getStyleSheetURL()
Gets the "StyleSheetURL" element
|
StyleURLDocument.StyleURL |
getStyleURL()
Gets the "StyleURL" element
|
String |
getTitle()
Gets the "Title" element
|
LegendURLDocument.LegendURL |
insertNewLegendURL(int i)
Inserts and returns a new empty value (as xml) as the ith "LegendURL" element
|
boolean |
isSetAbstract()
True if has "Abstract" element
|
boolean |
isSetStyleSheetURL()
True if has "StyleSheetURL" element
|
boolean |
isSetStyleURL()
True if has "StyleURL" element
|
void |
removeLegendURL(int i)
Removes the ith "LegendURL" element
|
void |
setAbstract(String xabstract)
Sets the "Abstract" element
|
void |
setLegendURLArray(int i,
LegendURLDocument.LegendURL legendURL)
Sets ith "LegendURL" element
|
void |
setLegendURLArray(LegendURLDocument.LegendURL[] legendURLArray)
Sets array of all "LegendURL" element
|
void |
setName(String name)
Sets the "Name" element
|
void |
setStyleSheetURL(StyleSheetURLDocument.StyleSheetURL styleSheetURL)
Sets the "StyleSheetURL" element
|
void |
setStyleURL(StyleURLDocument.StyleURL styleURL)
Sets the "StyleURL" element
|
void |
setTitle(String title)
Sets the "Title" element
|
int |
sizeOfLegendURLArray()
Returns number of "LegendURL" element
|
void |
unsetAbstract()
Unsets the "Abstract" element
|
void |
unsetStyleSheetURL()
Unsets the "StyleSheetURL" element
|
void |
unsetStyleURL()
Unsets the "StyleURL" element
|
org.apache.xmlbeans.XmlString |
xgetAbstract()
Gets (as xml) the "Abstract" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "Name" element
|
org.apache.xmlbeans.XmlString |
xgetTitle()
Gets (as xml) the "Title" element
|
void |
xsetAbstract(org.apache.xmlbeans.XmlString xabstract)
Sets (as xml) the "Abstract" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element
|
void |
xsetTitle(org.apache.xmlbeans.XmlString title)
Sets (as xml) the "Title" element
|
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, 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)
String getTitle()
org.apache.xmlbeans.XmlString xgetTitle()
void setTitle(String title)
void xsetTitle(org.apache.xmlbeans.XmlString title)
String getAbstract()
org.apache.xmlbeans.XmlString xgetAbstract()
boolean isSetAbstract()
void setAbstract(String xabstract)
void xsetAbstract(org.apache.xmlbeans.XmlString xabstract)
void unsetAbstract()
LegendURLDocument.LegendURL[] getLegendURLArray()
LegendURLDocument.LegendURL getLegendURLArray(int i)
int sizeOfLegendURLArray()
void setLegendURLArray(LegendURLDocument.LegendURL[] legendURLArray)
void setLegendURLArray(int i,
LegendURLDocument.LegendURL legendURL)
LegendURLDocument.LegendURL insertNewLegendURL(int i)
LegendURLDocument.LegendURL addNewLegendURL()
void removeLegendURL(int i)
StyleSheetURLDocument.StyleSheetURL getStyleSheetURL()
boolean isSetStyleSheetURL()
void setStyleSheetURL(StyleSheetURLDocument.StyleSheetURL styleSheetURL)
StyleSheetURLDocument.StyleSheetURL addNewStyleSheetURL()
void unsetStyleSheetURL()
StyleURLDocument.StyleURL getStyleURL()
boolean isSetStyleURL()
void setStyleURL(StyleURLDocument.StyleURL styleURL)
StyleURLDocument.StyleURL addNewStyleURL()
void unsetStyleURL()
Copyright © 2015 52north.org. All rights reserved.