|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Import
A representation of the model object 'Import'.
WSDLPackage.getImport()
Method Summary | |
---|---|
Definition |
getEDefinition()
Returns the value of the 'EDefinition' reference |
org.eclipse.xsd.XSDSchema |
getESchema()
Returns the value of the 'ESchema' reference |
java.lang.String |
getLocationURI()
Returns the value of the 'Location URI' attribute |
java.lang.String |
getNamespaceURI()
Returns the value of the 'Namespace URI' attribute |
org.eclipse.xsd.XSDSchema |
getSchema()
This method is same as getESchema(). |
void |
setEDefinition(Definition value)
Sets the value of the ' EDefinition ' reference |
void |
setESchema(org.eclipse.xsd.XSDSchema value)
Sets the value of the ' ESchema ' reference |
void |
setLocationURI(java.lang.String value)
Sets the value of the ' Location URI ' attribute |
void |
setNamespaceURI(java.lang.String value)
Sets the value of the ' Namespace URI ' attribute |
void |
setSchema(org.eclipse.xsd.XSDSchema schema)
This method is same as setESchema(XSDSchema). |
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibleElement |
---|
addExtensibilityElement, getEExtensibilityElements, getExtensibilityElements |
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement |
---|
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement |
Methods inherited from interface javax.wsdl.Import |
---|
getDefinition, getDocumentationElement, setDefinition, setDocumentationElement |
Method Detail |
---|
java.lang.String getNamespaceURI()
If the meaning of the 'Namespace URI' attribute isn't clear, there really should be more of a description here...
getNamespaceURI
in interface javax.wsdl.Import
setNamespaceURI(String)
,
WSDLPackage.getImport_NamespaceURI()
void setNamespaceURI(java.lang.String value)
Namespace URI
' attribute.
setNamespaceURI
in interface javax.wsdl.Import
value
- the new value of the 'Namespace URI' attribute.getNamespaceURI()
java.lang.String getLocationURI()
If the meaning of the 'Location URI' attribute isn't clear, there really should be more of a description here...
getLocationURI
in interface javax.wsdl.Import
setLocationURI(String)
,
WSDLPackage.getImport_LocationURI()
void setLocationURI(java.lang.String value)
Location URI
' attribute.
setLocationURI
in interface javax.wsdl.Import
value
- the new value of the 'Location URI' attribute.getLocationURI()
Definition getEDefinition()
If the meaning of the 'EDefinition' reference isn't clear, there really should be more of a description here...
setEDefinition(Definition)
,
WSDLPackage.getImport_EDefinition()
void setEDefinition(Definition value)
EDefinition
' reference.
value
- the new value of the 'EDefinition' reference.getEDefinition()
org.eclipse.xsd.XSDSchema getESchema()
If the meaning of the 'ESchema' reference isn't clear, there really should be more of a description here...
setESchema(XSDSchema)
,
WSDLPackage.getImport_ESchema()
void setESchema(org.eclipse.xsd.XSDSchema value)
ESchema
' reference.
value
- the new value of the 'ESchema' reference.getESchema()
org.eclipse.xsd.XSDSchema getSchema()
getESchema()
void setSchema(org.eclipse.xsd.XSDSchema schema)
schema
- the new value of the 'ESchema' reference.setESchema(XSDSchema)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |