Uses of Interface
org.isotc211.x2005.gmd.DSAggregatePropertyType
-
Packages that use DSAggregatePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSAggregatePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DSAggregatePropertyType Modifier and Type Method Description DSAggregatePropertyTypeDSDataSetType. addNewPartOf()Appends and returns a new empty value (as xml) as the last "partOf" elementDSAggregatePropertyTypeMDMetadataType. addNewSeries()Appends and returns a new empty value (as xml) as the last "series" elementDSAggregatePropertyTypeAbstractDSAggregateType. addNewSubset()Appends and returns a new empty value (as xml) as the last "subset" elementDSAggregatePropertyTypeAbstractDSAggregateType. addNewSuperset()Appends and returns a new empty value (as xml) as the last "superset" elementDSAggregatePropertyType[]DSDataSetType. getPartOfArray()Gets array of all "partOf" elementsDSAggregatePropertyTypeDSDataSetType. getPartOfArray(int i)Gets ith "partOf" elementDSAggregatePropertyType[]MDMetadataType. getSeriesArray()Gets array of all "series" elementsDSAggregatePropertyTypeMDMetadataType. getSeriesArray(int i)Gets ith "series" elementDSAggregatePropertyType[]AbstractDSAggregateType. getSubsetArray()Gets array of all "subset" elementsDSAggregatePropertyTypeAbstractDSAggregateType. getSubsetArray(int i)Gets ith "subset" elementDSAggregatePropertyType[]AbstractDSAggregateType. getSupersetArray()Gets array of all "superset" elementsDSAggregatePropertyTypeAbstractDSAggregateType. getSupersetArray(int i)Gets ith "superset" elementDSAggregatePropertyTypeDSDataSetType. insertNewPartOf(int i)Inserts and returns a new empty value (as xml) as the ith "partOf" elementDSAggregatePropertyTypeMDMetadataType. insertNewSeries(int i)Inserts and returns a new empty value (as xml) as the ith "series" elementDSAggregatePropertyTypeAbstractDSAggregateType. insertNewSubset(int i)Inserts and returns a new empty value (as xml) as the ith "subset" elementDSAggregatePropertyTypeAbstractDSAggregateType. insertNewSuperset(int i)Inserts and returns a new empty value (as xml) as the ith "superset" elementstatic DSAggregatePropertyTypeDSAggregatePropertyType.Factory. newInstance()static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(File file)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(InputStream is)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(Reader r)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(String xmlAsString)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(URL u)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(XMLStreamReader sr)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(Node node)static DSAggregatePropertyTypeDSAggregatePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DSAggregatePropertyType Modifier and Type Method Description voidDSDataSetType. setPartOfArray(int i, DSAggregatePropertyType partOf)Sets ith "partOf" elementvoidDSDataSetType. setPartOfArray(DSAggregatePropertyType[] partOfArray)Sets array of all "partOf" elementvoidMDMetadataType. setSeriesArray(int i, DSAggregatePropertyType series)Sets ith "series" elementvoidMDMetadataType. setSeriesArray(DSAggregatePropertyType[] seriesArray)Sets array of all "series" elementvoidAbstractDSAggregateType. setSubsetArray(int i, DSAggregatePropertyType subset)Sets ith "subset" elementvoidAbstractDSAggregateType. setSubsetArray(DSAggregatePropertyType[] subsetArray)Sets array of all "subset" elementvoidAbstractDSAggregateType. setSupersetArray(int i, DSAggregatePropertyType superset)Sets ith "superset" elementvoidAbstractDSAggregateType. setSupersetArray(DSAggregatePropertyType[] supersetArray)Sets array of all "superset" element -
Uses of DSAggregatePropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSAggregatePropertyType Modifier and Type Class Description classDSAggregatePropertyTypeImplAn XML DS_Aggregate_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DSAggregatePropertyType Modifier and Type Method Description DSAggregatePropertyTypeDSDataSetTypeImpl. addNewPartOf()Appends and returns a new empty value (as xml) as the last "partOf" elementDSAggregatePropertyTypeMDMetadataTypeImpl. addNewSeries()Appends and returns a new empty value (as xml) as the last "series" elementDSAggregatePropertyTypeAbstractDSAggregateTypeImpl. addNewSubset()Appends and returns a new empty value (as xml) as the last "subset" elementDSAggregatePropertyTypeAbstractDSAggregateTypeImpl. addNewSuperset()Appends and returns a new empty value (as xml) as the last "superset" elementDSAggregatePropertyType[]DSDataSetTypeImpl. getPartOfArray()Gets array of all "partOf" elementsDSAggregatePropertyTypeDSDataSetTypeImpl. getPartOfArray(int i)Gets ith "partOf" elementDSAggregatePropertyType[]MDMetadataTypeImpl. getSeriesArray()Gets array of all "series" elementsDSAggregatePropertyTypeMDMetadataTypeImpl. getSeriesArray(int i)Gets ith "series" elementDSAggregatePropertyType[]AbstractDSAggregateTypeImpl. getSubsetArray()Gets array of all "subset" elementsDSAggregatePropertyTypeAbstractDSAggregateTypeImpl. getSubsetArray(int i)Gets ith "subset" elementDSAggregatePropertyType[]AbstractDSAggregateTypeImpl. getSupersetArray()Gets array of all "superset" elementsDSAggregatePropertyTypeAbstractDSAggregateTypeImpl. getSupersetArray(int i)Gets ith "superset" elementDSAggregatePropertyTypeDSDataSetTypeImpl. insertNewPartOf(int i)Inserts and returns a new empty value (as xml) as the ith "partOf" elementDSAggregatePropertyTypeMDMetadataTypeImpl. insertNewSeries(int i)Inserts and returns a new empty value (as xml) as the ith "series" elementDSAggregatePropertyTypeAbstractDSAggregateTypeImpl. insertNewSubset(int i)Inserts and returns a new empty value (as xml) as the ith "subset" elementDSAggregatePropertyTypeAbstractDSAggregateTypeImpl. insertNewSuperset(int i)Inserts and returns a new empty value (as xml) as the ith "superset" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DSAggregatePropertyType Modifier and Type Method Description voidDSDataSetTypeImpl. setPartOfArray(int i, DSAggregatePropertyType partOf)Sets ith "partOf" elementvoidDSDataSetTypeImpl. setPartOfArray(DSAggregatePropertyType[] partOfArray)Sets array of all "partOf" elementvoidMDMetadataTypeImpl. setSeriesArray(int i, DSAggregatePropertyType series)Sets ith "series" elementvoidMDMetadataTypeImpl. setSeriesArray(DSAggregatePropertyType[] seriesArray)Sets array of all "series" elementvoidAbstractDSAggregateTypeImpl. setSubsetArray(int i, DSAggregatePropertyType subset)Sets ith "subset" elementvoidAbstractDSAggregateTypeImpl. setSubsetArray(DSAggregatePropertyType[] subsetArray)Sets array of all "subset" elementvoidAbstractDSAggregateTypeImpl. setSupersetArray(int i, DSAggregatePropertyType superset)Sets ith "superset" elementvoidAbstractDSAggregateTypeImpl. setSupersetArray(DSAggregatePropertyType[] supersetArray)Sets array of all "superset" element
-