|
|||||||||||
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
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)
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public java.lang.String getSource()
public void setSource(java.lang.String source)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |