Java源码示例:javax.xml.bind.annotation.XmlElementDecl
示例1
@XmlElementDecl(
namespace = "urn:be:fgov:ehealth:mycarenet:attest:protocol:v2",
name = "SendAttestationResponse"
)
public JAXBElement<SendResponseType> createSendAttestationResponse(SendResponseType value) {
return new JAXBElement(_SendAttestationResponse_QNAME, SendResponseType.class, (Class)null, value);
}
示例2
@XmlElementDecl(
namespace = "http://www.apb.be/standards/smoa/schema/model/v1",
name = "medicationConsumerPatient",
substitutionHeadNamespace = "http://www.apb.be/standards/smoa/schema/model/v1",
substitutionHeadName = "abstract-MedicationConsumer"
)
public JAXBElement<MedicationConsumerPatientType> createMedicationConsumerPatient(MedicationConsumerPatientType value) {
return new JAXBElement(_MedicationConsumerPatient_QNAME, MedicationConsumerPatientType.class, (Class)null, value);
}
示例3
@XmlElementDecl(
namespace = "urn:be:cin:mycarenet:1.0:carenet:types",
name = "OriginalDetailFile"
)
public JAXBElement<byte[]> createOriginalDetailFile(byte[] value) {
return new JAXBElement<>(_OriginalDetailFile_QNAME, byte[].class, null, value);
}
示例4
@XmlElementDecl(
namespace = "http://www.apb.be/standards/smoa/schema/model/v1",
name = "refPerson",
substitutionHeadNamespace = "http://www.apb.be/standards/smoa/schema/model/v1",
substitutionHeadName = "abstract-Person"
)
public JAXBElement<ReferencePersonType> createRefPerson(ReferencePersonType value) {
return new JAXBElement(_RefPerson_QNAME, ReferencePersonType.class, (Class)null, value);
}
示例5
@XmlElementDecl(
namespace = "urn:oasis:names:tc:dss:1.0:core:schema",
name = "ReturnSignerIdentity"
)
public JAXBElement<Object> createReturnSignerIdentity(Object value) {
return new JAXBElement(_ReturnSignerIdentity_QNAME, Object.class, (Class)null, value);
}
示例6
/**
* Create an instance of {@link JAXBElement }{@code <}
* {@link ElectricPowerUsageSummary }{@code >}
*/
@XmlElementDecl(namespace = "http://naesb.org/espi", name = "ElectricPowerUsageSummary")
public JAXBElement<ElectricPowerUsageSummary> createElectricPowerUsageSummary(
ElectricPowerUsageSummary value) {
return new JAXBElement<ElectricPowerUsageSummary>(
ElectricPowerUsageSummary_QNAME,
ElectricPowerUsageSummary.class, null, value);
}
示例7
@XmlElementDecl(
namespace = "urn:be:fgov:ehealth:ehbox:consultation:protocol:v3",
name = "GetFullMessageRequest"
)
public JAXBElement<MessageRequestType> createGetFullMessageRequest(MessageRequestType value) {
return new JAXBElement(_GetFullMessageRequest_QNAME, MessageRequestType.class, (Class)null, value);
}
示例8
@XmlElementDecl(
namespace = "http://www.w3.org/2000/09/xmldsig#",
name = "XPath",
scope = Transform.class
)
public JAXBElement<String> createTransformXPath(String value) {
return new JAXBElement(_TransformXPath_QNAME, String.class, Transform.class, value);
}
示例9
@XmlElementDecl(
namespace = "urn:oasis:names:tc:SAML:2.0:protocol",
name = "Artifact"
)
public JAXBElement<String> createArtifact(String value) {
return new JAXBElement(_Artifact_QNAME, String.class, (Class)null, value);
}
示例10
@XmlElementDecl(
namespace = "http://www.apb.be/standards/smoa/schema/model/v1",
name = "medicinalProduct",
substitutionHeadNamespace = "http://www.apb.be/standards/smoa/schema/model/v1",
substitutionHeadName = "abstract-MedicinalProduct"
)
public JAXBElement<MedicinalProduct> createMedicinalProduct(MedicinalProduct value) {
return new JAXBElement(_MedicinalProduct_QNAME, MedicinalProduct.class, (Class)null, value);
}
示例11
/**
* Create an instance of {@link JAXBElement }{@code <}
* {@link AttributeStatementType }{@code >}
*
*/
@XmlElementDecl(namespace = "urn:oasis:names:tc:SAML:2.0:assertion", name = "AttributeStatement")
public JAXBElement<AttributeStatementType> createAttributeStatement(
AttributeStatementType value) {
return new JAXBElement<AttributeStatementType>(
_AttributeStatement_QNAME, AttributeStatementType.class, null,
value);
}
示例12
@XmlElementDecl(
namespace = "http://www.w3.org/2001/04/xmlenc#",
name = "CipherData"
)
public JAXBElement<CipherDataType> createCipherData(CipherDataType value) {
return new JAXBElement(_CipherData_QNAME, CipherDataType.class, (Class)null, value);
}
示例13
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GalenicformType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.ehealth.fgov.be/standards/kmehr/schema/v1", name = "galenicform", scope = CompoundprescriptionType.class)
public JAXBElement<GalenicformType> createCompoundprescriptionTypeGalenicform(GalenicformType value) {
return new JAXBElement<GalenicformType>(_CompoundprescriptionTypeGalenicform_QNAME, GalenicformType.class, CompoundprescriptionType.class, value);
}
示例14
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RegistryRoot }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.xframium.org/pageRegistry", name = "elementDefinition")
public JAXBElement<RegistryRoot> createElementDefinition(RegistryRoot value) {
return new JAXBElement<RegistryRoot>(_ElementDefinition_QNAME, RegistryRoot.class, null, value);
}
示例15
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.immoxml.de", name = "bgf")
public JAXBElement<String> createBgf(String value) {
return new JAXBElement<String>(_Bgf_QNAME, String.class, null, value);
}
示例16
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.immoxml.de", name = "gemeindecode")
public JAXBElement<String> createGemeindecode(String value) {
return new JAXBElement<String>(_Gemeindecode_QNAME, String.class, null, value);
}
示例17
/**
* Create an instance of {@link JAXBElement }{@code <}{@link MprescriptsType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/1998/Math/MathML", name = "mprescripts")
public JAXBElement<MprescriptsType> createMprescripts(MprescriptsType value) {
return new JAXBElement<MprescriptsType>(_Mprescripts_QNAME, MprescriptsType.class, null, value);
}
示例18
/**
* Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DigestValue")
public JAXBElement<byte[]> createDigestValue(byte[] value) {
return new JAXBElement<byte[]>(_DigestValue_QNAME, byte[].class, null, ((byte[]) value));
}
示例19
/**
* Create an instance of {@link JAXBElement }{@code <}{@link LogicType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/1998/Math/MathML", name = "or")
public JAXBElement<LogicType> createOr(LogicType value) {
return new JAXBElement<LogicType>(_Or_QNAME, LogicType.class, null, value);
}
示例20
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.immobilienscout24.de/immobilientransfer", name = "ApiSuchfeld2", scope = ApiSuchfelderTyp.class)
public JAXBElement<String> createApiSuchfelderTypApiSuchfeld2(String value) {
return new JAXBElement<String>(_ApiSuchfelderTypApiSuchfeld2_QNAME, String.class, ApiSuchfelderTyp.class, value);
}
示例21
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CanonicalizationMethodType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "CanonicalizationMethod")
public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value) {
return new JAXBElement<CanonicalizationMethodType>(_CanonicalizationMethod_QNAME, CanonicalizationMethodType.class, null, value);
}
示例22
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.immoxml.de", name = "postf_ort")
public JAXBElement<String> createPostfOrt(String value) {
return new JAXBElement<String>(_PostfOrt_QNAME, String.class, null, value);
}
示例23
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ReferenceType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/2001/04/xmlenc#", name = "KeyReference", scope = ReferenceList.class)
public JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value) {
return new JAXBElement<ReferenceType>(_ReferenceListKeyReference_QNAME, ReferenceType.class, ReferenceList.class, value);
}
示例24
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "XPath", scope = Transform.class)
public JAXBElement<String> createTransformXPath(String value) {
return new JAXBElement<String>(_TransformXPath_QNAME, String.class, Transform.class, value);
}
示例25
/**
* Create an instance of {@link JAXBElement }{@code <}{@link X509DataType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509Data")
public JAXBElement<X509DataType> createX509Data(X509DataType value) {
return new JAXBElement<X509DataType>(_X509Data_QNAME, X509DataType.class, null, value);
}
示例26
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509SubjectName", scope = X509DataType.class)
public JAXBElement<String> createX509DataTypeX509SubjectName(String value) {
return new JAXBElement<String>(_X509DataTypeX509SubjectName_QNAME,
String.class, X509DataType.class, value);
}
示例27
/**
* Create an instance of {@link JAXBElement }{@code <}{@link KeyInfo }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.w3.org/2001/04/xmlenc#", name = "OriginatorKeyInfo", scope = AgreementMethod.class)
public JAXBElement<KeyInfo> createAgreementMethodOriginatorKeyInfo(KeyInfo value) {
return new JAXBElement<KeyInfo>(_AgreementMethodOriginatorKeyInfo_QNAME, KeyInfo.class, AgreementMethod.class, value);
}
示例28
/**
* Create an instance of {@link JAXBElement }{@code <}{@link AddCompanyRequestType }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:be:fgov:ehealth:samws:v2:company:submit", name = "AddCompanyRequest")
public JAXBElement<AddCompanyRequestType> createAddCompanyRequest(AddCompanyRequestType value) {
return new JAXBElement<AddCompanyRequestType>(_AddCompanyRequest_QNAME, AddCompanyRequestType.class, null, value);
}
示例29
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CTPositiveFixedPercentage }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://schemas.openxmlformats.org/drawingml/2006/main", name = "tint", scope = CTSystemColor.class)
public JAXBElement<CTPositiveFixedPercentage> createCTSystemColorTint(CTPositiveFixedPercentage value) {
return new JAXBElement<CTPositiveFixedPercentage>(_CTSRgbColorTint_QNAME, CTPositiveFixedPercentage.class, CTSystemColor.class, value);
}
示例30
@XmlElementDecl(namespace = "http://www.portalfiscal.inf.br/cte", name = "TEvento", scope = br.com.swconsultoria.cte.schema_300.evEPECCTe.TEvento.class)
static JAXBElement<br.com.swconsultoria.cte.schema_300.evEPECCTe.TEvento> createTEvento(br.com.swconsultoria.cte.schema_300.evEPECCTe.TEvento value) {
return new JAXBElement<>(_evento_QNAME, br.com.swconsultoria.cte.schema_300.evEPECCTe.TEvento.class, br.com.swconsultoria.cte.schema_300.evEPECCTe.TEvento.class, value);
}