Class ObjectFactory
java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.gematik.ws.conn.encryptionservice.v6 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.gematik.ws.conn.encryptionservice.v6 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<byte[]>createCertificate(byte[] value) Create an instance ofJAXBElement<byte>jakarta.xml.bind.JAXBElement<KeyOnCardType>Create an instance ofDecryptDocumentCreate an instance ofDecryptDocumentResponseCreate an instance ofElementCreate an instance ofEncryptDocumentCreate an instance ofEncryptDocument.OptionalInputsCreate an instance ofEncryptDocument.RecipientKeysCreate an instance ofEncryptDocumentResponsejakarta.xml.bind.JAXBElement<String>createEncryptionType(String value) Create an instance ofKeyOnCardTypejakarta.xml.bind.JAXBElement<KeyOnCardType>jakarta.xml.bind.JAXBElement<PropertiesType>
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.gematik.ws.conn.encryptionservice.v6
-
-
Method Details
-
createEncryptDocument
Create an instance ofEncryptDocument -
createEncryptDocumentRecipientKeys
Create an instance ofEncryptDocument.RecipientKeys -
createEncryptDocumentOptionalInputs
Create an instance ofEncryptDocument.OptionalInputs -
createEncryptDocumentResponse
Create an instance ofEncryptDocumentResponse -
createKeyOnCardType
Create an instance ofKeyOnCardType -
createElement
Create an instance ofElement -
createDecryptDocument
Create an instance ofDecryptDocument -
createDecryptDocumentResponse
Create an instance ofDecryptDocumentResponse -
createCertificateOnCard
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyOnCardType>
-
createPrivateKeyOnCard
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyOnCardType>
-
createCertificate
public jakarta.xml.bind.JAXBElement<byte[]> createCertificate(byte[] value) Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createEncryptionType
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createUnprotectedProperties
public jakarta.xml.bind.JAXBElement<PropertiesType> createUnprotectedProperties(PropertiesType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PropertiesType>
-