public abstract class DecoratorComplexTypeImpl<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent> extends DecoratorTypeImpl<AbsItfComplexType<A,S,All,Ch,CC,SC>>
internalObjectdocumentation, model, parent| Constructor and Description |
|---|
DecoratorComplexTypeImpl(AbsItfComplexType complexType,
Class<? extends A> aImpl,
Class<? extends S> sImpl,
Class<? extends All> allImpl,
Class<? extends Ch> chImpl,
Class<? extends CC> ccImpl,
Class<? extends SC> scImpl) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(A attr) |
All |
createAll() |
Ch |
createChoice() |
CC |
createComplexContent() |
S |
createSequence() |
SC |
createSimpleContent() |
All |
getAll() |
A |
getAttribute(String attr) |
List<A> |
getAttributes() |
Ch |
getChoice() |
CC |
getComplexContent() |
S |
getSequence() |
SC |
getSimpleContent() |
boolean |
hasAll() |
boolean |
hasChoice() |
boolean |
hasComplexContent() |
boolean |
hasSequence() |
boolean |
hasSimpleContent() |
void |
setAll(All all) |
void |
setChoice(Ch choice) |
void |
setComplexContent(CC complexContent) |
void |
setSequence(S sequence) |
void |
setSimpleContent(SC simpleContent) |
getQName, setQNamecreateDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getParent, hashCode, setDocumentationgetSchema, getTopParent, setParentpublic DecoratorComplexTypeImpl(AbsItfComplexType complexType, Class<? extends A> aImpl, Class<? extends S> sImpl, Class<? extends All> allImpl, Class<? extends Ch> chImpl, Class<? extends CC> ccImpl, Class<? extends SC> scImpl) throws SchemaException
SchemaExceptionpublic S createSequence()
public S getSequence()
public boolean hasSequence()
public void setSequence(S sequence)
public All createAll()
public All getAll()
public boolean hasAll()
public void setAll(All all)
public Ch createChoice()
public Ch getChoice()
public boolean hasChoice()
public void setChoice(Ch choice)
public CC createComplexContent()
public CC getComplexContent()
public boolean hasComplexContent()
public void setComplexContent(CC complexContent)
public SC createSimpleContent()
public SC getSimpleContent()
public boolean hasSimpleContent()
public void setSimpleContent(SC simpleContent)
public void addAttribute(A attr)
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.