org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl
Class DocumentImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<Document>
org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.DocumentImpl
- All Implemented Interfaces:
- java.io.Serializable, Document, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, org.ow2.easywsdl.wsdl.api.WSDLElement
public class DocumentImpl
- extends org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<Document>
- implements Document
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
addOtherElements, createDocumentation, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString |
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
equals, getParent, getSchema, getTopParent, hashCode, setParent |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
equals, hashCode |
DocumentImpl
public DocumentImpl(Document doc,
ImportedDocuments docs)
throws WSDL4ComplexWsdlException
- Throws:
WSDL4ComplexWsdlException
getSchemaReader
public static org.ow2.easywsdl.schema.api.SchemaReader getSchemaReader()
throws org.ow2.easywsdl.schema.api.SchemaException
- Throws:
org.ow2.easywsdl.schema.api.SchemaException
getLocation
public java.net.URI getLocation()
- Specified by:
getLocation
in interface Document
setLocation
public void setLocation(java.net.URI location)
- Specified by:
setLocation
in interface Document
getImportedDescription
public org.ow2.easywsdl.wsdl.api.Description getImportedDescription()
- Specified by:
getImportedDescription
in interface Document
getImportedSchema
public org.ow2.easywsdl.schema.api.Schema getImportedSchema()
- Specified by:
getImportedSchema
in interface Document
setImportedDescription
public void setImportedDescription(org.ow2.easywsdl.wsdl.api.Description desc)
- Specified by:
setImportedDescription
in interface Document
setImportedSchema
public void setImportedSchema(org.ow2.easywsdl.schema.api.Schema schema)
- Specified by:
setImportedSchema
in interface Document
getOriginalLocation
public java.net.URI getOriginalLocation()
- Specified by:
getOriginalLocation
in interface Document
setOriginalLocation
public void setOriginalLocation(java.net.URI originalLocation)
- Specified by:
setOriginalLocation
in interface Document
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.