gov.grants.apply.system.Global_V1_0
Class HashValue
java.lang.Object
|
+--gov.grants.apply.system.Global_V1_0.HashValue
- All Implemented Interfaces:
- java.io.Serializable, org.apache.axis.encoding.SimpleType
- public class HashValue
- extends java.lang.Object
- implements java.io.Serializable, org.apache.axis.encoding.SimpleType
- See Also:
- Serialized Form
Method Summary |
(package private) static void |
()
|
boolean |
equals(java.lang.Object obj)
|
byte[] |
get_value()
Gets the _value value for this HashValue. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getHashAlgorithm()
Gets the hashAlgorithm value for this HashValue. |
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 |
int |
hashCode()
|
void |
set_value(byte[] _value)
Sets the _value value for this HashValue. |
void |
setHashAlgorithm(java.lang.String hashAlgorithm)
Sets the hashAlgorithm value for this HashValue. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
_value
private byte[] _value
hashAlgorithm
private java.lang.String hashAlgorithm
__equalsCalc
private java.lang.Object __equalsCalc
__hashCodeCalc
private boolean __hashCodeCalc
typeDesc
private static org.apache.axis.description.TypeDesc typeDesc
HashValue
public HashValue()
HashValue
public HashValue(byte[] _value)
HashValue
public HashValue(java.lang.String _value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
get_value
public byte[] get_value()
- Gets the _value value for this HashValue.
- Returns:
- _value
set_value
public void set_value(byte[] _value)
- Sets the _value value for this HashValue.
- Parameters:
_value
-
getHashAlgorithm
public java.lang.String getHashAlgorithm()
- Gets the hashAlgorithm value for this HashValue.
- Returns:
- hashAlgorithm
setHashAlgorithm
public void setHashAlgorithm(java.lang.String hashAlgorithm)
- Sets the hashAlgorithm value for this HashValue.
- Parameters:
hashAlgorithm
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
static void ()
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer