Class URIValidatorImpl

  • All Implemented Interfaces:
    Serializable, javax.xml.registry.infomodel.URIValidator

    public class URIValidatorImpl
    extends Object
    implements javax.xml.registry.infomodel.URIValidator, Serializable
    Implementation of URIValidator. This class is used as a delegate in other classes that implement URIValidator. Declared Serializable here so that it can be serialized with the objects that use it.
    Author:
    Bobby Bissett
    See Also:
    Serialized Form
    • Constructor Detail

      • URIValidatorImpl

        public URIValidatorImpl()
    • Method Detail

      • getValidateURI

        public boolean getValidateURI()
        Getter for validateURI
        Specified by:
        getValidateURI in interface javax.xml.registry.infomodel.URIValidator
      • setValidateURI

        public void setValidateURI​(boolean validate)
        Setter for validateURI
        Specified by:
        setValidateURI in interface javax.xml.registry.infomodel.URIValidator