public class GroupElement extends Object implements Serializable
| Constructor and Description |
|---|
GroupElement() |
GroupElement(String fieldIdToGroup,
String parentReferenceId,
String parentReferenceKeyName) |
| 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
|
String |
getFieldIdToGroup()
Gets the fieldIdToGroup value for this GroupElement.
|
String |
getParentReferenceId()
Gets the parentReferenceId value for this GroupElement.
|
String |
getParentReferenceKeyName()
Gets the parentReferenceKeyName value for this GroupElement.
|
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 |
setFieldIdToGroup(String fieldIdToGroup)
Sets the fieldIdToGroup value for this GroupElement.
|
void |
setParentReferenceId(String parentReferenceId)
Sets the parentReferenceId value for this GroupElement.
|
void |
setParentReferenceKeyName(String parentReferenceKeyName)
Sets the parentReferenceKeyName value for this GroupElement.
|
public String getParentReferenceId()
public void setParentReferenceId(String parentReferenceId)
parentReferenceId - public String getParentReferenceKeyName()
public void setParentReferenceKeyName(String parentReferenceKeyName)
parentReferenceKeyName - public String getFieldIdToGroup()
public void setFieldIdToGroup(String fieldIdToGroup)
fieldIdToGroup - 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.