oasis.names.tc.wsrp.v1.types
Class MarkupResponse

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.MarkupResponse
All Implemented Interfaces:
java.io.Serializable

public class MarkupResponse
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MarkupResponse()
           
MarkupResponse(Extension[] extensions, MarkupContext markupContext, SessionContext sessionContext)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this MarkupResponse.
 Extension getExtensions(int i)
           
 MarkupContext getMarkupContext()
          Gets the markupContext value for this MarkupResponse.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SessionContext getSessionContext()
          Gets the sessionContext value for this MarkupResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this MarkupResponse.
 void setExtensions(int i, Extension _value)
           
 void setMarkupContext(MarkupContext markupContext)
          Sets the markupContext value for this MarkupResponse.
 void setSessionContext(SessionContext sessionContext)
          Sets the sessionContext value for this MarkupResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupResponse

public MarkupResponse()

MarkupResponse

public MarkupResponse(Extension[] extensions,
                      MarkupContext markupContext,
                      SessionContext sessionContext)
Method Detail

getMarkupContext

public MarkupContext getMarkupContext()
Gets the markupContext value for this MarkupResponse.

Returns:
markupContext

setMarkupContext

public void setMarkupContext(MarkupContext markupContext)
Sets the markupContext value for this MarkupResponse.

Parameters:
markupContext -

getSessionContext

public SessionContext getSessionContext()
Gets the sessionContext value for this MarkupResponse.

Returns:
sessionContext

setSessionContext

public void setSessionContext(SessionContext sessionContext)
Sets the sessionContext value for this MarkupResponse.

Parameters:
sessionContext -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this MarkupResponse.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this MarkupResponse.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

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

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