Uses of Class
net.opengis.iso19139.gmd.v_20070417.DSDataSetType
-
Packages that use DSDataSetType Package Description net.opengis.iso19139.gmd.v_20070417 net.opengis.iso19139.gmx.v_20070417 -
-
Uses of DSDataSetType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type DSDataSetType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends DSDataSetType>DSDataSetPropertyType. dsDataSetMethods in net.opengis.iso19139.gmd.v_20070417 that return DSDataSetType Modifier and Type Method Description DSDataSetTypeObjectFactory. createDSDataSetType()Create an instance ofDSDataSetTypeDSDataSetTypeDSDataSetType. withHas(Collection<MDMetadataPropertyType> values)DSDataSetTypeDSDataSetType. withHas(List<MDMetadataPropertyType> value)DSDataSetTypeDSDataSetType. withHas(MDMetadataPropertyType... values)DSDataSetTypeDSDataSetType. withId(String value)DSDataSetTypeDSDataSetType. withPartOf(Collection<DSAggregatePropertyType> values)DSDataSetTypeDSDataSetType. withPartOf(List<DSAggregatePropertyType> value)DSDataSetTypeDSDataSetType. withPartOf(DSAggregatePropertyType... values)DSDataSetTypeDSDataSetType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type DSDataSetType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DSDataSetType>ObjectFactory. createDSDataSet(DSDataSetType value)jakarta.xml.bind.JAXBElement<? extends DSDataSetType>DSDataSetPropertyType. getDSDataSet()Gets the value of the dsDataSet property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type DSDataSetType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DSDataSetType>ObjectFactory. createDSDataSet(DSDataSetType value)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type DSDataSetType Modifier and Type Method Description voidDSDataSetPropertyType. setDSDataSet(jakarta.xml.bind.JAXBElement<? extends DSDataSetType> value)Sets the value of the dsDataSet property.DSDataSetPropertyTypeDSDataSetPropertyType. withDSDataSet(jakarta.xml.bind.JAXBElement<? extends DSDataSetType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type DSDataSetType Constructor Description DSDataSetPropertyType(jakarta.xml.bind.JAXBElement<? extends DSDataSetType> dsDataSet, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor -
Uses of DSDataSetType in net.opengis.iso19139.gmx.v_20070417
Subclasses of DSDataSetType in net.opengis.iso19139.gmx.v_20070417 Modifier and Type Class Description classMXDataSetTypeJava class for MX_DataSet_Type complex type.
-