|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.informationsystem.notifier.util.EPR
public class EPR
This class boxes a EnspointReferenceType in order to add equals method
Constructor Summary | |
---|---|
EPR()
default constructor |
|
EPR(org.apache.axis.message.addressing.EndpointReferenceType epr)
the constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EPR()
public EPR(org.apache.axis.message.addressing.EndpointReferenceType epr)
epr
- the eprMethod Detail |
---|
public 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 compare
public 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 type
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |