Uses of Class
net.opengis.iso19139.gmd.v_20070417.DSAggregatePropertyType
-
Packages that use DSAggregatePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 net.opengis.iso19139.gmx.v_20070417 -
-
Uses of DSAggregatePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type DSAggregatePropertyType Modifier and Type Field Description protected List<DSAggregatePropertyType>DSDataSetType. partOfprotected List<DSAggregatePropertyType>MDMetadataType. seriesprotected List<DSAggregatePropertyType>AbstractDSAggregateType. subsetprotected List<DSAggregatePropertyType>AbstractDSAggregateType. supersetMethods in net.opengis.iso19139.gmd.v_20070417 that return DSAggregatePropertyType Modifier and Type Method Description DSAggregatePropertyTypeObjectFactory. createDSAggregatePropertyType()Create an instance ofDSAggregatePropertyTypeDSAggregatePropertyTypeDSAggregatePropertyType. withAbstractDSAggregate(jakarta.xml.bind.JAXBElement<? extends AbstractDSAggregateType> value)DSAggregatePropertyTypeDSAggregatePropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)DSAggregatePropertyTypeDSAggregatePropertyType. withArcrole(String value)DSAggregatePropertyTypeDSAggregatePropertyType. withHref(String value)DSAggregatePropertyTypeDSAggregatePropertyType. withNilReason(String... values)DSAggregatePropertyTypeDSAggregatePropertyType. withNilReason(Collection<String> values)DSAggregatePropertyTypeDSAggregatePropertyType. withNilReason(List<String> value)DSAggregatePropertyTypeDSAggregatePropertyType. withRole(String value)DSAggregatePropertyTypeDSAggregatePropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)DSAggregatePropertyTypeDSAggregatePropertyType. withTitle(String value)DSAggregatePropertyTypeDSAggregatePropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)DSAggregatePropertyTypeDSAggregatePropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type DSAggregatePropertyType Modifier and Type Method Description List<DSAggregatePropertyType>DSDataSetType. getPartOf()Gets the value of the partOf property.List<DSAggregatePropertyType>MDMetadataType. getSeries()Gets the value of the series property.List<DSAggregatePropertyType>AbstractDSAggregateType. getSubset()Gets the value of the subset property.List<DSAggregatePropertyType>AbstractDSAggregateType. getSuperset()Gets the value of the superset property. -
Uses of DSAggregatePropertyType in net.opengis.iso19139.gmx.v_20070417
Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type DSAggregatePropertyType Modifier and Type Method Description MXDataSetTypeMXDataSetType. withPartOf(DSAggregatePropertyType... values)MXAggregateTypeMXAggregateType. withSubset(DSAggregatePropertyType... values)MXAggregateTypeMXAggregateType. withSuperset(DSAggregatePropertyType... values)Method parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type DSAggregatePropertyType Modifier and Type Method Description MXDataSetTypeMXDataSetType. withPartOf(Collection<DSAggregatePropertyType> values)MXDataSetTypeMXDataSetType. withPartOf(List<DSAggregatePropertyType> value)MXAggregateTypeMXAggregateType. withSubset(Collection<DSAggregatePropertyType> values)MXAggregateTypeMXAggregateType. withSubset(List<DSAggregatePropertyType> value)MXAggregateTypeMXAggregateType. withSuperset(Collection<DSAggregatePropertyType> values)MXAggregateTypeMXAggregateType. withSuperset(List<DSAggregatePropertyType> value)
-