public class StartResponse extends Object implements Serializable
| Constructor and Description |
|---|
StartResponse() |
StartResponse(org.apache.axis.message.addressing.EndpointReferenceType endpointReference,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
org.apache.axis.message.addressing.EndpointReferenceType |
getEndpointReference()
Gets the endpointReference value for this StartResponse.
|
String |
getId()
Gets the id value for this StartResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
Sets the endpointReference value for this StartResponse.
|
void |
setId(String id)
Sets the id value for this StartResponse.
|
public StartResponse()
public StartResponse(org.apache.axis.message.addressing.EndpointReferenceType endpointReference,
String id)
public org.apache.axis.message.addressing.EndpointReferenceType getEndpointReference()
public void setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
endpointReference - public String getId()
public void setId(String id)
id - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.