|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractExtensionImpl<E,T,S>
public abstract class AbstractExtensionImpl<E extends Annotated,T extends AbsItfType,S extends AbsItfSequence>
Field Summary | |
---|---|
protected T |
baseType
|
protected S |
sequence
|
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
---|
documentation, model, parent |
Constructor Summary | |
---|---|
AbstractExtensionImpl(E model,
AbstractSchemaElementImpl parent)
|
Method Summary | |
---|---|
T |
getBase()
|
S |
getSequence()
|
void |
setBase(T baseType)
|
void |
setSequence(S sequence)
|
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
---|
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfExtension |
---|
createSequence |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
---|
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
Field Detail |
---|
protected T extends AbsItfType baseType
protected S extends AbsItfSequence sequence
Constructor Detail |
---|
public AbstractExtensionImpl(E model, AbstractSchemaElementImpl parent)
Method Detail |
---|
public S getSequence()
getSequence
in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
public void setSequence(S sequence)
setSequence
in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
public T getBase()
getBase
in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
public void setBase(T baseType)
setBase
in interface AbsItfExtension<T extends AbsItfType,S extends AbsItfSequence>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |