Uses of Class
net.opengis.iso19139.gco.v_20070417.BinaryPropertyType
-
Packages that use BinaryPropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 -
-
Uses of BinaryPropertyType in net.opengis.iso19139.gco.v_20070417
Methods in net.opengis.iso19139.gco.v_20070417 that return BinaryPropertyType Modifier and Type Method Description BinaryPropertyTypeObjectFactory. createBinaryPropertyType()Create an instance ofBinaryPropertyTypeBinaryPropertyTypeBinaryPropertyType. withBinary(BinaryType value)BinaryPropertyTypeBinaryPropertyType. withNilReason(String... values)BinaryPropertyTypeBinaryPropertyType. withNilReason(Collection<String> values)BinaryPropertyTypeBinaryPropertyType. withNilReason(List<String> value) -
Uses of BinaryPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as BinaryPropertyType Modifier and Type Field Description protected BinaryPropertyTypeMDApplicationSchemaInformationType. graphicsFileprotected BinaryPropertyTypeMDApplicationSchemaInformationType. softwareDevelopmentFileMethods in net.opengis.iso19139.gmd.v_20070417 that return BinaryPropertyType Modifier and Type Method Description BinaryPropertyTypeMDApplicationSchemaInformationType. getGraphicsFile()Gets the value of the graphicsFile property.BinaryPropertyTypeMDApplicationSchemaInformationType. getSoftwareDevelopmentFile()Gets the value of the softwareDevelopmentFile property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type BinaryPropertyType Modifier and Type Method Description voidMDApplicationSchemaInformationType. setGraphicsFile(BinaryPropertyType value)Sets the value of the graphicsFile property.voidMDApplicationSchemaInformationType. setSoftwareDevelopmentFile(BinaryPropertyType value)Sets the value of the softwareDevelopmentFile property.MDApplicationSchemaInformationTypeMDApplicationSchemaInformationType. withGraphicsFile(BinaryPropertyType value)MDApplicationSchemaInformationTypeMDApplicationSchemaInformationType. withSoftwareDevelopmentFile(BinaryPropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type BinaryPropertyType Constructor Description MDApplicationSchemaInformationType(String id, String uuid, CICitationPropertyType name, CharacterStringPropertyType schemaLanguage, CharacterStringPropertyType constraintLanguage, CharacterStringPropertyType schemaAscii, BinaryPropertyType graphicsFile, BinaryPropertyType softwareDevelopmentFile, CharacterStringPropertyType softwareDevelopmentFileFormat)Fully-initialising value constructor
-