Uses of Interface
org.n52.oxf.MetadataType.GenericMetadataPair
-
Packages that use MetadataType.GenericMetadataPair Package Description org.n52.oxf org.n52.oxf.impl -
-
Uses of MetadataType.GenericMetadataPair in org.n52.oxf
Methods in org.n52.oxf that return MetadataType.GenericMetadataPair Modifier and Type Method Description MetadataType.GenericMetadataPairMetadataType. addNewGenericMetadataPair()Appends and returns a new empty value (as xml) as the last "genericMetadataPair" elementMetadataType.GenericMetadataPair[]MetadataType. getGenericMetadataPairArray()Gets array of all "genericMetadataPair" elementsMetadataType.GenericMetadataPairMetadataType. getGenericMetadataPairArray(int i)Gets ith "genericMetadataPair" elementMetadataType.GenericMetadataPairMetadataType. insertNewGenericMetadataPair(int i)Inserts and returns a new empty value (as xml) as the ith "genericMetadataPair" elementstatic MetadataType.GenericMetadataPairMetadataType.GenericMetadataPair.Factory. newInstance()static MetadataType.GenericMetadataPairMetadataType.GenericMetadataPair.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in org.n52.oxf with parameters of type MetadataType.GenericMetadataPair Modifier and Type Method Description voidMetadataType. setGenericMetadataPairArray(int i, MetadataType.GenericMetadataPair genericMetadataPair)Sets ith "genericMetadataPair" elementvoidMetadataType. setGenericMetadataPairArray(MetadataType.GenericMetadataPair[] genericMetadataPairArray)Sets array of all "genericMetadataPair" element -
Uses of MetadataType.GenericMetadataPair in org.n52.oxf.impl
Classes in org.n52.oxf.impl that implement MetadataType.GenericMetadataPair Modifier and Type Class Description static classMetadataTypeImpl.GenericMetadataPairImplAn XML genericMetadataPair(@http://www.n52.org/oxf).Methods in org.n52.oxf.impl that return MetadataType.GenericMetadataPair Modifier and Type Method Description MetadataType.GenericMetadataPairMetadataTypeImpl. addNewGenericMetadataPair()Appends and returns a new empty value (as xml) as the last "genericMetadataPair" elementMetadataType.GenericMetadataPair[]MetadataTypeImpl. getGenericMetadataPairArray()Gets array of all "genericMetadataPair" elementsMetadataType.GenericMetadataPairMetadataTypeImpl. getGenericMetadataPairArray(int i)Gets ith "genericMetadataPair" elementMetadataType.GenericMetadataPairMetadataTypeImpl. insertNewGenericMetadataPair(int i)Inserts and returns a new empty value (as xml) as the ith "genericMetadataPair" elementMethods in org.n52.oxf.impl with parameters of type MetadataType.GenericMetadataPair Modifier and Type Method Description voidMetadataTypeImpl. setGenericMetadataPairArray(int i, MetadataType.GenericMetadataPair genericMetadataPair)Sets ith "genericMetadataPair" elementvoidMetadataTypeImpl. setGenericMetadataPairArray(MetadataType.GenericMetadataPair[] genericMetadataPairArray)Sets array of all "genericMetadataPair" element
-