|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Namespace
A representation of the model object 'Namespace'.
WSDLPackage.getNamespace()
Method Summary | |
---|---|
java.lang.String |
getPrefix()
Returns the value of the 'Prefix' attribute |
java.lang.String |
getURI()
Returns the value of the 'URI' attribute |
void |
setPrefix(java.lang.String value)
Sets the value of the ' Prefix ' attribute |
void |
setURI(java.lang.String value)
Sets the value of the ' URI ' attribute |
Method Detail |
---|
java.lang.String getURI()
If the meaning of the 'URI' attribute isn't clear, there really should be more of a description here...
setURI(String)
,
WSDLPackage.getNamespace_URI()
void setURI(java.lang.String value)
URI
' attribute.
value
- the new value of the 'URI' attribute.getURI()
java.lang.String getPrefix()
If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...
setPrefix(String)
,
WSDLPackage.getNamespace_Prefix()
void setPrefix(java.lang.String value)
Prefix
' attribute.
value
- the new value of the 'Prefix' attribute.getPrefix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |