|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used for configuring schema repository.
Method Summary | |
java.lang.String |
getNamespaceURI()
Returns the namespace URI of the schema. |
java.lang.String |
getSchemaLocation()
Returns the location of the schema. |
void |
setNamespaceURI(java.lang.String namespaceURI)
Sets the namespace URI of the schema. |
void |
setSchemaLocation(java.lang.String schemaLocation)
Sets the location of the schema document. |
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart |
getDeploymentDescriptor |
Method Detail |
public java.lang.String getNamespaceURI()
public void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- the namespace URI of the schemapublic java.lang.String getSchemaLocation()
public void setSchemaLocation(java.lang.String schemaLocation)
schemaLocation
- the location of schema document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |