package net.brutex.sbm.wsclient; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlType; /** *
Java class for UserExtended complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType name="UserExtended"> * <complexContent> * <extension base="{urn:aewebservices71}UserWithPreferences"> * <sequence> * <element name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * </sequence> * </extension> * </complexContent> * </complexType> ** * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "UserExtended", propOrder = { "phoneNumber", "locale" }) public class UserExtended extends UserWithPreferences { @XmlElementRef(name = "phoneNumber", namespace = "urn:aewebservices71", type = JAXBElement.class) protected JAXBElement