- All Superinterfaces:
- AbsItfType, SchemaElement, java.io.Serializable
- All Known Subinterfaces:
- ComplexType
- All Known Implementing Classes:
- AbstractComplexTypeImpl, ComplexTypeImpl
public interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>
- extends AbsItfType
- Author:
- Nicolas Salatge - eBM WebSourcing
getAttributes
java.util.List<A> getAttributes()
addAttribute
void addAttribute(A attr)
getAttribute
A getAttribute(java.lang.String attr)
getSequence
S getSequence()
hasSequence
boolean hasSequence()
setSequence
void setSequence(S sequence)
createSequence
S createSequence()
getAll
All getAll()
hasAll
boolean hasAll()
setAll
void setAll(All all)
createAll
All createAll()
getChoice
Ch getChoice()
hasChoice
boolean hasChoice()
setChoice
void setChoice(Ch choice)
createChoice
Ch createChoice()
getComplexContent
CC getComplexContent()
hasComplexContent
boolean hasComplexContent()
setComplexContent
void setComplexContent(CC complexContent)
createComplexContent
CC createComplexContent()
getSimpleContent
SC getSimpleContent()
hasSimpleContent
boolean hasSimpleContent()
setSimpleContent
void setSimpleContent(SC simpleContent)
createSimpleContent
SC createSimpleContent()
Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.