org.eclipse.wst.wsdl
Interface Import

All Superinterfaces:
WSDLElement

public interface Import
extends WSDLElement

A representation of the model object 'Import'.

Since:
1.0
See Also:
org.eclipse.wsdl.WSDLPackage#getImport()

Method Summary
 Definition getEDefinition()
          Returns the value of the 'EDefinition' reference
 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
 XSDSchema getSchema()
           This method is same as getESchema().
 void setEDefinition(Definition value)
          Sets the value of the 'EDefinition' reference
 void setESchema(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(XSDSchema schema)
           This method is same as setESchema(XSDSchema).
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 

Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
Returns the value of the 'Namespace URI' attribute.

If the meaning of the 'Namespace URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Namespace URI' attribute.
See Also:
setNamespaceURI(String), org.eclipse.wsdl.WSDLPackage#getImport_NamespaceURI()

setNamespaceURI

public void setNamespaceURI(java.lang.String value)
Sets the value of the 'Namespace URI' attribute.

Parameters:
value - the new value of the 'Namespace URI' attribute.
See Also:
getNamespaceURI()

getLocationURI

public java.lang.String getLocationURI()
Returns the value of the 'Location URI' attribute.

If the meaning of the 'Location URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location URI' attribute.
See Also:
setLocationURI(String), org.eclipse.wsdl.WSDLPackage#getImport_LocationURI()

setLocationURI

public void setLocationURI(java.lang.String value)
Sets the value of the 'Location URI' attribute.

Parameters:
value - the new value of the 'Location URI' attribute.
See Also:
getLocationURI()

getEDefinition

public Definition getEDefinition()
Returns the value of the 'EDefinition' reference.

If the meaning of the 'EDefinition' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'EDefinition' reference.
See Also:
setEDefinition(Definition), org.eclipse.wsdl.WSDLPackage#getImport_EDefinition()

setEDefinition

public void setEDefinition(Definition value)
Sets the value of the 'EDefinition' reference.

Parameters:
value - the new value of the 'EDefinition' reference.
See Also:
getEDefinition()

getESchema

public XSDSchema getESchema()
Returns the value of the 'ESchema' reference.

If the meaning of the 'ESchema' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'ESchema' reference.
See Also:
setESchema(XSDSchema), org.eclipse.wsdl.WSDLPackage#getImport_ESchema()

setESchema

public void setESchema(XSDSchema value)
Sets the value of the 'ESchema' reference.

Parameters:
value - the new value of the 'ESchema' reference.
See Also:
getESchema()

getSchema

public XSDSchema getSchema()
This method is same as getESchema().

Returns:
the value of the 'ESchema' reference.
See Also:
getESchema()

setSchema

public void setSchema(XSDSchema schema)
This method is same as setESchema(XSDSchema).

Parameters:
schema - the new value of the 'ESchema' reference.
See Also:
setESchema(XSDSchema)