Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDTopicCategoryCodeType
-
Packages that use MDTopicCategoryCodeType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDTopicCategoryCodeType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as MDTopicCategoryCodeType Modifier and Type Field Description protected MDTopicCategoryCodeTypeMDTopicCategoryCodePropertyType. mdTopicCategoryCodeMethods in net.opengis.iso19139.gmd.v_20070417 that return MDTopicCategoryCodeType Modifier and Type Method Description static MDTopicCategoryCodeTypeMDTopicCategoryCodeType. fromValue(String v)MDTopicCategoryCodeTypeMDTopicCategoryCodePropertyType. getMDTopicCategoryCode()Gets the value of the mdTopicCategoryCode property.static MDTopicCategoryCodeTypeMDTopicCategoryCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MDTopicCategoryCodeType[]MDTopicCategoryCodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDTopicCategoryCodeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDTopicCategoryCodeType>ObjectFactory. createMDTopicCategoryCode(MDTopicCategoryCodeType value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDTopicCategoryCodeType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDTopicCategoryCodeType>ObjectFactory. createMDTopicCategoryCode(MDTopicCategoryCodeType value)voidMDTopicCategoryCodePropertyType. setMDTopicCategoryCode(MDTopicCategoryCodeType value)Sets the value of the mdTopicCategoryCode property.MDTopicCategoryCodePropertyTypeMDTopicCategoryCodePropertyType. withMDTopicCategoryCode(MDTopicCategoryCodeType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDTopicCategoryCodeType Constructor Description MDTopicCategoryCodePropertyType(MDTopicCategoryCodeType mdTopicCategoryCode, List<String> nilReason)Fully-initialising value constructor
-