| java Programming Glossary: physicianGetting an attribute value in xml element http://stackoverflow.com/questions/4138754/getting-an-attribute-value-in-xml-element  Text name Preventive Care id m Item Item type Text name Physician Services id i Item Item type Text name Emergency Room Services.. 
 How do you customize how JAXB generates plural method names? http://stackoverflow.com/questions/4502229/how-do-you-customize-how-jaxb-generates-plural-method-names  names are not correct. For example where we expect getPhysicians we are getting getPhysicien . How would we customize how JAXB.. complexType name physicianList xs sequence xs element name Physician  type physician  minOccurs 0  maxOccurs unbounded xs sequence.. xs complexType The generated Java code ... public class PhysicianList ... @XmlElement name Physician protected List Physician.. 
 How do you customize how JAXB generates plural method names? http://stackoverflow.com/questions/4502229/how-do-you-customize-how-jaxb-generates-plural-method-names  pluralizes specific methods The schema xs complexType name physician xs sequence ... xs sequence xs complexType xs complexType name.. ... xs sequence xs complexType xs complexType name physicianList xs sequence xs element name Physician  type physician  minOccurs.. physicianList xs sequence xs element name Physician  type physician  minOccurs 0  maxOccurs unbounded xs sequence xs complexType.. 
 |