Package 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.XmlObjectAn XML DocumentStructureType(@http://www.n52.org/oxf). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentStructureType.FactoryA factory class with static methods for creating instances of this type.static interfaceDocumentStructureType.TimeSeriesAn XML TimeSeries(@http://www.n52.org/oxf).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentStructureType.TimeSeriesaddNewTimeSeries()Appends and returns a new empty value (as xml) as the last "TimeSeries" elementStringgetDiagramURL()Gets the "DiagramURL" elementStringgetLegendURL()Gets the "LegendURL" elementDocumentStructureType.TimeSeries[]getTimeSeriesArray()Gets array of all "TimeSeries" elementsDocumentStructureType.TimeSeriesgetTimeSeriesArray(int i)Gets ith "TimeSeries" elementDocumentStructureType.TimeSeriesinsertNewTimeSeries(int i)Inserts and returns a new empty value (as xml) as the ith "TimeSeries" elementvoidremoveTimeSeries(int i)Removes the ith "TimeSeries" elementvoidsetDiagramURL(String diagramURL)Sets the "DiagramURL" elementvoidsetLegendURL(String legendURL)Sets the "LegendURL" elementvoidsetTimeSeriesArray(int i, DocumentStructureType.TimeSeries timeSeries)Sets ith "TimeSeries" elementvoidsetTimeSeriesArray(DocumentStructureType.TimeSeries[] timeSeriesArray)Sets array of all "TimeSeries" elementintsizeOfTimeSeriesArray()Returns number of "TimeSeries" elementorg.apache.xmlbeans.XmlStringxgetDiagramURL()Gets (as xml) the "DiagramURL" elementorg.apache.xmlbeans.XmlStringxgetLegendURL()Gets (as xml) the "LegendURL" elementvoidxsetDiagramURL(org.apache.xmlbeans.XmlString diagramURL)Sets (as xml) the "DiagramURL" elementvoidxsetLegendURL(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
-
-
-
-
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
-
-