Uses of Interface
org.n52.oxf.MetadataType

Packages that use MetadataType
org.n52.oxf   
org.n52.oxf.impl   
 

Uses of MetadataType in org.n52.oxf
 

Methods in org.n52.oxf that return MetadataType
 MetadataType DocumentStructureType.TimeSeries.addNewMetadata()
          Appends and returns a new empty "Metadata" element
 MetadataType DocumentStructureType.TimeSeries.getMetadata()
          Gets the "Metadata" element
static MetadataType MetadataType.Factory.newInstance()
           
static MetadataType MetadataType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(File file)
           
static MetadataType MetadataType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(InputStream is)
           
static MetadataType MetadataType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(Node node)
           
static MetadataType MetadataType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(Reader r)
           
static MetadataType MetadataType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(String xmlAsString)
           
static MetadataType MetadataType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(URL u)
           
static MetadataType MetadataType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static MetadataType MetadataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static MetadataType MetadataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static MetadataType MetadataType.Factory.parse(XMLStreamReader sr)
           
static MetadataType MetadataType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.n52.oxf with parameters of type MetadataType
 void DocumentStructureType.TimeSeries.setMetadata(MetadataType metadata)
          Sets the "Metadata" element
 

Uses of MetadataType in org.n52.oxf.impl
 

Classes in org.n52.oxf.impl that implement MetadataType
 class MetadataTypeImpl
          An XML MetadataType(@http://www.n52.org/oxf).
 

Methods in org.n52.oxf.impl that return MetadataType
 MetadataType DocumentStructureTypeImpl.TimeSeriesImpl.addNewMetadata()
          Appends and returns a new empty "Metadata" element
 MetadataType DocumentStructureTypeImpl.TimeSeriesImpl.getMetadata()
          Gets the "Metadata" element
 

Methods in org.n52.oxf.impl with parameters of type MetadataType
 void DocumentStructureTypeImpl.TimeSeriesImpl.setMetadata(MetadataType metadata)
          Sets the "Metadata" element
 



Copyright © 2012-2013 52north.org. All Rights Reserved.