public abstract class AbstractComplexTypeImpl<E extends Annotated,V,A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent> extends AbstractTypeImpl<E,V> implements AbsItfComplexType<A,S,All,Ch,CC,SC>
documentation, model, parent| Constructor and Description |
|---|
AbstractComplexTypeImpl(E model,
AbstractSchemaElementImpl parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(A elmt) |
All |
getAll() |
A |
getAttribute(String element) |
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) |
toStringcreateDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateAll, createChoice, createComplexContent, createSequence, createSimpleContentgetQName, setQNamecreateDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentationpublic AbstractComplexTypeImpl(E model, AbstractSchemaElementImpl parent)
public S getSequence()
getSequence in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public boolean hasSequence()
hasSequence in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public void setSequence(S sequence)
setSequence in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public All getAll()
getAll in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public boolean hasAll()
hasAll in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public void setAll(All all)
setAll in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public Ch getChoice()
getChoice in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public boolean hasChoice()
hasChoice in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public void setChoice(Ch choice)
setChoice in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public CC getComplexContent()
getComplexContent in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public boolean hasComplexContent()
hasComplexContent in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public void setComplexContent(CC complexContent)
setComplexContent in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public SC getSimpleContent()
getSimpleContent in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public boolean hasSimpleContent()
hasSimpleContent in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public void setSimpleContent(SC simpleContent)
setSimpleContent in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public List<A> getAttributes()
getAttributes in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public A getAttribute(String element)
getAttribute in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>public void addAttribute(A elmt)
addAttribute in interface AbsItfComplexType<A extends AbsItfAttribute,S extends AbsItfSequence,All extends AbsItfAll,Ch extends AbsItfChoice,CC extends AbsItfComplexContent,SC extends AbsItfSimpleContent>Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.