Package javax.xml.bind.annotation

Examples of javax.xml.bind.annotation.XmlIDREF


      accessor.getAnnotation(XmlElementRef.class);
    XmlElements xmlElements =
      accessor.getAnnotation(XmlElements.class);
    XmlID xmlID =
      accessor.getAnnotation(XmlID.class);
    XmlIDREF xmlIDREF =
      accessor.getAnnotation(XmlIDREF.class);
    XmlValue xmlValue =
      accessor.getAnnotation(XmlValue.class);

    // jaxb/02d1
View Full Code Here

TOP

Related Classes of javax.xml.bind.annotation.XmlIDREF

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.