public abstract class DecoratorElementImpl<T extends AbsItfType> extends Decorator<AbsItfElement<T>>
internalObjectdocumentation, model, parent| Constructor and Description |
|---|
DecoratorElementImpl(AbsItfElement<T> element,
Class<? extends T> tSImpl,
Class<? extends T> tCImpl) |
| Modifier and Type | Method and Description |
|---|---|
FormChoice |
getForm() |
String |
getMaxOccurs() |
int |
getMinOccurs() |
QName |
getQName() |
QName |
getRef() |
T |
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(T type) |
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getParent, hashCode, setDocumentationgetSchema, getTopParent, setParentpublic DecoratorElementImpl(AbsItfElement<T> element, Class<? extends T> tSImpl, Class<? extends T> tCImpl) throws SchemaException
SchemaExceptionpublic QName getQName()
public T getType()
public String getMaxOccurs()
public int getMinOccurs()
public void setMaxOccurs(String max)
public void setMinOccurs(int min)
public void setQName(QName name)
public void setType(T type)
public QName getRef()
public void setRef(QName name)
public boolean isNillable()
public void setNillable(boolean nill)
public FormChoice getForm()
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.