public class MSS_RegistrationRespType extends MessageAbstractType implements java.io.Serializable
| Constructor and Description |
|---|
MSS_RegistrationRespType() |
MSS_RegistrationRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
StatusType status,
EncryptedType encryptedData,
org.apache.axis.types.URI certificateURI,
byte[] x509Certificate,
byte[] publicKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.apache.axis.types.URI |
getCertificateURI()
Gets the certificateURI value for this MSS_RegistrationRespType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
EncryptedType |
getEncryptedData()
Gets the encryptedData value for this MSS_RegistrationRespType.
|
byte[] |
getPublicKey()
Gets the publicKey value for this MSS_RegistrationRespType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
StatusType |
getStatus()
Gets the status value for this MSS_RegistrationRespType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
byte[] |
getX509Certificate()
Gets the x509Certificate value for this MSS_RegistrationRespType.
|
int |
hashCode() |
void |
setCertificateURI(org.apache.axis.types.URI certificateURI)
Sets the certificateURI value for this MSS_RegistrationRespType.
|
void |
setEncryptedData(EncryptedType encryptedData)
Sets the encryptedData value for this MSS_RegistrationRespType.
|
void |
setPublicKey(byte[] publicKey)
Sets the publicKey value for this MSS_RegistrationRespType.
|
void |
setStatus(StatusType status)
Sets the status value for this MSS_RegistrationRespType.
|
void |
setX509Certificate(byte[] x509Certificate)
Sets the x509Certificate value for this MSS_RegistrationRespType.
|
getAP_Info, getMajorVersion, getMinorVersion, getMSSP_Info, setAP_Info, setMajorVersion, setMinorVersion, setMSSP_Infopublic MSS_RegistrationRespType()
public MSS_RegistrationRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
StatusType status,
EncryptedType encryptedData,
org.apache.axis.types.URI certificateURI,
byte[] x509Certificate,
byte[] publicKey)
public StatusType getStatus()
public void setStatus(StatusType status)
status - public EncryptedType getEncryptedData()
public void setEncryptedData(EncryptedType encryptedData)
encryptedData - public org.apache.axis.types.URI getCertificateURI()
public void setCertificateURI(org.apache.axis.types.URI certificateURI)
certificateURI - public byte[] getX509Certificate()
public void setX509Certificate(byte[] x509Certificate)
x509Certificate - public byte[] getPublicKey()
public void setPublicKey(byte[] publicKey)
publicKey - public boolean equals(java.lang.Object obj)
equals in class MessageAbstractTypepublic int hashCode()
hashCode in class MessageAbstractTypepublic 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)
Copyright © 2025. All rights reserved.