org.ow2.easywsdl.wsdl.impl.wsdl20
Class IncludeImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.xml.impl.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractIncludeImpl<IncludeType,Description>
org.ow2.easywsdl.wsdl.impl.wsdl20.IncludeImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, AbsItfInclude<Description>, Include, WSDLElement, org.ow2.easywsdl.xml.api.XMLElement
public class IncludeImpl
- extends AbstractIncludeImpl<IncludeType,Description>
- implements Include
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
model |
|
Method Summary |
java.lang.String |
getLocationURI()
Get the location URI of this import. |
java.util.List<org.w3c.dom.Element> |
getOtherElements()
Get all the extensibility elements defined here. |
void |
setLocationURI(java.lang.String locationURI)
Set the location URI of this import. |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
getParent, getSchema, getTopParent, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
IncludeImpl
public IncludeImpl(IncludeType incl,
Description parent,
java.util.Map<java.net.URI,javax.xml.transform.dom.DOMSource> imports)
getLocationURI
public java.lang.String getLocationURI()
- Description copied from interface:
AbsItfInclude
- Get the location URI of this import.
- Specified by:
getLocationURI in interface AbsItfInclude<Description>
setLocationURI
public void setLocationURI(java.lang.String locationURI)
- Description copied from interface:
AbsItfInclude
- Set the location URI of this import.
- Specified by:
setLocationURI in interface AbsItfInclude<Description>
- Parameters:
locationURI - the desired location URI
getOtherElements
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws org.ow2.easywsdl.schema.api.XmlException
- Description copied from class:
AbstractWSDLElementImpl
- Get all the extensibility elements defined here.
- Specified by:
getOtherElements in interface org.ow2.easywsdl.xml.api.XMLElement- Overrides:
getOtherElements in class AbstractWSDLElementImpl<IncludeType>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
Copyright © 2008 eBM WebSourcing. All Rights Reserved.