hudson.plugins.sfee.webservice
Class SoapFieldValues

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

public class SoapFieldValues
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

SoapFieldValues

public SoapFieldValues()

SoapFieldValues

public SoapFieldValues(java.lang.String[] names,
                       java.lang.String[] types,
                       java.lang.Object[] values)
Method Detail

getNames

public java.lang.String[] getNames()
Gets the names value for this SoapFieldValues.

Returns:
names

setNames

public void setNames(java.lang.String[] names)
Sets the names value for this SoapFieldValues.

Parameters:
names -

getTypes

public java.lang.String[] getTypes()
Gets the types value for this SoapFieldValues.

Returns:
types

setTypes

public void setTypes(java.lang.String[] types)
Sets the types value for this SoapFieldValues.

Parameters:
types -

getValues

public java.lang.Object[] getValues()
Gets the values value for this SoapFieldValues.

Returns:
values

setValues

public void setValues(java.lang.Object[] values)
Sets the values value for this SoapFieldValues.

Parameters:
values -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2008. All Rights Reserved.