org.codehaus.enunciate.contract.jaxb
Interface ImplicitSchemaElement

All Known Subinterfaces:
ImplicitChildElement, ImplicitRootElement
All Known Implementing Classes:
ImplicitChildElementRef, ImplicitElementRef, ImplicitWrappedElementRef, RequestWrapper, ResponseWrapper, WebFault, WebFault.FaultBeanChildElement, WebParam, WebResult

public interface ImplicitSchemaElement

An implicit schema element. Implied by "literal" SOAP use.

Author:
Ryan Heaton

Method Summary
 java.lang.String getElementDocs()
          Documentation for the element, if it exists.
 java.lang.String getElementName()
          The local element name.
 com.sun.mirror.util.SourcePosition getPosition()
          The source position for this element, or null if none.
 java.lang.String getTargetNamespace()
          The target namespace;
 javax.xml.namespace.QName getTypeQName()
          The qname of the type for this element, if the type is not anonymous.
 

Method Detail

getElementName

java.lang.String getElementName()
The local element name.

Returns:
The local element name.

getTargetNamespace

java.lang.String getTargetNamespace()
The target namespace;

Returns:
The target namespace;

getElementDocs

java.lang.String getElementDocs()
Documentation for the element, if it exists.

Returns:
Documentation for the element, or null if none.

getTypeQName

javax.xml.namespace.QName getTypeQName()
The qname of the type for this element, if the type is not anonymous.

Returns:
The qname of the type for this element, or null if it's an anonymous type.

getPosition

com.sun.mirror.util.SourcePosition getPosition()
The source position for this element, or null if none.

Returns:
The source position for this element, or null if none.