Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDIdentifierType
-
Packages that use MDIdentifierType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDIdentifierType in net.opengis.iso19139.gmd.v_20070417
Subclasses of MDIdentifierType in net.opengis.iso19139.gmd.v_20070417 Modifier and Type Class Description classRSIdentifierTypeJava class for RS_Identifier_Type complex type.Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type MDIdentifierType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends MDIdentifierType>MDIdentifierPropertyType. mdIdentifierMethods in net.opengis.iso19139.gmd.v_20070417 that return MDIdentifierType Modifier and Type Method Description MDIdentifierTypeObjectFactory. createMDIdentifierType()Create an instance ofMDIdentifierTypeMDIdentifierTypeMDIdentifierType. withAuthority(CICitationPropertyType value)MDIdentifierTypeMDIdentifierType. withCode(CharacterStringPropertyType value)MDIdentifierTypeMDIdentifierType. withId(String value)MDIdentifierTypeMDIdentifierType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDIdentifierType>ObjectFactory. createMDIdentifier(MDIdentifierType value)jakarta.xml.bind.JAXBElement<? extends MDIdentifierType>MDIdentifierPropertyType. getMDIdentifier()Gets the value of the mdIdentifier property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDIdentifierType>ObjectFactory. createMDIdentifier(MDIdentifierType value)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDIdentifierType Modifier and Type Method Description voidMDIdentifierPropertyType. setMDIdentifier(jakarta.xml.bind.JAXBElement<? extends MDIdentifierType> value)Sets the value of the mdIdentifier property.MDIdentifierPropertyTypeMDIdentifierPropertyType. withMDIdentifier(jakarta.xml.bind.JAXBElement<? extends MDIdentifierType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDIdentifierType Constructor Description MDIdentifierPropertyType(jakarta.xml.bind.JAXBElement<? extends MDIdentifierType> mdIdentifier, 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
-