Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDClassificationCodePropertyType
-
Packages that use MDClassificationCodePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDClassificationCodePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as MDClassificationCodePropertyType Modifier and Type Field Description protected MDClassificationCodePropertyTypeMDSecurityConstraintsType. classificationMethods in net.opengis.iso19139.gmd.v_20070417 that return MDClassificationCodePropertyType Modifier and Type Method Description MDClassificationCodePropertyTypeObjectFactory. createMDClassificationCodePropertyType()Create an instance ofMDClassificationCodePropertyTypeMDClassificationCodePropertyTypeMDSecurityConstraintsType. getClassification()Gets the value of the classification property.MDClassificationCodePropertyTypeMDClassificationCodePropertyType. withMDClassificationCode(CodeListValueType value)MDClassificationCodePropertyTypeMDClassificationCodePropertyType. withNilReason(String... values)MDClassificationCodePropertyTypeMDClassificationCodePropertyType. withNilReason(Collection<String> values)MDClassificationCodePropertyTypeMDClassificationCodePropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDClassificationCodePropertyType Modifier and Type Method Description voidMDSecurityConstraintsType. setClassification(MDClassificationCodePropertyType value)Sets the value of the classification property.MDSecurityConstraintsTypeMDSecurityConstraintsType. withClassification(MDClassificationCodePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDClassificationCodePropertyType Constructor Description MDSecurityConstraintsType(String id, String uuid, List<CharacterStringPropertyType> useLimitation, MDClassificationCodePropertyType classification, CharacterStringPropertyType userNote, CharacterStringPropertyType classificationSystem, CharacterStringPropertyType handlingDescription)Fully-initialising value constructor
-