JAXB Users:
The generated code for a project that previously worked under
JWSDP 1.2 contains duplicate methods. It would be simple enough
to remove the duplicates, but perhaps there is a something else
or it is a bug that should be reported. I didn't see anything
just like this in bugzilla. Happy to post it there, but the #
of files is large.
Below is text from the implementation class:
...
public boolean isSetPos() {
return _Pos.isModified();
}
public boolean isSetPos() {
return _Pos.isModified();
}
...
public boolean isSetCoord() {
return _Coord.isModified();
}
public boolean isSetCoord() {
return _Coord.isModified();
}
This is the element:
<complexType name="EnvelopeType">
<annotation>
<documentation>Envelope defines an extent using a pair of
positions defining opposite corners in arbitrary dimensions.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometryType">
<sequence>
<choice>
<element maxOccurs="2" minOccurs="2" ref="gml:coord">
<annotation>
<appinfo>deprecated</appinfo>
<documentation>deprecated with GML
version 3.0</documentation>
</annotation>
</element>
<element maxOccurs="2" minOccurs="2" ref="gml:pos"/>
<element ref="gml:coordinates"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
Best,
Hank
============================================
Replying to a list? I'll get my copy there!
Hank Ratzesberger
http://crustal.ucsb.edu/ |
http://neesgrid.org/
Institute for Crustal Studies
University of California, Santa Barbara
============================================
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net