@RetentionSE(valueSE=RUNTIMESE) @TargetSE(valueSE={FIELDSE,METHODSE,PARAMETERSE}) public @interface XmlAttachmentRef
DataHandler
クラスにマップする必要があります。@上記のコードは、次の XML にマップされます。XmlRootElement
class Foo { @XmlAttachmentRef
@XmlAttribute
DataHandler
data; @XmlAttachmentRef
@XmlElement
DataHandler
body; }
<xs:element name="foo" xmlns:ref="http://ws-i.org/profiles/basic/1.1/xsd">
<xs:complexType>
<xs:sequence>
<xs:element name="body" type="ref:swaRef" minOccurs="0" />
</xs:sequence>
<xs:attribute name="data" type="ref:swaRef" use="optional" />
</xs:complexType>
</xs:element>
上記のバインディングは、WS-I AP 1.0 WS-I 接続ファイルプロファイルバージョン 1.0 をサポートします。
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.