|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.idoox.xmlrpc.header.Schema
Class represents XML schema location and it's namespace.
Header| Constructor Summary | |
Schema()
Construct empty Schema. |
|
Schema(java.lang.String location,
java.lang.String namespace)
Construct Schema. |
|
| Method Summary | |
java.lang.String |
getLocation()
Retrive location of schema. |
java.lang.String |
getNamespace()
Retrives namespace of schema. |
void |
setLocation(java.lang.String location)
Sets schema location. |
void |
setNamespace(java.lang.String namespace)
Sets schema namespace. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Schema()
Schema.
public Schema(java.lang.String location,
java.lang.String namespace)
Schema. Schema is located at location
and have namespace namespace.
location - Location of schema. It could be URL (for
example, "file://blabla.xsd") or resource name ("resource:/blbabla.xsd").namespace - namespace of schema| Method Detail |
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - Location of schema.public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace - schema namespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||