Class ObjectFactory
java.lang.Object
de.gematik.ws.conn.certificateservicecommon.v2.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.gematik.ws.conn.certificateservicecommon.v2 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.certificateservicecommon.v2 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CheckCertificateDetailsType>Create an instance ofCheckCertificateDetailsTypejakarta.xml.bind.JAXBElement<byte[]>createX509Certificate(byte[] value) Create an instance ofJAXBElement<byte>jakarta.xml.bind.JAXBElement<X509DataInfoListType>Create an instance ofX509DataInfoListTypeCreate an instance ofX509DataInfoListType.X509DataInfoCreate an instance ofX509DataInfoListType.X509DataInfo.X509DataCreate an instance ofX509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial
-
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.certificateservicecommon.v2
-
-
Method Details
-
createX509DataInfoListType
Create an instance ofX509DataInfoListType -
createX509DataInfoListTypeX509DataInfo
Create an instance ofX509DataInfoListType.X509DataInfo -
createX509DataInfoListTypeX509DataInfoX509Data
Create an instance ofX509DataInfoListType.X509DataInfo.X509Data -
createCheckCertificateDetailsType
Create an instance ofCheckCertificateDetailsType -
createX509DataInfoListTypeX509DataInfoX509DataX509IssuerSerial
public X509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial createX509DataInfoListTypeX509DataInfoX509DataX509IssuerSerial()Create an instance ofX509DataInfoListType.X509DataInfo.X509Data.X509IssuerSerial -
createX509DataInfoList
public jakarta.xml.bind.JAXBElement<X509DataInfoListType> createX509DataInfoList(X509DataInfoListType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<X509DataInfoListType>
-
createCheckCertificateDetails
public jakarta.xml.bind.JAXBElement<CheckCertificateDetailsType> createCheckCertificateDetails(CheckCertificateDetailsType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CheckCertificateDetailsType>
-
createX509Certificate
public jakarta.xml.bind.JAXBElement<byte[]> createX509Certificate(byte[] value) Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-