org.apache.axis.message.addressing
Class ReplyAfterType

java.lang.Object
  extended byorg.apache.axis.message.addressing.ReplyAfterType
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.SimpleType

public class ReplyAfterType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.SimpleType

Class ReplyAfterType

See Also:
Serialized Form

Constructor Summary
ReplyAfterType()
          Constructor ReplyAfterType
ReplyAfterType(org.apache.axis.types.NonNegativeInteger _value)
          Constructor ReplyAfterType
ReplyAfterType(java.lang.String _value)
          Simple Types must have a String constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Method equals
 org.apache.axis.types.NonNegativeInteger get_value()
          Gets the _value value for this ReplyAfterType.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
          Method hashCode
 void set_value(org.apache.axis.types.NonNegativeInteger _value)
          Sets the _value value for this ReplyAfterType.
 java.lang.String toString()
          Simple Types must have a toString for serializing the value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplyAfterType

public ReplyAfterType()
Constructor ReplyAfterType


ReplyAfterType

public ReplyAfterType(org.apache.axis.types.NonNegativeInteger _value)
Constructor ReplyAfterType

Parameters:
_value -

ReplyAfterType

public ReplyAfterType(java.lang.String _value)
Simple Types must have a String constructor

Parameters:
_value -
Method Detail

toString

public java.lang.String toString()
Simple Types must have a toString for serializing the value

Returns:

get_value

public org.apache.axis.types.NonNegativeInteger get_value()
Gets the _value value for this ReplyAfterType.

Returns:
_value

set_value

public void set_value(org.apache.axis.types.NonNegativeInteger _value)
Sets the _value value for this ReplyAfterType.

Parameters:
_value -

equals

public boolean equals(java.lang.Object obj)
Method equals

Parameters:
obj -
Returns:

hashCode

public int hashCode()
Method hashCode

Returns:

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

Returns:

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

Parameters:
mechType -
_javaType -
_xmlType -
Returns:

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

Parameters:
mechType -
_javaType -
_xmlType -
Returns:


Copyright © 2004-2005 Apache Web Services. All Rights Reserved.