org.apache.axis.message.addressing
Class ReplyAfterType

java.lang.Object
  extended by org.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.

Version:
$Revision: 14 $
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)
          
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mType, java.lang.Class<?> jType, javax.xml.namespace.QName xType)
          Get Custom Deserializer.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mType, java.lang.Class<?> jType, javax.xml.namespace.QName xType)
          Get Custom Serializer.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object.
 org.apache.axis.types.NonNegativeInteger getValue()
          Gets the value value for this ReplyAfterType.
 int hashCode()
          
 void setValue(org.apache.axis.types.NonNegativeInteger value)
          Sets the value value for this ReplyAfterType.
 java.lang.String toString()
          
 
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 - Value

ReplyAfterType

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

Parameters:
value - Value
Method Detail

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mType,
                                                                    java.lang.Class<?> jType,
                                                                    javax.xml.namespace.QName xType)
Get Custom Deserializer.

Parameters:
mType - Mech type
jType - Java type
xType - XML type
Returns:
Deserializer

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mType,
                                                                java.lang.Class<?> jType,
                                                                javax.xml.namespace.QName xType)
Get Custom Serializer.

Parameters:
mType - Mech type
jType - Java type
xType - XML type
Returns:
Serializer

getTypeDesc

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

Returns:
Type meta-data

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

getValue

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

Returns:
value Value

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

setValue

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

Parameters:
value - Value

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright © 2008-2009 Rodrigo Ruiz. All Rights Reserved.