org.ow2.easywsdl.schema.decorator
Class DecoratorSequenceImpl<E extends AbsItfElement>
java.lang.Object
org.ow2.easywsdl.schema.decorator.DecoratorSequenceImpl<E>
- All Implemented Interfaces:
- Decorator
public class DecoratorSequenceImpl<E extends AbsItfElement>
- extends java.lang.Object
- implements Decorator
- Author:
- Nicolas Boissel-Dallier - eBM WebSourcing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sequence
protected AbsItfSequence sequence
DecoratorSequenceImpl
public DecoratorSequenceImpl(AbsItfSequence sequence,
java.lang.Class<? extends E> eImpl)
throws SchemaException
- Throws:
SchemaException
addElement
public void addElement(E elmt)
createElement
public E createElement()
getElements
public java.util.List<E> getElements()
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.