Uses of Class
net.opengis.iso19139.gmd.v_20070417.MDRestrictionCodePropertyType
-
Packages that use MDRestrictionCodePropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of MDRestrictionCodePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type MDRestrictionCodePropertyType Modifier and Type Field Description protected List<MDRestrictionCodePropertyType>MDLegalConstraintsType. accessConstraintsprotected List<MDRestrictionCodePropertyType>MDLegalConstraintsType. useConstraintsMethods in net.opengis.iso19139.gmd.v_20070417 that return MDRestrictionCodePropertyType Modifier and Type Method Description MDRestrictionCodePropertyTypeObjectFactory. createMDRestrictionCodePropertyType()Create an instance ofMDRestrictionCodePropertyTypeMDRestrictionCodePropertyTypeMDRestrictionCodePropertyType. withMDRestrictionCode(CodeListValueType value)MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType. withNilReason(String... values)MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType. withNilReason(Collection<String> values)MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type MDRestrictionCodePropertyType Modifier and Type Method Description List<MDRestrictionCodePropertyType>MDLegalConstraintsType. getAccessConstraints()Gets the value of the accessConstraints property.List<MDRestrictionCodePropertyType>MDLegalConstraintsType. getUseConstraints()Gets the value of the useConstraints property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type MDRestrictionCodePropertyType Modifier and Type Method Description MDLegalConstraintsTypeMDLegalConstraintsType. withAccessConstraints(MDRestrictionCodePropertyType... values)MDLegalConstraintsTypeMDLegalConstraintsType. withUseConstraints(MDRestrictionCodePropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type MDRestrictionCodePropertyType Modifier and Type Method Description voidMDLegalConstraintsType. setAccessConstraints(List<MDRestrictionCodePropertyType> value)voidMDLegalConstraintsType. setUseConstraints(List<MDRestrictionCodePropertyType> value)MDLegalConstraintsTypeMDLegalConstraintsType. withAccessConstraints(Collection<MDRestrictionCodePropertyType> values)MDLegalConstraintsTypeMDLegalConstraintsType. withAccessConstraints(List<MDRestrictionCodePropertyType> value)MDLegalConstraintsTypeMDLegalConstraintsType. withUseConstraints(Collection<MDRestrictionCodePropertyType> values)MDLegalConstraintsTypeMDLegalConstraintsType. withUseConstraints(List<MDRestrictionCodePropertyType> value)
-