Package org.ow2.easywsdl.schema.api
Interface ComplexType
-
- All Superinterfaces:
AbsItfComplexType<Attribute,Sequence,All,Choice,ComplexContent,SimpleContent>,AbsItfType,SchemaElement,Serializable,Type
- All Known Implementing Classes:
ComplexTypeImpl
public interface ComplexType extends Type, AbsItfComplexType<Attribute,Sequence,All,Choice,ComplexContent,SimpleContent>
- Author:
- Nicolas Salatge - EBM WebSourcing
-
-
Method Summary
-
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfComplexType
addAttribute, createAll, createChoice, createComplexContent, createSequence, createSimpleContent, getAll, getAttribute, getAttributes, getChoice, getComplexContent, getSequence, getSimpleContent, hasAll, hasChoice, hasComplexContent, hasSequence, hasSimpleContent, setAll, setChoice, setComplexContent, setSequence, setSimpleContent
-
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfType
getQName, setQName
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-