public interface AbsItfElement<T extends AbsItfType> extends SchemaElement
| 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, getOtherAttributes, hashCode, setDocumentationQName getQName()
void setQName(QName name)
QName getRef()
void setRef(QName name)
T getType()
void setType(T type)
int getMinOccurs()
void setMinOccurs(int min)
String getMaxOccurs()
void setMaxOccurs(String max)
void setNillable(boolean nill)
boolean isNillable()
FormChoice getForm()
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.