Uses of Interface
org.isotc211.x2005.gmd.MDMetadataPropertyType
-
Packages that use MDMetadataPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDMetadataPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDMetadataPropertyType Modifier and Type Method Description MDMetadataPropertyTypeDSDataSetType. addNewHas()Appends and returns a new empty value (as xml) as the last "has" elementMDMetadataPropertyTypeAbstractDSAggregateType. addNewSeriesMetadata()Appends and returns a new empty value (as xml) as the last "seriesMetadata" elementMDMetadataPropertyType[]DSDataSetType. getHasArray()Gets array of all "has" elementsMDMetadataPropertyTypeDSDataSetType. getHasArray(int i)Gets ith "has" elementMDMetadataPropertyType[]AbstractDSAggregateType. getSeriesMetadataArray()Gets array of all "seriesMetadata" elementsMDMetadataPropertyTypeAbstractDSAggregateType. getSeriesMetadataArray(int i)Gets ith "seriesMetadata" elementMDMetadataPropertyTypeDSDataSetType. insertNewHas(int i)Inserts and returns a new empty value (as xml) as the ith "has" elementMDMetadataPropertyTypeAbstractDSAggregateType. insertNewSeriesMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "seriesMetadata" elementstatic MDMetadataPropertyTypeMDMetadataPropertyType.Factory. newInstance()static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(File file)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(InputStream is)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(Reader r)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(String xmlAsString)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(URL u)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(XMLStreamReader sr)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(Node node)static MDMetadataPropertyTypeMDMetadataPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDMetadataPropertyType Modifier and Type Method Description voidDSDataSetType. setHasArray(int i, MDMetadataPropertyType has)Sets ith "has" elementvoidDSDataSetType. setHasArray(MDMetadataPropertyType[] hasArray)Sets array of all "has" elementvoidAbstractDSAggregateType. setSeriesMetadataArray(int i, MDMetadataPropertyType seriesMetadata)Sets ith "seriesMetadata" elementvoidAbstractDSAggregateType. setSeriesMetadataArray(MDMetadataPropertyType[] seriesMetadataArray)Sets array of all "seriesMetadata" element -
Uses of MDMetadataPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDMetadataPropertyType Modifier and Type Class Description classMDMetadataPropertyTypeImplAn XML MD_Metadata_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDMetadataPropertyType Modifier and Type Method Description MDMetadataPropertyTypeDSDataSetTypeImpl. addNewHas()Appends and returns a new empty value (as xml) as the last "has" elementMDMetadataPropertyTypeAbstractDSAggregateTypeImpl. addNewSeriesMetadata()Appends and returns a new empty value (as xml) as the last "seriesMetadata" elementMDMetadataPropertyType[]DSDataSetTypeImpl. getHasArray()Gets array of all "has" elementsMDMetadataPropertyTypeDSDataSetTypeImpl. getHasArray(int i)Gets ith "has" elementMDMetadataPropertyType[]AbstractDSAggregateTypeImpl. getSeriesMetadataArray()Gets array of all "seriesMetadata" elementsMDMetadataPropertyTypeAbstractDSAggregateTypeImpl. getSeriesMetadataArray(int i)Gets ith "seriesMetadata" elementMDMetadataPropertyTypeDSDataSetTypeImpl. insertNewHas(int i)Inserts and returns a new empty value (as xml) as the ith "has" elementMDMetadataPropertyTypeAbstractDSAggregateTypeImpl. insertNewSeriesMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "seriesMetadata" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDMetadataPropertyType Modifier and Type Method Description voidDSDataSetTypeImpl. setHasArray(int i, MDMetadataPropertyType has)Sets ith "has" elementvoidDSDataSetTypeImpl. setHasArray(MDMetadataPropertyType[] hasArray)Sets array of all "has" elementvoidAbstractDSAggregateTypeImpl. setSeriesMetadataArray(int i, MDMetadataPropertyType seriesMetadata)Sets ith "seriesMetadata" elementvoidAbstractDSAggregateTypeImpl. setSeriesMetadataArray(MDMetadataPropertyType[] seriesMetadataArray)Sets array of all "seriesMetadata" element
-