hudson.plugins.sfee.webservice
Class SoapNamedValues

java.lang.Object
  extended by hudson.plugins.sfee.webservice.SoapNamedValues
All Implemented Interfaces:
Serializable

public class SoapNamedValues
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SoapNamedValues()
           
SoapNamedValues(String[] names, String[] values)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getNames()
          Gets the names value for this SoapNamedValues.
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[] getValues()
          Gets the values value for this SoapNamedValues.
 int hashCode()
           
 void setNames(String[] names)
          Sets the names value for this SoapNamedValues.
 void setValues(String[] values)
          Sets the values value for this SoapNamedValues.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapNamedValues

public SoapNamedValues()

SoapNamedValues

public SoapNamedValues(String[] names,
                       String[] values)
Method Detail

getNames

public String[] getNames()
Gets the names value for this SoapNamedValues.

Returns:
names

setNames

public void setNames(String[] names)
Sets the names value for this SoapNamedValues.

Parameters:
names -

getValues

public String[] getValues()
Gets the values value for this SoapNamedValues.

Returns:
values

setValues

public void setValues(String[] values)
Sets the values value for this SoapNamedValues.

Parameters:
values -

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



Copyright © 2004-2012 Hudson. All Rights Reserved.