org.gcube.contentmanagement.timeseriesservice.stubs
Class RemoveRowsRequest

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

public class RemoveRowsRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoveRowsRequest()
           
RemoveRowsRequest(CodelistIdentifier identifier, int[] rowsId)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 CodelistIdentifier getIdentifier()
          Gets the identifier value for this RemoveRowsRequest.
 int[] getRowsId()
          Gets the rowsId value for this RemoveRowsRequest.
 int getRowsId(int i)
           
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
 int hashCode()
           
 void setIdentifier(CodelistIdentifier identifier)
          Sets the identifier value for this RemoveRowsRequest.
 void setRowsId(int[] rowsId)
          Sets the rowsId value for this RemoveRowsRequest.
 void setRowsId(int i, int _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveRowsRequest

public RemoveRowsRequest()

RemoveRowsRequest

public RemoveRowsRequest(CodelistIdentifier identifier,
                         int[] rowsId)
Method Detail

getIdentifier

public CodelistIdentifier getIdentifier()
Gets the identifier value for this RemoveRowsRequest.

Returns:
identifier

setIdentifier

public void setIdentifier(CodelistIdentifier identifier)
Sets the identifier value for this RemoveRowsRequest.

Parameters:
identifier -

getRowsId

public int[] getRowsId()
Gets the rowsId value for this RemoveRowsRequest.

Returns:
rowsId

setRowsId

public void setRowsId(int[] rowsId)
Sets the rowsId value for this RemoveRowsRequest.

Parameters:
rowsId -

getRowsId

public int getRowsId(int i)

setRowsId

public void setRowsId(int i,
                      int _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.