TVPDefaultMetadataPropertyType |
TimeseriesType.addNewDefaultPointMetadata() |
Appends and returns a new empty value (as xml) as the last "defaultPointMetadata" element
|
TVPDefaultMetadataPropertyType[] |
TimeseriesType.getDefaultPointMetadataArray() |
Gets array of all "defaultPointMetadata" elements
|
TVPDefaultMetadataPropertyType |
TimeseriesType.getDefaultPointMetadataArray(int i) |
Gets ith "defaultPointMetadata" element
|
TVPDefaultMetadataPropertyType |
TimeseriesType.insertNewDefaultPointMetadata(int i) |
Inserts and returns a new empty value (as xml) as the ith "defaultPointMetadata" element
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.newInstance() |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(File file) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(InputStream is) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Reader r) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(String xmlAsString) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(URL u) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(XMLStreamReader sr) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Node node) |
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|