org.gcube.contentmanagement.timeseriesservice.stubs
Class IsUnionAllowedRequest

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

public class IsUnionAllowedRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
IsUnionAllowedRequest()
           
IsUnionAllowedRequest(String id, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this IsUnionAllowedRequest.
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 IsUnionAllowedRequest.
 int hashCode()
           
 void setId(String id)
          Sets the id value for this IsUnionAllowedRequest.
 void setUser(String user)
          Sets the user value for this IsUnionAllowedRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsUnionAllowedRequest

public IsUnionAllowedRequest()

IsUnionAllowedRequest

public IsUnionAllowedRequest(String id,
                             String user)
Method Detail

getId

public String getId()
Gets the id value for this IsUnionAllowedRequest.

Returns:
id

setId

public void setId(String id)
Sets the id value for this IsUnionAllowedRequest.

Parameters:
id -

getUser

public String getUser()
Gets the user value for this IsUnionAllowedRequest.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this IsUnionAllowedRequest.

Parameters:
user -

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.