public class GetMobileAuthenticateStatusResponse extends AbstractGetStatusResponseType implements java.io.Serializable
| Constructor and Description |
|---|
GetMobileAuthenticateStatusResponse() |
GetMobileAuthenticateStatusResponse(ProcessStatusType status,
byte[] signature,
java.lang.String userIDCode,
java.lang.String userGivenname,
java.lang.String userSurname,
java.lang.String userCountry,
java.lang.String userCN,
byte[] certificateData,
byte[] revocationData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[] |
getCertificateData()
Gets the certificateData value for this GetMobileAuthenticateStatusResponse.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
byte[] |
getRevocationData()
Gets the revocationData value for this GetMobileAuthenticateStatusResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getUserCN()
Gets the userCN value for this GetMobileAuthenticateStatusResponse.
|
java.lang.String |
getUserCountry()
Gets the userCountry value for this GetMobileAuthenticateStatusResponse.
|
java.lang.String |
getUserGivenname()
Gets the userGivenname value for this GetMobileAuthenticateStatusResponse.
|
java.lang.String |
getUserIDCode()
Gets the userIDCode value for this GetMobileAuthenticateStatusResponse.
|
java.lang.String |
getUserSurname()
Gets the userSurname value for this GetMobileAuthenticateStatusResponse.
|
int |
hashCode() |
void |
setCertificateData(byte[] certificateData)
Sets the certificateData value for this GetMobileAuthenticateStatusResponse.
|
void |
setRevocationData(byte[] revocationData)
Sets the revocationData value for this GetMobileAuthenticateStatusResponse.
|
void |
setUserCN(java.lang.String userCN)
Sets the userCN value for this GetMobileAuthenticateStatusResponse.
|
void |
setUserCountry(java.lang.String userCountry)
Sets the userCountry value for this GetMobileAuthenticateStatusResponse.
|
void |
setUserGivenname(java.lang.String userGivenname)
Sets the userGivenname value for this GetMobileAuthenticateStatusResponse.
|
void |
setUserIDCode(java.lang.String userIDCode)
Sets the userIDCode value for this GetMobileAuthenticateStatusResponse.
|
void |
setUserSurname(java.lang.String userSurname)
Sets the userSurname value for this GetMobileAuthenticateStatusResponse.
|
getSignature, getStatus, setSignature, setStatuspublic GetMobileAuthenticateStatusResponse()
public GetMobileAuthenticateStatusResponse(ProcessStatusType status, byte[] signature, java.lang.String userIDCode, java.lang.String userGivenname, java.lang.String userSurname, java.lang.String userCountry, java.lang.String userCN, byte[] certificateData, byte[] revocationData)
public java.lang.String getUserIDCode()
public void setUserIDCode(java.lang.String userIDCode)
userIDCode - * Personal Identity Code of the user. The value is fetched
from “Serial Number” field of the certificatepublic java.lang.String getUserGivenname()
public void setUserGivenname(java.lang.String userGivenname)
userGivenname - * First name of the user. The value is fetched from “G”
(given name) field of the certificatepublic java.lang.String getUserSurname()
public void setUserSurname(java.lang.String userSurname)
userSurname - * Last name of the user. The value is fetched from “SN”
(surname) field of the certificatepublic java.lang.String getUserCountry()
public void setUserCountry(java.lang.String userCountry)
userCountry - * Country of the origin in ISO 3166 2-character style. The
value is fetched from “C” (country) field of the certificatepublic java.lang.String getUserCN()
public void setUserCN(java.lang.String userCN)
userCN - * „Common Name“ of the certificate holder. The value is
fetched from “CN” (common name) field of the certificatepublic byte[] getCertificateData()
public void setCertificateData(byte[] certificateData)
certificateData - * User’s certificate in BASE64 coding. Returned if
parameter ReturnCertData was set 'TRUE' in the query.public byte[] getRevocationData()
public void setRevocationData(byte[] revocationData)
revocationData - * OCSP response in BASE64 coding. Returned if
parameter ReturnRevocationData was set
'TRUE' in the querypublic boolean equals(java.lang.Object obj)
equals in class AbstractGetStatusResponseTypepublic int hashCode()
hashCode in class AbstractGetStatusResponseTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)