public class ElementImpl extends AbstractElementImpl<Element,Type> implements Element
referencedElement, typedocumentation, model, parent| Constructor and Description |
|---|
ElementImpl(Element model,
AbstractSchemaElementImpl parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
findReferencedElementIfExist() |
FormChoice |
getForm() |
String |
getMaxOccurs() |
int |
getMinOccurs() |
QName |
getQName() |
QName |
getRef() |
Type |
getType() |
boolean |
isNillable() |
void |
setMaxOccurs(String max) |
void |
setMinOccurs(int min) |
void |
setNillable(boolean nill) |
void |
setQName(QName name) |
void |
setRef(QName name) |
void |
setType(Type type) |
getParent, toStringcreateDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getSchema, getTopParent, hashCode, setDocumentation, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentationpublic ElementImpl(Element model, AbstractSchemaElementImpl parent)
model - parent - SchemaExceptionpublic void findReferencedElementIfExist()
public QName getQName()
getQName in interface AbsItfElement<Type>public Type getType()
getType in interface AbsItfElement<Type>getType in class AbstractElementImpl<Element,Type>public void setType(Type type)
setType in interface AbsItfElement<Type>setType in class AbstractElementImpl<Element,Type>public void setQName(QName name)
setQName in interface AbsItfElement<Type>public String getMaxOccurs()
getMaxOccurs in interface AbsItfElement<Type>public int getMinOccurs()
getMinOccurs in interface AbsItfElement<Type>public void setMaxOccurs(String max)
setMaxOccurs in interface AbsItfElement<Type>public void setMinOccurs(int min)
setMinOccurs in interface AbsItfElement<Type>public QName getRef()
getRef in interface AbsItfElement<Type>public void setRef(QName name)
setRef in interface AbsItfElement<Type>public boolean isNillable()
isNillable in interface AbsItfElement<Type>public void setNillable(boolean nill)
setNillable in interface AbsItfElement<Type>public FormChoice getForm()
getForm in interface AbsItfElement<Type>Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.