org.ow2.easywsdl.schema.api.absItf
Interface AbsItfElement<T extends AbsItfType>
- All Superinterfaces:
- SchemaElement, java.io.Serializable
- All Known Subinterfaces:
- Element
- All Known Implementing Classes:
- AbstractElementImpl, ElementImpl
public interface AbsItfElement<T extends AbsItfType>
- extends SchemaElement
- Author:
- Nicolas Salatge - eBM WebSourcing
getQName
javax.xml.namespace.QName getQName()
setQName
void setQName(javax.xml.namespace.QName name)
getRef
javax.xml.namespace.QName getRef()
setRef
void setRef(javax.xml.namespace.QName name)
getType
T getType()
setType
void setType(T type)
getMinOccurs
int getMinOccurs()
setMinOccurs
void setMinOccurs(int min)
getMaxOccurs
java.lang.String getMaxOccurs()
setMaxOccurs
void setMaxOccurs(java.lang.String max)
setNillable
void setNillable(boolean nill)
isNillable
boolean isNillable()
getForm
FormChoice getForm()
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.