org.xmlhammer.model.jaxp
Class JAXPSchemaFactory.Settings
java.lang.Object
org.xmlhammer.model.jaxp.JAXPSchemaFactory.Settings
- Enclosing class:
- JAXPSchemaFactory
public static class JAXPSchemaFactory.Settings
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="resourceResolver" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
|
Method Summary |
java.lang.String |
getResourceResolver()
Gets the value of the resourceResolver property. |
void |
setResourceResolver(java.lang.String value)
Sets the value of the resourceResolver property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceResolver
protected java.lang.String resourceResolver
JAXPSchemaFactory.Settings
public JAXPSchemaFactory.Settings()
getResourceResolver
public java.lang.String getResourceResolver()
- Gets the value of the resourceResolver property.
- Returns:
- possible object is
String
setResourceResolver
public void setResourceResolver(java.lang.String value)
- Sets the value of the resourceResolver property.
- Parameters:
value - allowed object is
String
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.