org.codehaus.enunciate.contract.jaxb
Interface ImplicitRootElement

All Superinterfaces:
ImplicitSchemaElement
All Known Implementing Classes:
ImplicitWrappedElementRef, RequestWrapper, ResponseWrapper, WebFault

public interface ImplicitRootElement
extends ImplicitSchemaElement

An implicit root schema element.

Author:
Ryan Heaton

Method Summary
 java.util.Collection<ImplicitChildElement> getChildElements()
          If the schema type of this element is anonymous, get the list of child elements for this schema element.
 
Methods inherited from interface org.codehaus.enunciate.contract.jaxb.ImplicitSchemaElement
getElementDocs, getElementName, getPosition, getTargetNamespace, getTypeQName
 

Method Detail

getChildElements

java.util.Collection<ImplicitChildElement> getChildElements()
If the schema type of this element is anonymous, get the list of child elements for this schema element.

Returns:
The list of child elements for this schema element, or null if the type of this implicit element is not anonymous.