org.gcube.contentmanagement.timeseriesservice.stubs
Class UnionRequest

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.UnionRequest
All Implemented Interfaces:
Serializable

public class UnionRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UnionRequest()
           
UnionRequest(FieldMapping[] fieldMappingList, String id, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 FieldMapping[] getFieldMappingList()
          Gets the fieldMappingList value for this UnionRequest.
 FieldMapping getFieldMappingList(int i)
           
 String getId()
          Gets the id value for this UnionRequest.
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 getUser()
          Gets the user value for this UnionRequest.
 int hashCode()
           
 void setFieldMappingList(FieldMapping[] fieldMappingList)
          Sets the fieldMappingList value for this UnionRequest.
 void setFieldMappingList(int i, FieldMapping _value)
           
 void setId(String id)
          Sets the id value for this UnionRequest.
 void setUser(String user)
          Sets the user value for this UnionRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionRequest

public UnionRequest()

UnionRequest

public UnionRequest(FieldMapping[] fieldMappingList,
                    String id,
                    String user)
Method Detail

getId

public String getId()
Gets the id value for this UnionRequest.

Returns:
id

setId

public void setId(String id)
Sets the id value for this UnionRequest.

Parameters:
id -

getUser

public String getUser()
Gets the user value for this UnionRequest.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this UnionRequest.

Parameters:
user -

getFieldMappingList

public FieldMapping[] getFieldMappingList()
Gets the fieldMappingList value for this UnionRequest.

Returns:
fieldMappingList

setFieldMappingList

public void setFieldMappingList(FieldMapping[] fieldMappingList)
Sets the fieldMappingList value for this UnionRequest.

Parameters:
fieldMappingList -

getFieldMappingList

public FieldMapping getFieldMappingList(int i)

setFieldMappingList

public void setFieldMappingList(int i,
                                FieldMapping _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



Copyright © 2012. All Rights Reserved.