org.jets3t.service.impl.soap.axis._2006_03_01
Class PrefixEntry

java.lang.Object
  extended by org.jets3t.service.impl.soap.axis._2006_03_01.PrefixEntry
All Implemented Interfaces:
Serializable

public class PrefixEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PrefixEntry()
           
PrefixEntry(String prefix)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getPrefix()
          Gets the prefix value for this PrefixEntry.
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 setPrefix(String prefix)
          Sets the prefix value for this PrefixEntry.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixEntry

public PrefixEntry()

PrefixEntry

public PrefixEntry(String prefix)
Method Detail

getPrefix

public String getPrefix()
Gets the prefix value for this PrefixEntry.

Returns:
prefix

setPrefix

public void setPrefix(String prefix)
Sets the prefix value for this PrefixEntry.

Parameters:
prefix -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer