javax.xml.bind.annotation.XmlElementDecl Java Examples

The following examples show how to use javax.xml.bind.annotation.XmlElementDecl. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #2
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #3
Source File: ObjectFactory.java    From development with Apache License 2.0 5 votes vote down vote up
/**
 * 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);
}
 
Example #4
Source File: ObjectFactory.java    From OpenESPI-Common-java with Apache License 2.0 5 votes vote down vote up
/**
 * 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);
}
 
Example #5
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #6
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #7
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #8
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #9
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #10
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #11
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #12
Source File: ObjectFactory.java    From freehealth-connector with GNU Affero General Public License v3.0 5 votes vote down vote up
@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);
}
 
Example #13
Source File: ObjectFactory.java    From OpenEstate-IO with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.immoxml.de", name = "einliegerwohnung")
public JAXBElement<Boolean> createEinliegerwohnung(Boolean value) {
    return new JAXBElement<Boolean>(_Einliegerwohnung_QNAME, Boolean.class, null, value);
}
 
Example #14
Source File: ObjectFactory.java    From icure-backend with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link X509IssuerSerialType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509IssuerSerial", scope = X509Data.class)
public JAXBElement<X509IssuerSerialType> createX509DataX509IssuerSerial(X509IssuerSerialType value) {
    return new JAXBElement<X509IssuerSerialType>(_X509DataX509IssuerSerial_QNAME, X509IssuerSerialType.class, X509Data.class, value);
}
 
Example #15
Source File: ObjectFactory.java    From juddi with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link TModelInfos }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "urn:uddi-org:api_v2", name = "tModelInfos")
public JAXBElement<TModelInfos> createTModelInfos(TModelInfos value) {
    return new JAXBElement<TModelInfos>(_TModelInfos_QNAME, TModelInfos.class, null, value);
}
 
Example #16
Source File: ObjectFactory.java    From icure-backend with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfo }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.w3.org/2001/04/xmlenc#", name = "RecipientKeyInfo", scope = AgreementMethod.class)
public JAXBElement<KeyInfo> createAgreementMethodRecipientKeyInfo(KeyInfo value) {
    return new JAXBElement<KeyInfo>(_AgreementMethodRecipientKeyInfo_QNAME, KeyInfo.class, AgreementMethod.class, value);
}
 
Example #17
Source File: ObjectFactory.java    From directory-fortress-core with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link org.apache.directory.fortress.core.model.OrgUnitRelationship}{@code >}}
 */
@XmlElementDecl(namespace = "", name = "fortOrgUnitRelationship")
public JAXBElement<OrgUnitRelationship> createFortOrgUnitRelationship( OrgUnitRelationship value )
{
    return new JAXBElement<>( FORTORGUNITRELATIONSHIP_QNAME, OrgUnitRelationship.class, null, value );
}
 
Example #18
Source File: ObjectFactory.java    From photon with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link SequenceType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.smpte-ra.org/schemas/2067-2/2016", name = "HearingImpairedCaptionsSequence")
public JAXBElement<SequenceType> createHearingImpairedCaptionsSequence(SequenceType value) {
    return new JAXBElement<SequenceType>(_HearingImpairedCaptionsSequence_QNAME, SequenceType.class, null, value);
}
 
Example #19
Source File: ObjectFactory.java    From bluima with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link RelationsType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.w3.org/1998/Math/MathML", name = "factorof")
public JAXBElement<RelationsType> createFactorof(RelationsType value) {
    return new JAXBElement<RelationsType>(_Factorof_QNAME, RelationsType.class, null, value);
}
 
Example #20
Source File: ObjectFactory.java    From juddi with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link AuthInfoUseType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "urn:uddi-org:policy_v3_instanceParms", name = "authInfoUse")
public JAXBElement<AuthInfoUseType> createAuthInfoUse(AuthInfoUseType value) {
    return new JAXBElement<AuthInfoUseType>(_AuthInfoUse_QNAME, AuthInfoUseType.class, null, value);
}
 
