org.xmlsoap.schemas.ws._2004._09.enumeration
Class EnumerateResponse

java.lang.Object
  extended byorg.xmlsoap.schemas.ws._2004._09.enumeration.EnumerateResponse
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class EnumerateResponse
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  EnumerationContextType enumerationContext
           
private  ExpirationType expires
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
EnumerateResponse()
           
EnumerateResponse(ExpirationType expires, EnumerationContextType enumerationContext, org.apache.axis.message.MessageElement[] _any)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this EnumerateResponse.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EnumerationContextType getEnumerationContext()
          Gets the enumerationContext value for this EnumerateResponse.
 ExpirationType getExpires()
          Gets the expires value for this EnumerateResponse.
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_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this EnumerateResponse.
 void setEnumerationContext(EnumerationContextType enumerationContext)
          Sets the enumerationContext value for this EnumerateResponse.
 void setExpires(ExpirationType expires)
          Sets the expires value for this EnumerateResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expires

private ExpirationType expires

enumerationContext

private EnumerationContextType enumerationContext

_any

private org.apache.axis.message.MessageElement[] _any

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

EnumerateResponse

public EnumerateResponse()

EnumerateResponse

public EnumerateResponse(ExpirationType expires,
                         EnumerationContextType enumerationContext,
                         org.apache.axis.message.MessageElement[] _any)
Method Detail

getExpires

public ExpirationType getExpires()
Gets the expires value for this EnumerateResponse.

Returns:
expires

setExpires

public void setExpires(ExpirationType expires)
Sets the expires value for this EnumerateResponse.

Parameters:
expires -

getEnumerationContext

public EnumerationContextType getEnumerationContext()
Gets the enumerationContext value for this EnumerateResponse.

Returns:
enumerationContext

setEnumerationContext

public void setEnumerationContext(EnumerationContextType enumerationContext)
Sets the enumerationContext value for this EnumerateResponse.

Parameters:
enumerationContext -

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this EnumerateResponse.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this EnumerateResponse.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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