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