Class DecoratorElementImpl<T extends AbsItfType>

    • Method Detail

      • getQName

        public QName getQName()
      • getType

        public T getType()
      • getMaxOccurs

        public String getMaxOccurs()
      • getMinOccurs

        public int getMinOccurs()
      • setMaxOccurs

        public void setMaxOccurs​(String max)
      • setMinOccurs

        public void setMinOccurs​(int min)
      • setQName

        public void setQName​(QName name)
      • setType

        public void setType​(T type)
      • getRef

        public QName getRef()
      • setRef

        public void setRef​(QName name)
      • isNillable

        public boolean isNillable()
      • setNillable

        public void setNillable​(boolean nill)
      • getForm

        public org.ow2.easywsdl.schema.org.w3._2001.xmlschema.FormChoice getForm()