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

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

public class MetadataEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MetadataEntry()
           
MetadataEntry(String name, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this MetadataEntry.
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
 String getValue()
          Gets the value value for this MetadataEntry.
 int hashCode()
           
 void setName(String name)
          Sets the name value for this MetadataEntry.
 void setValue(String value)
          Sets the value value for this MetadataEntry.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataEntry

public MetadataEntry()

MetadataEntry

public MetadataEntry(String name,
                     String value)
Method Detail

getName

public String getName()
Gets the name value for this MetadataEntry.

Returns:
name

setName

public void setName(String name)
Sets the name value for this MetadataEntry.

Parameters:
name -

getValue

public String getValue()
Gets the value value for this MetadataEntry.

Returns:
value

setValue

public void setValue(String value)
Sets the value value for this MetadataEntry.

Parameters:
value -

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