|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObservedPropertyType | |
---|---|
org.x52North.sensorweb.sos.importer.x02 | |
org.x52North.sensorweb.sos.importer.x02.impl |
Uses of ObservedPropertyType in org.x52North.sensorweb.sos.importer.x02 |
---|
Methods in org.x52North.sensorweb.sos.importer.x02 that return ObservedPropertyType | |
---|---|
ObservedPropertyType |
ObservedPropertyDocument.addNewObservedProperty()
Appends and returns a new empty "ObservedProperty" element |
ObservedPropertyType |
AdditionalMetadataDocument.AdditionalMetadata.addNewObservedProperty()
Appends and returns a new empty value (as xml) as the last "ObservedProperty" element |
ObservedPropertyType |
ObservedPropertyDocument.getObservedProperty()
Gets the "ObservedProperty" element |
ObservedPropertyType[] |
AdditionalMetadataDocument.AdditionalMetadata.getObservedPropertyArray()
Gets array of all "ObservedProperty" elements |
ObservedPropertyType |
AdditionalMetadataDocument.AdditionalMetadata.getObservedPropertyArray(int i)
Gets ith "ObservedProperty" element |
ObservedPropertyType |
AdditionalMetadataDocument.AdditionalMetadata.insertNewObservedProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "ObservedProperty" element |
static ObservedPropertyType |
ObservedPropertyType.Factory.newInstance()
|
static ObservedPropertyType |
ObservedPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(File file)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(InputStream is)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(Node node)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(Reader r)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(String xmlAsString)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(URL u)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(XMLStreamReader sr)
|
static ObservedPropertyType |
ObservedPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.x52North.sensorweb.sos.importer.x02 with parameters of type ObservedPropertyType | |
---|---|
void |
ObservedPropertyDocument.setObservedProperty(ObservedPropertyType observedProperty)
Sets the "ObservedProperty" element |
void |
AdditionalMetadataDocument.AdditionalMetadata.setObservedPropertyArray(int i,
ObservedPropertyType observedProperty)
Sets ith "ObservedProperty" element |
void |
AdditionalMetadataDocument.AdditionalMetadata.setObservedPropertyArray(ObservedPropertyType[] observedPropertyArray)
Sets array of all "ObservedProperty" element |
Uses of ObservedPropertyType in org.x52North.sensorweb.sos.importer.x02.impl |
---|
Classes in org.x52North.sensorweb.sos.importer.x02.impl that implement ObservedPropertyType | |
---|---|
class |
ObservedPropertyTypeImpl
An XML ObservedPropertyType(@http://52north.org/sensorweb/sos/importer/0.2/). |
Methods in org.x52North.sensorweb.sos.importer.x02.impl that return ObservedPropertyType | |
---|---|
ObservedPropertyType |
ObservedPropertyDocumentImpl.addNewObservedProperty()
Appends and returns a new empty "ObservedProperty" element |
ObservedPropertyType |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.addNewObservedProperty()
Appends and returns a new empty value (as xml) as the last "ObservedProperty" element |
ObservedPropertyType |
ObservedPropertyDocumentImpl.getObservedProperty()
Gets the "ObservedProperty" element |
ObservedPropertyType[] |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.getObservedPropertyArray()
Gets array of all "ObservedProperty" elements |
ObservedPropertyType |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.getObservedPropertyArray(int i)
Gets ith "ObservedProperty" element |
ObservedPropertyType |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.insertNewObservedProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "ObservedProperty" element |
Methods in org.x52North.sensorweb.sos.importer.x02.impl with parameters of type ObservedPropertyType | |
---|---|
void |
ObservedPropertyDocumentImpl.setObservedProperty(ObservedPropertyType observedProperty)
Sets the "ObservedProperty" element |
void |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.setObservedPropertyArray(int i,
ObservedPropertyType observedProperty)
Sets ith "ObservedProperty" element |
void |
AdditionalMetadataDocumentImpl.AdditionalMetadataImpl.setObservedPropertyArray(ObservedPropertyType[] observedPropertyArray)
Sets array of all "ObservedProperty" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |