Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDDistributorPropertyType
-
Packages that use MDDistributorPropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDDistributorPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type MDDistributorPropertyType Modifier and Type Field Description protected List<MDDistributorPropertyType>MDDistributionType. distributorprotected List<MDDistributorPropertyType>MDFormatType. formatDistributorMethods in net.opengis.iso19139.gmd.v_20070417 that return MDDistributorPropertyType Modifier and Type Method Description MDDistributorPropertyTypeObjectFactory. createMDDistributorPropertyType()Create an instance ofMDDistributorPropertyTypeMDDistributorPropertyTypeMDDistributorPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)MDDistributorPropertyTypeMDDistributorPropertyType. withArcrole(String value)MDDistributorPropertyTypeMDDistributorPropertyType. withHref(String value)MDDistributorPropertyTypeMDDistributorPropertyType. withMDDistributor(MDDistributorType value)MDDistributorPropertyTypeMDDistributorPropertyType. withNilReason(String... values)MDDistributorPropertyTypeMDDistributorPropertyType. withNilReason(Collection<String> values)MDDistributorPropertyTypeMDDistributorPropertyType. withNilReason(List<String> value)MDDistributorPropertyTypeMDDistributorPropertyType. withRole(String value)MDDistributorPropertyTypeMDDistributorPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)MDDistributorPropertyTypeMDDistributorPropertyType. withTitle(String value)MDDistributorPropertyTypeMDDistributorPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)MDDistributorPropertyTypeMDDistributorPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDDistributorPropertyType Modifier and Type Method Description List<MDDistributorPropertyType>MDDistributionType. getDistributor()Gets the value of the distributor property.List<MDDistributorPropertyType>MDFormatType. getFormatDistributor()Gets the value of the formatDistributor property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDDistributorPropertyType Modifier and Type Method Description MDDistributionTypeMDDistributionType. withDistributor(MDDistributorPropertyType... values)MDFormatTypeMDFormatType. withFormatDistributor(MDDistributorPropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDDistributorPropertyType Modifier and Type Method Description voidMDDistributionType. setDistributor(List<MDDistributorPropertyType> value)voidMDFormatType. setFormatDistributor(List<MDDistributorPropertyType> value)MDDistributionTypeMDDistributionType. withDistributor(Collection<MDDistributorPropertyType> values)MDDistributionTypeMDDistributionType. withDistributor(List<MDDistributorPropertyType> value)MDFormatTypeMDFormatType. withFormatDistributor(Collection<MDDistributorPropertyType> values)MDFormatTypeMDFormatType. withFormatDistributor(List<MDDistributorPropertyType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDDistributorPropertyType Constructor Description MDFormatType(String id, String uuid, CharacterStringPropertyType name, CharacterStringPropertyType version, CharacterStringPropertyType amendmentNumber, CharacterStringPropertyType specification, CharacterStringPropertyType fileDecompressionTechnique, List<MDDistributorPropertyType> formatDistributor)Fully-initialising value constructor
-