Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDMaintenanceFrequencyCodePropertyType
-
Packages that use MDMaintenanceFrequencyCodePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDMaintenanceFrequencyCodePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as MDMaintenanceFrequencyCodePropertyType Modifier and Type Field Description protected MDMaintenanceFrequencyCodePropertyTypeMDMaintenanceInformationType. maintenanceAndUpdateFrequencyMethods in net.opengis.iso19139.gmd.v_20070417 that return MDMaintenanceFrequencyCodePropertyType Modifier and Type Method Description MDMaintenanceFrequencyCodePropertyTypeObjectFactory. createMDMaintenanceFrequencyCodePropertyType()Create an instance ofMDMaintenanceFrequencyCodePropertyTypeMDMaintenanceFrequencyCodePropertyTypeMDMaintenanceInformationType. getMaintenanceAndUpdateFrequency()Gets the value of the maintenanceAndUpdateFrequency property.MDMaintenanceFrequencyCodePropertyTypeMDMaintenanceFrequencyCodePropertyType. withMDMaintenanceFrequencyCode(CodeListValueType value)MDMaintenanceFrequencyCodePropertyTypeMDMaintenanceFrequencyCodePropertyType. withNilReason(String... values)MDMaintenanceFrequencyCodePropertyTypeMDMaintenanceFrequencyCodePropertyType. withNilReason(Collection<String> values)MDMaintenanceFrequencyCodePropertyTypeMDMaintenanceFrequencyCodePropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDMaintenanceFrequencyCodePropertyType Modifier and Type Method Description voidMDMaintenanceInformationType. setMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value)Sets the value of the maintenanceAndUpdateFrequency property.MDMaintenanceInformationTypeMDMaintenanceInformationType. withMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDMaintenanceFrequencyCodePropertyType Constructor Description MDMaintenanceInformationType(String id, String uuid, MDMaintenanceFrequencyCodePropertyType maintenanceAndUpdateFrequency, DatePropertyType dateOfNextUpdate, TMPeriodDurationPropertyType userDefinedMaintenanceFrequency, List<MDScopeCodePropertyType> updateScope, List<MDScopeDescriptionPropertyType> updateScopeDescription, List<CharacterStringPropertyType> maintenanceNote, List<CIResponsiblePartyPropertyType> contact)Fully-initialising value constructor
-