public class KeyInfoType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType, org.apache.axis.encoding.MixedContentType
| Constructor and Description |
|---|
KeyInfoType() |
KeyInfoType(java.lang.String keyName,
KeyValueType keyValue,
RetrievalMethodType retrievalMethod,
X509DataType x509Data,
PGPDataType PGPData,
SPKIDataType SPKIData,
java.lang.String mgmtData,
org.apache.axis.message.MessageElement[] _any,
org.apache.axis.types.Id id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.apache.axis.message.MessageElement[] |
get_any()
Gets the _any value for this KeyInfoType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
org.apache.axis.types.Id |
getId()
Gets the id value for this KeyInfoType.
|
java.lang.String |
getKeyName()
Gets the keyName value for this KeyInfoType.
|
KeyValueType |
getKeyValue()
Gets the keyValue value for this KeyInfoType.
|
java.lang.String |
getMgmtData()
Gets the mgmtData value for this KeyInfoType.
|
PGPDataType |
getPGPData()
Gets the PGPData value for this KeyInfoType.
|
RetrievalMethodType |
getRetrievalMethod()
Gets the retrievalMethod value for this KeyInfoType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
SPKIDataType |
getSPKIData()
Gets the SPKIData value for this KeyInfoType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
X509DataType |
getX509Data()
Gets the x509Data value for this KeyInfoType.
|
int |
hashCode() |
void |
set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this KeyInfoType.
|
void |
setId(org.apache.axis.types.Id id)
Sets the id value for this KeyInfoType.
|
void |
setKeyName(java.lang.String keyName)
Sets the keyName value for this KeyInfoType.
|
void |
setKeyValue(KeyValueType keyValue)
Sets the keyValue value for this KeyInfoType.
|
void |
setMgmtData(java.lang.String mgmtData)
Sets the mgmtData value for this KeyInfoType.
|
void |
setPGPData(PGPDataType PGPData)
Sets the PGPData value for this KeyInfoType.
|
void |
setRetrievalMethod(RetrievalMethodType retrievalMethod)
Sets the retrievalMethod value for this KeyInfoType.
|
void |
setSPKIData(SPKIDataType SPKIData)
Sets the SPKIData value for this KeyInfoType.
|
void |
setX509Data(X509DataType x509Data)
Sets the x509Data value for this KeyInfoType.
|
public KeyInfoType()
public KeyInfoType(java.lang.String keyName,
KeyValueType keyValue,
RetrievalMethodType retrievalMethod,
X509DataType x509Data,
PGPDataType PGPData,
SPKIDataType SPKIData,
java.lang.String mgmtData,
org.apache.axis.message.MessageElement[] _any,
org.apache.axis.types.Id id)
public java.lang.String getKeyName()
public void setKeyName(java.lang.String keyName)
keyName - public KeyValueType getKeyValue()
public void setKeyValue(KeyValueType keyValue)
keyValue - public RetrievalMethodType getRetrievalMethod()
public void setRetrievalMethod(RetrievalMethodType retrievalMethod)
retrievalMethod - public X509DataType getX509Data()
public void setX509Data(X509DataType x509Data)
x509Data - public PGPDataType getPGPData()
public void setPGPData(PGPDataType PGPData)
PGPData - public SPKIDataType getSPKIData()
public void setSPKIData(SPKIDataType SPKIData)
SPKIData - public java.lang.String getMgmtData()
public void setMgmtData(java.lang.String mgmtData)
mgmtData - public org.apache.axis.message.MessageElement[] get_any()
get_any in interface org.apache.axis.encoding.AnyContentTypeget_any in interface org.apache.axis.encoding.MixedContentTypepublic void set_any(org.apache.axis.message.MessageElement[] _any)
set_any in interface org.apache.axis.encoding.AnyContentTypeset_any in interface org.apache.axis.encoding.MixedContentType_any - public org.apache.axis.types.Id getId()
public void setId(org.apache.axis.types.Id id)
id - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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.