Example #21
Source File: ObjectFactory.java    From bluima with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link VectorproductType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.w3.org/1998/Math/MathML", name = "vectorproduct")
public JAXBElement<VectorproductType> createVectorproduct(VectorproductType value) {
    return new JAXBElement<VectorproductType>(_Vectorproduct_QNAME, VectorproductType.class, null, value);
}
 
Example #22
Source File: ObjectFactory.java    From icure-backend with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyName")
public JAXBElement<String> createKeyName(String value) {
    return new JAXBElement<String>(_KeyName_QNAME, String.class, null, value);
}
 
Example #23
Source File: ObjectFactory.java    From icure-backend with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfo }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.w3.org/2001/04/xmlenc#", name = "RecipientKeyInfo", scope = AgreementMethod.class)
public JAXBElement<KeyInfo> createAgreementMethodRecipientKeyInfo(KeyInfo value) {
    return new JAXBElement<KeyInfo>(_AgreementMethodRecipientKeyInfo_QNAME, KeyInfo.class, AgreementMethod.class, value);
}
 
Example #24
Source File: ObjectFactory.java    From juddi with Apache License 2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link GetAuthToken }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "urn:uddi-org:api_v2", name = "get_authToken")
public JAXBElement<GetAuthToken> createGetAuthToken(GetAuthToken value) {
    return new JAXBElement<GetAuthToken>(_GetAuthToken_QNAME, GetAuthToken.class, null, value);
}
 
Example #25
Source File: ObjectFactory.java    From icure-backend with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link FormularyreferenceType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.ehealth.fgov.be/standards/kmehr/schema/v1", name = "formularyreference", scope = CompoundprescriptionType.class)
public JAXBElement<FormularyreferenceType> createCompoundprescriptionTypeFormularyreference(FormularyreferenceType value) {
    return new JAXBElement<FormularyreferenceType>(_CompoundprescriptionTypeFormularyreference_QNAME, FormularyreferenceType.class, CompoundprescriptionType.class, value);
}
 
Example #26
Source File: ObjectFactory.java    From sierra-ecg-tools with MIT License 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www3.medical.philips.com", name = "signaloffset")
public JAXBElement<BigInteger> createSignaloffset(BigInteger value) {
    return new JAXBElement<BigInteger>(_Signaloffset_QNAME, BigInteger.class, null, value);
}
 
Example #27
Source File: ObjectFactory.java    From icure-backend with GNU General Public License v2.0 4 votes vote down vote up
/**
 * 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));
}
 
Example #28
Source File: ObjectFactory.java    From XACML with MIT License 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link AllOfType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "urn:oasis:names:tc:xacml:3.0:core:schema:wd-17", name = "AllOf")
public JAXBElement<AllOfType> createAllOf(AllOfType value) {
    return new JAXBElement<AllOfType>(_AllOf_QNAME, AllOfType.class, null, value);
}
 
Example #29
Source File: ObjectFactory.java    From RISE-V2G with MIT License 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link EVPowerDeliveryParameterType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "urn:iso:15118:2:2013:MsgDataTypes", name = "EVPowerDeliveryParameter")
public JAXBElement<EVPowerDeliveryParameterType> createEVPowerDeliveryParameter(EVPowerDeliveryParameterType value) {
    return new JAXBElement<EVPowerDeliveryParameterType>(_EVPowerDeliveryParameter_QNAME, EVPowerDeliveryParameterType.class, null, value);
}
 
Example #30
Source File: ObjectFactory.java    From icure-backend with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Create an instance of {@link JAXBElement }{@code <}{@link X509IssuerSerialType }{@code >}}
 * 
 */
@XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509IssuerSerial", scope = X509Data.class)
public JAXBElement<X509IssuerSerialType> createX509DataX509IssuerSerial(X509IssuerSerialType value) {
    return new JAXBElement<X509IssuerSerialType>(_X509DataX509IssuerSerial_QNAME, X509IssuerSerialType.class, X509Data.class, value);
}