Searched refs:XmlElementRef (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DXmlElementRefQuick.java29 import javax.xml.bind.annotation.XmlElementRef;
33 implements XmlElementRef
36 private final XmlElementRef core;
38 public XmlElementRefQuick(Locatable upstream, XmlElementRef core) {
48 return new XmlElementRefQuick(upstream, ((XmlElementRef) core));
51 public Class<XmlElementRef> annotationType() {
52 return XmlElementRef.class;
H A DXmlElementRefsQuick.java29 import javax.xml.bind.annotation.XmlElementRef;
56 public XmlElementRef[] value() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/annotation/spec/
H A DXmlElementRefWriter.java28 import javax.xml.bind.annotation.XmlElementRef;
33 extends JAnnotationWriter<XmlElementRef>
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DXmlElementRefs.java52 * @see XmlElementRef
58 XmlElementRef[] value();
H A DXmlElementRef.java42 * <tt>&#64;XmlElementRef</tt> annotation can be used with a
66 * element name. The presence of &#64;XmlElementRef annotation on an
77 * <tt>&#64;XmlElementRef}.name()</tt> and <tt>&#64;XmlElementRef.namespace()</tt> must
82 * <li> @XmlElementDecl.name() must equal @XmlElementRef.name() </li>
83 * <li> @XmlElementDecl.namespace() must equal @XmlElementRef.namespace(). </li>
105 * // The presence of &#64;XmlElementRef indicates that the XML
108 * &#64;XmlElementRef
184 * &#64;XmlElementRef(type=JAXBElement.class,name="operator")
223 public @interface XmlElementRef { interface
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DReferencePropertyInfoImpl.java34 import javax.xml.bind.annotation.XmlElementRef;
116 * if true, every {@link XmlElementRef} must yield at least one type.
119 XmlElementRef[] ann;
122 XmlElementRef ref = seed.readAnnotation(XmlElementRef.class);
136 ann = new XmlElementRef[]{ref};
147 final T defaultType = nav.ref(XmlElementRef.DEFAULT.class);
150 for( XmlElementRef r : ann ) {
194 ref = sd.readAnnotation(XmlElementRef.class);
208 ann = new XmlElementRef[]{re
[all...]
H A DClassInfoImpl.java52 import javax.xml.bind.annotation.XmlElementRef;
669 XmlElementRef.class, // 6
723 XmlElementRef r1 = null;
743 case 6: checkConflict(r1 ,ann); r1 = (XmlElementRef) ann; break;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/annotation/
H A DXmlIsSet.java33 import javax.xml.bind.annotation.XmlElementRef;
97 * as {@link XmlElement}, {@link XmlAttribute}, {@link XmlValue}, or {@link XmlElementRef},
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DDirectoryScannerConfig.java51 import javax.xml.bind.annotation.XmlElementRef;
209 @XmlElementRef
252 @XmlElementRef
H A DScanManagerConfig.java48 import javax.xml.bind.annotation.XmlElementRef;
206 @XmlElementRef
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/adapters/
H A DXmlJavaTypeAdapter.java32 import javax.xml.bind.annotation.XmlElementRef;
80 * {@link XmlElement}, {@link XmlAttribute}, {@link XmlElementRef},
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java33 import javax.xml.bind.annotation.XmlElementRef;
745 @XmlElementRef

Completed in 60 milliseconds