org.ow2.easywsdl.schema.impl
Class ChoiceImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractChoiceImpl<ExplicitGroup,Element>
          extended by org.ow2.easywsdl.schema.impl.ChoiceImpl
All Implemented Interfaces:
java.io.Serializable, AbsItfChoice<Element>, AbsItfGroup<Element>, Choice, SchemaElement

public class ChoiceImpl
extends AbstractChoiceImpl<ExplicitGroup,Element>
implements Choice

Author:
Nicolas Boissel-Dallier - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractChoiceImpl
elements
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
ChoiceImpl(ExplicitGroup model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 void addElement(Element elmt)
           
 Element createElement()
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractChoiceImpl
getElements
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfGroup
getElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

ChoiceImpl

public ChoiceImpl(ExplicitGroup model,
                  AbstractSchemaElementImpl parent)
Method Detail

createElement

public Element createElement()
Specified by:
createElement in interface AbsItfGroup<Element>

addElement

public void addElement(Element elmt)
Specified by:
addElement in interface AbsItfGroup<Element>
Overrides:
addElement in class AbstractChoiceImpl<ExplicitGroup,Element>


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.