org.ow2.easywsdl.schema.decorator
Class DecoratorSimpleContentImpl<Ex extends AbsItfExtension>
java.lang.Object
org.ow2.easywsdl.schema.decorator.DecoratorSimpleContentImpl<Ex>
- All Implemented Interfaces:
- Decorator
public class DecoratorSimpleContentImpl<Ex extends AbsItfExtension>
- extends java.lang.Object
- implements Decorator
- Author:
- Nicolas Salatge - eBM WebSourcing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
simpleContent
protected AbsItfSimpleContent simpleContent
DecoratorSimpleContentImpl
public DecoratorSimpleContentImpl(AbsItfSimpleContent<Ex> simpleContent,
java.lang.Class<? extends Ex> exImpl)
throws SchemaException
- Throws:
SchemaException
createExtension
public Ex createExtension()
getExtension
public Ex getExtension()
setExtension
public void setExtension(Ex extension)
getDocumentation
public Documentation getDocumentation()
createDocumentation
public Documentation createDocumentation()
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.