RWTH-i5-IDSG / BikeMan

Manager for a Bicycle Sharing System
Apache License 2.0
12 stars 5 forks source link

Simplify ID types in JAXB classes generated from IXSI.xsd #4

Closed goekay closed 10 years ago

goekay commented 10 years ago

For example SystemID element should be of type String, rather than SystemID -> SystemIDType -> String. Avoiding this boilerplate, would make it easier for the developer.