java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
org.ow2.easywsdl.schema.decorator.Decorator<T>
org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl<AbsItfComplexType<A,S,All,Ch,CC,SC>>
org.ow2.easywsdl.schema.decorator.DecoratorComplexTypeImpl<A,S,All,Ch,CC,SC>
- All Implemented Interfaces:
- java.io.Serializable, SchemaElement
public abstract class DecoratorComplexTypeImpl<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
- extends DecoratorTypeImpl<AbsItfComplexType<A,S,All,Ch,CC,SC>>
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Constructor Summary |
DecoratorComplexTypeImpl(AbsItfComplexType complexType,
java.lang.Class<? extends A> aImpl,
java.lang.Class<? extends S> sImpl,
java.lang.Class<? extends All> allImpl,
java.lang.Class<? extends Ch> chImpl,
java.lang.Class<? extends CC> ccImpl,
java.lang.Class<? extends SC> scImpl)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DecoratorComplexTypeImpl
public DecoratorComplexTypeImpl(AbsItfComplexType complexType,
java.lang.Class<? extends A> aImpl,
java.lang.Class<? extends S> sImpl,
java.lang.Class<? extends All> allImpl,
java.lang.Class<? extends Ch> chImpl,
java.lang.Class<? extends CC> ccImpl,
java.lang.Class<? extends SC> scImpl)
throws SchemaException
- Throws:
SchemaException
createSequence
public S createSequence()
getSequence
public S getSequence()
hasSequence
public boolean hasSequence()
setSequence
public void setSequence(S sequence)
createAll
public All createAll()
getAll
public All getAll()
hasAll
public boolean hasAll()
setAll
public void setAll(All all)
createChoice
public Ch createChoice()
getChoice
public Ch getChoice()
hasChoice
public boolean hasChoice()
setChoice
public void setChoice(Ch choice)
createComplexContent
public CC createComplexContent()
getComplexContent
public CC getComplexContent()
hasComplexContent
public boolean hasComplexContent()
setComplexContent
public void setComplexContent(CC complexContent)
createSimpleContent
public SC createSimpleContent()
getSimpleContent
public SC getSimpleContent()
hasSimpleContent
public boolean hasSimpleContent()
setSimpleContent
public void setSimpleContent(SC simpleContent)
addAttribute
public void addAttribute(A attr)
getAttribute
public A getAttribute(java.lang.String attr)
getAttributes
public java.util.List<A> getAttributes()
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.