Uses of Class
net.opengis.iso19139.gmx.v_20070417.CodeDefinitionType
-
Packages that use CodeDefinitionType Package Description net.opengis.iso19139.gmx.v_20070417 -
-
Uses of CodeDefinitionType in net.opengis.iso19139.gmx.v_20070417
Subclasses of CodeDefinitionType in net.opengis.iso19139.gmx.v_20070417 Modifier and Type Class Description classMLCodeDefinitionTypeJava class for ML_CodeDefinition_Type complex type.Fields in net.opengis.iso19139.gmx.v_20070417 with type parameters of type CodeDefinitionType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType>CodeDefinitionPropertyType. codeDefinitionprotected jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType>CTCodelistValuePropertyType. codeDefinitionMethods in net.opengis.iso19139.gmx.v_20070417 that return CodeDefinitionType Modifier and Type Method Description CodeDefinitionTypeObjectFactory. createCodeDefinitionType()Create an instance ofCodeDefinitionTypeMethods in net.opengis.iso19139.gmx.v_20070417 that return types with arguments of type CodeDefinitionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CodeDefinitionType>ObjectFactory. createCodeDefinition(CodeDefinitionType value)jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType>CodeDefinitionPropertyType. getCodeDefinition()Gets the value of the codeDefinition property.jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType>CTCodelistValuePropertyType. getCodeDefinition()Gets the value of the codeDefinition property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type CodeDefinitionType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CodeDefinitionType>ObjectFactory. createCodeDefinition(CodeDefinitionType value)Method parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type CodeDefinitionType Modifier and Type Method Description voidCodeDefinitionPropertyType. setCodeDefinition(jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType> value)Sets the value of the codeDefinition property.voidCTCodelistValuePropertyType. setCodeDefinition(jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType> value)Sets the value of the codeDefinition property.CodeDefinitionPropertyTypeCodeDefinitionPropertyType. withCodeDefinition(jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType> value)CTCodelistValuePropertyTypeCTCodelistValuePropertyType. withCodeDefinition(jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType> value)Constructor parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type CodeDefinitionType Constructor Description CodeDefinitionPropertyType(jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType> codeDefinition, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructorCTCodelistValuePropertyType(jakarta.xml.bind.JAXBElement<? extends CodeDefinitionType> codeDefinition, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-