net.opengis.wms
Interface StyleDocument.Style

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
StyleDocumentImpl.StyleImpl
Enclosing interface:
StyleDocument

public static interface StyleDocument.Style
extends org.apache.xmlbeans.XmlObject

An XML Style(@http://www.opengis.net/wms). This is a complex type.


Nested Class Summary
static class StyleDocument.Style.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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
 
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 org.apache.xmlbeans.SchemaType type
Method Detail

getName

String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


setName

void setName(String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


getTitle

String getTitle()
Gets the "Title" element


xgetTitle

org.apache.xmlbeans.XmlString xgetTitle()
Gets (as xml) the "Title" element


setTitle

void setTitle(String title)
Sets the "Title" element


xsetTitle

void xsetTitle(org.apache.xmlbeans.XmlString title)
Sets (as xml) the "Title" element


getAbstract

String getAbstract()
Gets the "Abstract" element


xgetAbstract

org.apache.xmlbeans.XmlString xgetAbstract()
Gets (as xml) the "Abstract" element


isSetAbstract

boolean isSetAbstract()
True if has "Abstract" element


setAbstract

void setAbstract(String xabstract)
Sets the "Abstract" element


xsetAbstract

void xsetAbstract(org.apache.xmlbeans.XmlString xabstract)
Sets (as xml) the "Abstract" element


unsetAbstract

void unsetAbstract()
Unsets the "Abstract" element


getLegendURLArray

LegendURLDocument.LegendURL[] getLegendURLArray()
Gets array of all "LegendURL" elements


getLegendURLArray

LegendURLDocument.LegendURL getLegendURLArray(int i)
Gets ith "LegendURL" element


sizeOfLegendURLArray

int sizeOfLegendURLArray()
Returns number of "LegendURL" element


setLegendURLArray

void setLegendURLArray(LegendURLDocument.LegendURL[] legendURLArray)
Sets array of all "LegendURL" element


setLegendURLArray

void setLegendURLArray(int i,
                       LegendURLDocument.LegendURL legendURL)
Sets ith "LegendURL" element


insertNewLegendURL

LegendURLDocument.LegendURL insertNewLegendURL(int i)
Inserts and returns a new empty value (as xml) as the ith "LegendURL" element


addNewLegendURL

LegendURLDocument.LegendURL addNewLegendURL()
Appends and returns a new empty value (as xml) as the last "LegendURL" element


removeLegendURL

void removeLegendURL(int i)
Removes the ith "LegendURL" element


getStyleSheetURL

StyleSheetURLDocument.StyleSheetURL getStyleSheetURL()
Gets the "StyleSheetURL" element


isSetStyleSheetURL

boolean isSetStyleSheetURL()
True if has "StyleSheetURL" element


setStyleSheetURL

void setStyleSheetURL(StyleSheetURLDocument.StyleSheetURL styleSheetURL)
Sets the "StyleSheetURL" element


addNewStyleSheetURL

StyleSheetURLDocument.StyleSheetURL addNewStyleSheetURL()
Appends and returns a new empty "StyleSheetURL" element


unsetStyleSheetURL

void unsetStyleSheetURL()
Unsets the "StyleSheetURL" element


getStyleURL

StyleURLDocument.StyleURL getStyleURL()
Gets the "StyleURL" element


isSetStyleURL

boolean isSetStyleURL()
True if has "StyleURL" element


setStyleURL

void setStyleURL(StyleURLDocument.StyleURL styleURL)
Sets the "StyleURL" element


addNewStyleURL

StyleURLDocument.StyleURL addNewStyleURL()
Appends and returns a new empty "StyleURL" element


unsetStyleURL

void unsetStyleURL()
Unsets the "StyleURL" element



Copyright © 2004-2013 52north.org. All Rights Reserved.