Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDScopeCodePropertyType
-
Packages that use MDScopeCodePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDScopeCodePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as MDScopeCodePropertyType Modifier and Type Field Description protected MDScopeCodePropertyTypeDQScopeType. levelFields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type MDScopeCodePropertyType Modifier and Type Field Description protected List<MDScopeCodePropertyType>MDMetadataType. hierarchyLevelprotected List<MDScopeCodePropertyType>MDMaintenanceInformationType. updateScopeMethods in net.opengis.iso19139.gmd.v_20070417 that return MDScopeCodePropertyType Modifier and Type Method Description MDScopeCodePropertyTypeObjectFactory. createMDScopeCodePropertyType()Create an instance ofMDScopeCodePropertyTypeMDScopeCodePropertyTypeDQScopeType. getLevel()Gets the value of the level property.MDScopeCodePropertyTypeMDScopeCodePropertyType. withMDScopeCode(jakarta.xml.bind.JAXBElement<CodeListValueType> value)MDScopeCodePropertyTypeMDScopeCodePropertyType. withNilReason(String... values)MDScopeCodePropertyTypeMDScopeCodePropertyType. withNilReason(Collection<String> values)MDScopeCodePropertyTypeMDScopeCodePropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDScopeCodePropertyType Modifier and Type Method Description List<MDScopeCodePropertyType>MDMetadataType. getHierarchyLevel()Gets the value of the hierarchyLevel property.List<MDScopeCodePropertyType>MDMaintenanceInformationType. getUpdateScope()Gets the value of the updateScope property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDScopeCodePropertyType Modifier and Type Method Description voidDQScopeType. setLevel(MDScopeCodePropertyType value)Sets the value of the level property.MDMetadataTypeMDMetadataType. withHierarchyLevel(MDScopeCodePropertyType... values)DQScopeTypeDQScopeType. withLevel(MDScopeCodePropertyType value)MDMaintenanceInformationTypeMDMaintenanceInformationType. withUpdateScope(MDScopeCodePropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDScopeCodePropertyType Modifier and Type Method Description voidMDMetadataType. setHierarchyLevel(List<MDScopeCodePropertyType> value)voidMDMaintenanceInformationType. setUpdateScope(List<MDScopeCodePropertyType> value)MDMetadataTypeMDMetadataType. withHierarchyLevel(Collection<MDScopeCodePropertyType> values)MDMetadataTypeMDMetadataType. withHierarchyLevel(List<MDScopeCodePropertyType> value)MDMaintenanceInformationTypeMDMaintenanceInformationType. withUpdateScope(Collection<MDScopeCodePropertyType> values)MDMaintenanceInformationTypeMDMaintenanceInformationType. withUpdateScope(List<MDScopeCodePropertyType> value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDScopeCodePropertyType Constructor Description DQScopeType(String id, String uuid, MDScopeCodePropertyType level, EXExtentPropertyType extent, List<MDScopeDescriptionPropertyType> levelDescription)Fully-initialising value constructor
-