Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDConstraintsType
-
Packages that use MDConstraintsType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDConstraintsType in net.opengis.iso19139.gmd.v_20070417
Subclasses of MDConstraintsType in net.opengis.iso19139.gmd.v_20070417 Modifier and Type Class Description classMDLegalConstraintsTypeRestrictions and legal prerequisites for accessing and using the dataset.classMDSecurityConstraintsTypeHandling restrictions imposed on the dataset because of national security, privacy, or other concernsFields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type MDConstraintsType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends MDConstraintsType>MDConstraintsPropertyType. mdConstraintsMethods in net.opengis.iso19139.gmd.v_20070417 that return MDConstraintsType Modifier and Type Method Description MDConstraintsTypeObjectFactory. createMDConstraintsType()Create an instance ofMDConstraintsTypeMDConstraintsTypeMDConstraintsType. withId(String value)MDConstraintsTypeMDConstraintsType. withUseLimitation(Collection<CharacterStringPropertyType> values)MDConstraintsTypeMDConstraintsType. withUseLimitation(List<CharacterStringPropertyType> value)MDConstraintsTypeMDConstraintsType. withUseLimitation(CharacterStringPropertyType... values)MDConstraintsTypeMDConstraintsType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDConstraintsType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDConstraintsType>ObjectFactory. createMDConstraints(MDConstraintsType value)jakarta.xml.bind.JAXBElement<? extends MDConstraintsType>MDConstraintsPropertyType. getMDConstraints()Gets the value of the mdConstraints property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDConstraintsType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MDConstraintsType>ObjectFactory. createMDConstraints(MDConstraintsType value)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDConstraintsType Modifier and Type Method Description voidMDConstraintsPropertyType. setMDConstraints(jakarta.xml.bind.JAXBElement<? extends MDConstraintsType> value)Sets the value of the mdConstraints property.MDConstraintsPropertyTypeMDConstraintsPropertyType. withMDConstraints(jakarta.xml.bind.JAXBElement<? extends MDConstraintsType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDConstraintsType Constructor Description MDConstraintsPropertyType(jakarta.xml.bind.JAXBElement<? extends MDConstraintsType> mdConstraints, 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
-