public class MSS_ProfileRespType extends MessageAbstractType implements java.io.Serializable
| Constructor and Description |
|---|
MSS_ProfileRespType() |
MSS_ProfileRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
MssURIType[] signatureProfile,
StatusType status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
MssURIType[] |
getSignatureProfile()
Gets the signatureProfile value for this MSS_ProfileRespType.
|
MssURIType |
getSignatureProfile(int i) |
StatusType |
getStatus()
Gets the status value for this MSS_ProfileRespType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setSignatureProfile(int i,
MssURIType _value) |
void |
setSignatureProfile(MssURIType[] signatureProfile)
Sets the signatureProfile value for this MSS_ProfileRespType.
|
void |
setStatus(StatusType status)
Sets the status value for this MSS_ProfileRespType.
|
getAP_Info, getMajorVersion, getMinorVersion, getMSSP_Info, setAP_Info, setMajorVersion, setMinorVersion, setMSSP_Infopublic MSS_ProfileRespType()
public MSS_ProfileRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
MssURIType[] signatureProfile,
StatusType status)
public MssURIType[] getSignatureProfile()
public void setSignatureProfile(MssURIType[] signatureProfile)
signatureProfile - public MssURIType getSignatureProfile(int i)
public void setSignatureProfile(int i,
MssURIType _value)
public StatusType getStatus()
public void setStatus(StatusType status)
status - 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.