gpt4 book ai didi

javax.xml.bind.annotation.XmlAttachmentRef类的使用及代码示例

转载 作者:知者 更新时间:2024-03-18 10:32:40 33 4
gpt4 key购买 nike

本文整理了Java中javax.xml.bind.annotation.XmlAttachmentRef类的一些代码示例,展示了XmlAttachmentRef类的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XmlAttachmentRef类的具体详情如下:
包路径:javax.xml.bind.annotation.XmlAttachmentRef
类名称:XmlAttachmentRef

XmlAttachmentRef介绍

暂无

代码示例

代码示例来源:origin: spring-projects/spring-framework

@XmlAttachmentRef
private DataHandler swaDataHandler;

代码示例来源:origin: org.codehaus.enunciate/enunciate-core

@XmlAttachmentRef
public DataHandler getAttachment() {
 return attachment;
}

代码示例来源:origin: org.apache.cxf/cxf-testutils

@XmlAttachmentRef
@XmlSchemaType(name = "anyURI")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2019-01-24T01:43:10-05:00", comments = "JAXB RI v2.3.2")

代码示例来源:origin: org.apache.cxf/cxf-testutils

@XmlAttachmentRef
@XmlSchemaType(name = "anyURI")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2019-01-24T01:43:10-05:00", comments = "JAXB RI v2.3.2")

代码示例来源:origin: apache/cxf

@XmlAttachmentRef
@XmlElement(required = true)
@XmlMimeType("application/octet-stream")
public DataHandler getAttachInfoRef() {
  return attachInfoRef;
}

代码示例来源:origin: be.e_contract.mycarenet/mycarenet-ehealth-ehealthbox

protected byte[] encryptableTitle;
@XmlElement(name = "EncryptableBinaryContent", type = String.class)
@XmlAttachmentRef
protected DataHandler encryptableBinaryContent;
@XmlElement(name = "EncryptableTextContent")

代码示例来源:origin: be.e_contract.mycarenet/mycarenet-ehealth-ehealthbox

protected String title;
@XmlElement(name = "EncryptableBinaryContent", type = String.class)
@XmlAttachmentRef
protected DataHandler encryptableBinaryContent;
@XmlElement(name = "EncryptableTextContent")

代码示例来源:origin: be.e_contract.mycarenet/mycarenet-ehealth-ehealthbox

protected byte[] encryptableTitle;
@XmlElement(name = "EncryptableBinaryContent", type = String.class)
@XmlAttachmentRef
protected DataHandler encryptableBinaryContent;
@XmlElement(name = "EncryptableTextContent")

代码示例来源:origin: be.e_contract.mycarenet/mycarenet-ehealth-ehealthbox

protected String title;
@XmlElement(name = "EncryptableBinaryContent", type = String.class)
@XmlAttachmentRef
protected DataHandler encryptableBinaryContent;
@XmlElement(name = "EncryptableTextContent")

代码示例来源:origin: psidev.psi.mi.jami.bridges/jami-europubmedcentral

protected String embargoDate;
@XmlElement(type = String.class)
@XmlAttachmentRef
protected DataHandler fullText;
@XmlElement(type = String.class)
@XmlAttachmentRef
protected DataHandler supplementaryFiles;
protected String luceneScore;

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com