org.ow2.easywsdl.schema.decorator
Class DecoratorIncludeImpl<S extends AbsItfSchema>

java.lang.Object
  extended by org.ow2.easywsdl.schema.decorator.DecoratorIncludeImpl<S>
All Implemented Interfaces:
Decorator

public class DecoratorIncludeImpl<S extends AbsItfSchema>
extends java.lang.Object
implements Decorator

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
protected  AbsItfInclude<S> include
           
 
Constructor Summary
DecoratorIncludeImpl(AbsItfInclude<S> include)
           
 
Method Summary
 Documentation createDocumentation()
           
 Documentation getDocumentation()
           
 SchemaElement getInternalObject()
           
 java.net.URI getLocationURI()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 S getSchema()
           
 void setDocumentation(Documentation doc)
           
 void setLocationURI(java.net.URI locationURI)
           
 void setSchema(S schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

include

protected AbsItfInclude<S extends AbsItfSchema> include
Constructor Detail

DecoratorIncludeImpl

public DecoratorIncludeImpl(AbsItfInclude<S> include)
Method Detail

getLocationURI

public java.net.URI getLocationURI()

getSchema

public S getSchema()

setLocationURI

public void setLocationURI(java.net.URI locationURI)

setSchema

public void setSchema(S schema)

createDocumentation

public Documentation createDocumentation()

getDocumentation

public Documentation getDocumentation()

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
                                                                             throws XmlException
Throws:
XmlException

setDocumentation

public void setDocumentation(Documentation doc)

getInternalObject

public SchemaElement getInternalObject()
Specified by:
getInternalObject in interface Decorator


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.