Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDFormatPropertyType
-
Packages that use MDFormatPropertyType Package Description net.opengis.iso19139.gmd.v_20070417 net.opengis.iso19139.gmx.v_20070417 -
-
Uses of MDFormatPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type MDFormatPropertyType Modifier and Type Field Description protected List<MDFormatPropertyType>MDDistributionType. distributionFormatprotected List<MDFormatPropertyType>MDDistributorType. distributorFormatprotected List<MDFormatPropertyType>AbstractMDIdentificationType. resourceFormatMethods in net.opengis.iso19139.gmd.v_20070417 that return MDFormatPropertyType Modifier and Type Method Description MDFormatPropertyTypeObjectFactory. createMDFormatPropertyType()Create an instance ofMDFormatPropertyTypeMDFormatPropertyTypeMDFormatPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)MDFormatPropertyTypeMDFormatPropertyType. withArcrole(String value)MDFormatPropertyTypeMDFormatPropertyType. withHref(String value)MDFormatPropertyTypeMDFormatPropertyType. withMDFormat(MDFormatType value)MDFormatPropertyTypeMDFormatPropertyType. withNilReason(String... values)MDFormatPropertyTypeMDFormatPropertyType. withNilReason(Collection<String> values)MDFormatPropertyTypeMDFormatPropertyType. withNilReason(List<String> value)MDFormatPropertyTypeMDFormatPropertyType. withRole(String value)MDFormatPropertyTypeMDFormatPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)MDFormatPropertyTypeMDFormatPropertyType. withTitle(String value)MDFormatPropertyTypeMDFormatPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)MDFormatPropertyTypeMDFormatPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDFormatPropertyType Modifier and Type Method Description List<MDFormatPropertyType>MDDistributionType. getDistributionFormat()Gets the value of the distributionFormat property.List<MDFormatPropertyType>MDDistributorType. getDistributorFormat()Gets the value of the distributorFormat property.List<MDFormatPropertyType>AbstractMDIdentificationType. getResourceFormat()Gets the value of the resourceFormat property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDFormatPropertyType Modifier and Type Method Description MDDistributionTypeMDDistributionType. withDistributionFormat(MDFormatPropertyType... values)MDDistributorTypeMDDistributorType. withDistributorFormat(MDFormatPropertyType... values)AbstractMDIdentificationTypeAbstractMDIdentificationType. withResourceFormat(MDFormatPropertyType... values)MDDataIdentificationTypeMDDataIdentificationType. withResourceFormat(MDFormatPropertyType... values)MDServiceIdentificationTypeMDServiceIdentificationType. withResourceFormat(MDFormatPropertyType... values)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDFormatPropertyType Constructor Description MDDistributionType(String id, String uuid, List<MDFormatPropertyType> distributionFormat, List<MDDistributorPropertyType> distributor, List<MDDigitalTransferOptionsPropertyType> transferOptions)Fully-initialising value constructor -
Uses of MDFormatPropertyType in net.opengis.iso19139.gmx.v_20070417
Fields in net.opengis.iso19139.gmx.v_20070417 declared as MDFormatPropertyType Modifier and Type Field Description protected MDFormatPropertyTypeMXDataFileType. fileFormatMethods in net.opengis.iso19139.gmx.v_20070417 that return MDFormatPropertyType Modifier and Type Method Description MDFormatPropertyTypeMXDataFileType. getFileFormat()Gets the value of the fileFormat property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type MDFormatPropertyType Modifier and Type Method Description voidMXDataFileType. setFileFormat(MDFormatPropertyType value)Sets the value of the fileFormat property.MXDataFileTypeMXDataFileType. withFileFormat(MDFormatPropertyType value)Constructors in net.opengis.iso19139.gmx.v_20070417 with parameters of type MDFormatPropertyType Constructor Description MXDataFileType(String id, String uuid, FileNamePropertyType fileName, CharacterStringPropertyType fileDescription, MimeFileTypePropertyType fileType, List<GenericNamePropertyType> featureTypes, MDFormatPropertyType fileFormat)Fully-initialising value constructor
-