Class VerifyCertificate
java.lang.Object
de.gematik.ws.conn.certificateservice.v6.VerifyCertificate
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
<element ref="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}X509Certificate"/>
<element name="VerificationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContextTypeprotected XMLGregorianCalendarprotected byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the verificationTime property.byte[]Gets the value of the x509Certificate property.voidsetContext(ContextType value) Sets the value of the context property.voidSets the value of the verificationTime property.voidsetX509Certificate(byte[] value) Sets the value of the x509Certificate property.
-
Field Details
-
context
-
x509Certificate
protected byte[] x509Certificate -
verificationTime
-
-
Constructor Details
-
VerifyCertificate
public VerifyCertificate()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-
getX509Certificate
public byte[] getX509Certificate()Gets the value of the x509Certificate property.- Returns:
- possible object is byte[]
-
setX509Certificate
public void setX509Certificate(byte[] value) Sets the value of the x509Certificate property.- Parameters:
value- allowed object is byte[]
-
getVerificationTime
Gets the value of the verificationTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setVerificationTime
Sets the value of the verificationTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-