public class EPR
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EPR()
default constructor
|
EPR(org.apache.axis.message.addressing.EndpointReferenceType epr)
the constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
equals method
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
org.apache.axis.message.addressing.EndpointReferenceType |
getEpr()
Default getter for EPR
|
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()
Used by the HashMap
|
void |
setEpr(org.apache.axis.message.addressing.EndpointReferenceType epr)
Default Setter for EPR
|
java.lang.String |
toString()
tostring method
|
public EPR()
public EPR(org.apache.axis.message.addressing.EndpointReferenceType epr)
epr
- the eprpublic void setEpr(org.apache.axis.message.addressing.EndpointReferenceType epr)
epr
- the eprpublic org.apache.axis.message.addressing.EndpointReferenceType getEpr()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the obj to comparepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
mechType
- the type_javaType
- the java type_xmlType
- the xml typepublic static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
mechType
- the type_javaType
- the java type_xmlType
- the xml type