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