public class CreateImportResponse extends Object implements Serializable
| Constructor and Description |
|---|
CreateImportResponse() |
CreateImportResponse(org.apache.axis.message.addressing.EndpointReferenceType endpointReference,
String referenceId) |
| 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 CreateImportResponse.
|
String |
getReferenceId()
Gets the referenceId value for this CreateImportResponse.
|
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 CreateImportResponse.
|
void |
setReferenceId(String referenceId)
Sets the referenceId value for this CreateImportResponse.
|
public CreateImportResponse()
public CreateImportResponse(org.apache.axis.message.addressing.EndpointReferenceType endpointReference,
String referenceId)
public org.apache.axis.message.addressing.EndpointReferenceType getEndpointReference()
public void setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
endpointReference - public String getReferenceId()
public void setReferenceId(String referenceId)
referenceId - 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.