org.ow2.easywsdl.wsdl.impl.wsdl20
Class TypesImpl
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<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractTypesImpl<TypesType,org.ow2.easywsdl.schema.api.Schema,org.ow2.easywsdl.schema.api.Import>
org.ow2.easywsdl.wsdl.impl.wsdl20.TypesImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, AbsItfTypes<org.ow2.easywsdl.schema.api.Schema,org.ow2.easywsdl.schema.api.Import>, Types, WSDLElement
public class TypesImpl
- extends AbstractTypesImpl<TypesType,org.ow2.easywsdl.schema.api.Schema,org.ow2.easywsdl.schema.api.Import>
- implements Types
- 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.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.XMLElement |
addOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
TypesImpl
public TypesImpl(TypesType types,
DescriptionImpl desc,
java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> imports,
WSDLReaderImpl reader)
throws WSDLException
- Throws:
WSDLException
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.schema.api.XMLElement
- Overrides:
getOtherElements
in class AbstractWSDLElementImpl<TypesType>
- Throws:
org.ow2.easywsdl.schema.api.XmlException
createSchema
public org.ow2.easywsdl.schema.api.Schema createSchema()
- Description copied from interface:
AbsItfTypes
- create the schema
- Specified by:
createSchema
in interface AbsItfTypes<org.ow2.easywsdl.schema.api.Schema,org.ow2.easywsdl.schema.api.Import>
- Returns:
addSchema
public void addSchema(org.ow2.easywsdl.schema.api.Schema schema)
- Specified by:
addSchema
in interface AbsItfTypes<org.ow2.easywsdl.schema.api.Schema,org.ow2.easywsdl.schema.api.Import>
- Overrides:
addSchema
in class AbstractTypesImpl<TypesType,org.ow2.easywsdl.schema.api.Schema,org.ow2.easywsdl.schema.api.Import>
removeSchema
public org.ow2.easywsdl.schema.api.Schema removeSchema()
- Specified by:
removeSchema
in interface AbsItfTypes<org.ow2.easywsdl.schema.api.Schema,org.ow2.easywsdl.schema.api.Import>
replaceDOMElementByTypesType
public static TypesType replaceDOMElementByTypesType(WSDLElement parent,
org.w3c.dom.Element childToReplace,
WSDLReaderImpl reader)
throws WSDLException
- Throws:
WSDLException
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.