|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.providers.jca.toolplugin.ImportXSD
public class ImportXSD
This class represents an XSD definition that may be required for an Imported Service. The Resource Adapter does not need to implement this class if it returns XSD types inlined within Definition.
Constructor Summary | |
---|---|
ImportXSD()
|
Method Summary | |
---|---|
java.lang.String |
getLocation()
Returns a String representation of the relative path where the XSD should be saved. |
java.lang.String |
getNamespace()
Returns the namespace that is associated with the XSD definition |
java.lang.String |
getSource()
Gets the contents of the XSD definiton |
void |
setLocation(java.lang.String location)
Sets the relative path where the XSD should be saved. |
void |
setNamespace(java.lang.String namespace)
Sets the namespace that is associated with the XSD definition |
void |
setSource(java.lang.String source)
Sets the contents of the XSD definiton. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportXSD()
Method Detail |
---|
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace
- The namespace to setpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- The location to setpublic java.lang.String getSource()
public void setSource(java.lang.String source)
source
- The XSD source to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |