Class DecoratorComplexTypeImpl<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
- 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:
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
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.decorator.Decorator
internalObject
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(A attr)AllcreateAll()ChcreateChoice()CCcreateComplexContent()ScreateSequence()SCcreateSimpleContent()AllgetAll()AgetAttribute(String attr)List<A>getAttributes()ChgetChoice()CCgetComplexContent()SgetSequence()SCgetSimpleContent()booleanhasAll()booleanhasChoice()booleanhasComplexContent()booleanhasSequence()booleanhasSimpleContent()voidsetAll(All all)voidsetChoice(Ch choice)voidsetComplexContent(CC complexContent)voidsetSequence(S sequence)voidsetSimpleContent(SC simpleContent)-
Methods inherited from class org.ow2.easywsdl.schema.decorator.DecoratorTypeImpl
getQName, setQName
-
Methods inherited from class org.ow2.easywsdl.schema.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getParent, hashCode, setDocumentation
-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
-
-
-
-
Constructor Detail
-
DecoratorComplexTypeImpl
public DecoratorComplexTypeImpl(AbsItfComplexType complexType, Class<? extends A> aImpl, Class<? extends S> sImpl, Class<? extends All> allImpl, Class<? extends Ch> chImpl, Class<? extends CC> ccImpl, Class<? extends SC> scImpl) throws SchemaException
- Throws:
SchemaException
-
-
Method Detail
-
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)
-
-