|
Préférences
Moteurs de recherche
|
|||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.registry.infomodel
|
Method Summary | |
---|---|
boolean |
getValidateURI()
Gets whether to do URI validation for this object. |
void |
setValidateURI(boolean validate)
Sets whether to do URI validation for this object. |
Method Detail |
---|
void setValidateURI(boolean validate) throws JAXRException
validate
- true
implies JAXR provider must perform validation
of URIs when they are set; false
implies validation is turned off
JAXRException
- If the JAXR provider encounters an internal errorboolean getValidateURI() throws JAXRException
true
implies JAXR provider must perform validation
of URIs when they are set; false
implies validation is turned off
JAXRException
- If the JAXR provider encounters an internal error