membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Fixed a bug handling minOccurs and maxOccurs in the GroupRef object. #262

Closed teaCube closed 7 years ago

teaCube commented 7 years ago

Before the GroupRef class did not parse the minOccurs and maxOccurs attributes. Furthermore it always returned null as minOccur and maxOccur. This was fixed by setting 1 as default for minOccur and maxOccur as well as implementing the parseAttributes method as it was done in the ModelGroup class.