org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteCustomFieldValue

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteCustomFieldValue
All Implemented Interfaces:
Serializable

public class RemoteCustomFieldValue
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

RemoteCustomFieldValue

public RemoteCustomFieldValue()

RemoteCustomFieldValue

public RemoteCustomFieldValue(String customfieldId,
                              String key,
                              String[] values)
Method Detail

getCustomfieldId

public String getCustomfieldId()
Gets the customfieldId value for this RemoteCustomFieldValue.

Returns:
customfieldId

setCustomfieldId

public void setCustomfieldId(String customfieldId)
Sets the customfieldId value for this RemoteCustomFieldValue.

Parameters:
customfieldId -

getKey

public String getKey()
Gets the key value for this RemoteCustomFieldValue.

Returns:
key

setKey

public void setKey(String key)
Sets the key value for this RemoteCustomFieldValue.

Parameters:
key -

getValues

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

Returns:
values

setValues

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

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 © 2002-2011 The Apache Software Foundation. All Rights Reserved.