Uses of Class
net.opengis.iso19139.gco.v_20060504.BinaryPropertyType

Packages that use BinaryPropertyType
net.opengis.iso19139.gco.v_20060504   
net.opengis.iso19139.gmd.v_20060504   
 

Uses of BinaryPropertyType in net.opengis.iso19139.gco.v_20060504
 

Methods in net.opengis.iso19139.gco.v_20060504 that return BinaryPropertyType
 BinaryPropertyType ObjectFactory.createBinaryPropertyType()
          Create an instance of BinaryPropertyType
 BinaryPropertyType BinaryPropertyType.withBinary(BinaryType value)
           
 BinaryPropertyType BinaryPropertyType.withNilReason(Collection<String> values)
           
 BinaryPropertyType BinaryPropertyType.withNilReason(List<String> value)
           
 BinaryPropertyType BinaryPropertyType.withNilReason(String... values)
           
 

Uses of BinaryPropertyType in net.opengis.iso19139.gmd.v_20060504
 

Fields in net.opengis.iso19139.gmd.v_20060504 declared as BinaryPropertyType
protected  BinaryPropertyType MDApplicationSchemaInformationType.graphicsFile
           
protected  BinaryPropertyType MDApplicationSchemaInformationType.softwareDevelopmentFile
           
 

Methods in net.opengis.iso19139.gmd.v_20060504 that return BinaryPropertyType
 BinaryPropertyType MDApplicationSchemaInformationType.getGraphicsFile()
          Gets the value of the graphicsFile property.
 BinaryPropertyType MDApplicationSchemaInformationType.getSoftwareDevelopmentFile()
          Gets the value of the softwareDevelopmentFile property.
 

Methods in net.opengis.iso19139.gmd.v_20060504 with parameters of type BinaryPropertyType
 void MDApplicationSchemaInformationType.setGraphicsFile(BinaryPropertyType value)
          Sets the value of the graphicsFile property.
 void MDApplicationSchemaInformationType.setSoftwareDevelopmentFile(BinaryPropertyType value)
          Sets the value of the softwareDevelopmentFile property.
 MDApplicationSchemaInformationType MDApplicationSchemaInformationType.withGraphicsFile(BinaryPropertyType value)
           
 MDApplicationSchemaInformationType MDApplicationSchemaInformationType.withSoftwareDevelopmentFile(BinaryPropertyType value)
           
 



Copyright © 2008-2016. All Rights Reserved.