Class VerifyCertificateResponse
java.lang.Object
de.gematik.ws.conn.certificateservice.v6.VerifyCertificateResponse
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/ConnectorCommon/v5.0}Status"/>
<element name="VerificationStatus">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VerificationResult" type="{http://ws.gematik.de/conn/CertificateService/v6.0}VerificationResultType"/>
<element ref="{http://ws.gematik.de/tel/error/v2.0}Error" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="RoleList">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Role" maxOccurs="unbounded">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the roleList property.Gets the value of the status property.Gets the value of the verificationStatus property.voidSets the value of the roleList property.voidSets the value of the status property.voidSets the value of the verificationStatus property.
-
Field Details
-
status
-
verificationStatus
-
roleList
-
-
Constructor Details
-
VerifyCertificateResponse
public VerifyCertificateResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getVerificationStatus
Gets the value of the verificationStatus property.- Returns:
- possible object is
VerifyCertificateResponse.VerificationStatus
-
setVerificationStatus
Sets the value of the verificationStatus property.- Parameters:
value- allowed object isVerifyCertificateResponse.VerificationStatus
-
getRoleList
Gets the value of the roleList property.- Returns:
- possible object is
VerifyCertificateResponse.RoleList
-
setRoleList
Sets the value of the roleList property.- Parameters:
value- allowed object isVerifyCertificateResponse.RoleList
-