org.n52.oxf
Interface DocumentStructureType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DocumentStructureTypeImpl

public interface DocumentStructureType
extends org.apache.xmlbeans.XmlObject

An XML DocumentStructureType(@http://www.n52.org/oxf). This is a complex type.


Nested Class Summary
static class DocumentStructureType.Factory
          A factory class with static methods for creating instances of this type.
static interface DocumentStructureType.TimeSeries
          An XML TimeSeries(@http://www.n52.org/oxf).
 
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
 DocumentStructureType.TimeSeries addNewTimeSeries()
          Appends and returns a new empty value (as xml) as the last "TimeSeries" element
 String getDiagramURL()
          Gets the "DiagramURL" element
 String getLegendURL()
          Gets the "LegendURL" element
 DocumentStructureType.TimeSeries[] getTimeSeriesArray()
          Gets array of all "TimeSeries" elements
 DocumentStructureType.TimeSeries getTimeSeriesArray(int i)
          Gets ith "TimeSeries" element
 DocumentStructureType.TimeSeries insertNewTimeSeries(int i)
          Inserts and returns a new empty value (as xml) as the ith "TimeSeries" element
 void removeTimeSeries(int i)
          Removes the ith "TimeSeries" element
 void setDiagramURL(String diagramURL)
          Sets the "DiagramURL" element
 void setLegendURL(String legendURL)
          Sets the "LegendURL" element
 void setTimeSeriesArray(DocumentStructureType.TimeSeries[] timeSeriesArray)
          Sets array of all "TimeSeries" element
 void setTimeSeriesArray(int i, DocumentStructureType.TimeSeries timeSeries)
          Sets ith "TimeSeries" element
 int sizeOfTimeSeriesArray()
          Returns number of "TimeSeries" element
 org.apache.xmlbeans.XmlString xgetDiagramURL()
          Gets (as xml) the "DiagramURL" element
 org.apache.xmlbeans.XmlString xgetLegendURL()
          Gets (as xml) the "LegendURL" element
 void xsetDiagramURL(org.apache.xmlbeans.XmlString diagramURL)
          Sets (as xml) the "DiagramURL" element
 void xsetLegendURL(org.apache.xmlbeans.XmlString legendURL)
          Sets (as xml) the "LegendURL" 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

getDiagramURL

String getDiagramURL()
Gets the "DiagramURL" element


xgetDiagramURL

org.apache.xmlbeans.XmlString xgetDiagramURL()
Gets (as xml) the "DiagramURL" element


setDiagramURL

void setDiagramURL(String diagramURL)
Sets the "DiagramURL" element


xsetDiagramURL

void xsetDiagramURL(org.apache.xmlbeans.XmlString diagramURL)
Sets (as xml) the "DiagramURL" element


getLegendURL

String getLegendURL()
Gets the "LegendURL" element


xgetLegendURL

org.apache.xmlbeans.XmlString xgetLegendURL()
Gets (as xml) the "LegendURL" element


setLegendURL

void setLegendURL(String legendURL)
Sets the "LegendURL" element


xsetLegendURL

void xsetLegendURL(org.apache.xmlbeans.XmlString legendURL)
Sets (as xml) the "LegendURL" element


getTimeSeriesArray

DocumentStructureType.TimeSeries[] getTimeSeriesArray()
Gets array of all "TimeSeries" elements


getTimeSeriesArray

DocumentStructureType.TimeSeries getTimeSeriesArray(int i)
Gets ith "TimeSeries" element


sizeOfTimeSeriesArray

int sizeOfTimeSeriesArray()
Returns number of "TimeSeries" element


setTimeSeriesArray

void setTimeSeriesArray(DocumentStructureType.TimeSeries[] timeSeriesArray)
Sets array of all "TimeSeries" element


setTimeSeriesArray

void setTimeSeriesArray(int i,
                        DocumentStructureType.TimeSeries timeSeries)
Sets ith "TimeSeries" element


insertNewTimeSeries

DocumentStructureType.TimeSeries insertNewTimeSeries(int i)
Inserts and returns a new empty value (as xml) as the ith "TimeSeries" element


addNewTimeSeries

DocumentStructureType.TimeSeries addNewTimeSeries()
Appends and returns a new empty value (as xml) as the last "TimeSeries" element


removeTimeSeries

void removeTimeSeries(int i)
Removes the ith "TimeSeries" element



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