public class RemoveRowsRequest extends Object implements Serializable
| Constructor and Description |
|---|
RemoveRowsRequest() |
RemoveRowsRequest(CodelistIdentifier identifier,
int[] rowsId) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public RemoveRowsRequest()
public RemoveRowsRequest(CodelistIdentifier identifier, int[] rowsId)
public CodelistIdentifier getIdentifier()
public void setIdentifier(CodelistIdentifier identifier)
identifier - public int[] getRowsId()
public void setRowsId(int[] rowsId)
rowsId - public int getRowsId(int i)
public void setRowsId(int i,
int _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.