org.gcube.contentmanagement.timeseriesservice.stubs
Class GroupElement

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

public class GroupElement
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GroupElement()
           
GroupElement(String fieldIdToGroup, String parentReferenceId, String parentReferenceKeyName)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupElement

public GroupElement()

GroupElement

public GroupElement(String fieldIdToGroup,
                    String parentReferenceId,
                    String parentReferenceKeyName)
Method Detail

getParentReferenceId

public String getParentReferenceId()
Gets the parentReferenceId value for this GroupElement.

Returns:
parentReferenceId

setParentReferenceId

public void setParentReferenceId(String parentReferenceId)
Sets the parentReferenceId value for this GroupElement.

Parameters:
parentReferenceId -

getParentReferenceKeyName

public String getParentReferenceKeyName()
Gets the parentReferenceKeyName value for this GroupElement.

Returns:
parentReferenceKeyName

setParentReferenceKeyName

public void setParentReferenceKeyName(String parentReferenceKeyName)
Sets the parentReferenceKeyName value for this GroupElement.

Parameters:
parentReferenceKeyName -

getFieldIdToGroup

public String getFieldIdToGroup()
Gets the fieldIdToGroup value for this GroupElement.

Returns:
fieldIdToGroup

setFieldIdToGroup

public void setFieldIdToGroup(String fieldIdToGroup)
Sets the fieldIdToGroup value for this GroupElement.

Parameters:
fieldIdToGroup -

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.