|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentStructureType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getDiagramURL()
org.apache.xmlbeans.XmlString xgetDiagramURL()
void setDiagramURL(String diagramURL)
void xsetDiagramURL(org.apache.xmlbeans.XmlString diagramURL)
String getLegendURL()
org.apache.xmlbeans.XmlString xgetLegendURL()
void setLegendURL(String legendURL)
void xsetLegendURL(org.apache.xmlbeans.XmlString legendURL)
DocumentStructureType.TimeSeries[] getTimeSeriesArray()
DocumentStructureType.TimeSeries getTimeSeriesArray(int i)
int sizeOfTimeSeriesArray()
void setTimeSeriesArray(DocumentStructureType.TimeSeries[] timeSeriesArray)
void setTimeSeriesArray(int i, DocumentStructureType.TimeSeries timeSeries)
DocumentStructureType.TimeSeries insertNewTimeSeries(int i)
DocumentStructureType.TimeSeries addNewTimeSeries()
void removeTimeSeries(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |