public class UnionRequest extends Object implements Serializable
| Constructor and Description |
|---|
UnionRequest() |
UnionRequest(FieldMapping[] fieldMappingList,
String id,
String user) |
| 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
|
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.
|
public UnionRequest()
public UnionRequest(FieldMapping[] fieldMappingList, String id, String user)
public String getId()
public void setId(String id)
id - public String getUser()
public void setUser(String user)
user - public FieldMapping[] getFieldMappingList()
public void setFieldMappingList(FieldMapping[] fieldMappingList)
fieldMappingList - public FieldMapping getFieldMappingList(int i)
public void setFieldMappingList(int i,
FieldMapping _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.