org.gcube.datatransfer.agent.stubs.datatransferagent
Class CreateTreeSourceMsg

java.lang.Object
  extended by org.gcube.datatransfer.agent.stubs.datatransferagent.CreateTreeSourceMsg
All Implemented Interfaces:
Serializable

public class CreateTreeSourceMsg
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CreateTreeSourceMsg()
           
CreateTreeSourceMsg(String endpoint, int port, String sourceID)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEndpoint()
          Gets the endpoint value for this CreateTreeSourceMsg.
 int getPort()
          Gets the port value for this CreateTreeSourceMsg.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSourceID()
          Gets the sourceID value for this CreateTreeSourceMsg.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEndpoint(String endpoint)
          Sets the endpoint value for this CreateTreeSourceMsg.
 void setPort(int port)
          Sets the port value for this CreateTreeSourceMsg.
 void setSourceID(String sourceID)
          Sets the sourceID value for this CreateTreeSourceMsg.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTreeSourceMsg

public CreateTreeSourceMsg()

CreateTreeSourceMsg

public CreateTreeSourceMsg(String endpoint,
                           int port,
                           String sourceID)
Method Detail

getSourceID

public String getSourceID()
Gets the sourceID value for this CreateTreeSourceMsg.

Returns:
sourceID

setSourceID

public void setSourceID(String sourceID)
Sets the sourceID value for this CreateTreeSourceMsg.

Parameters:
sourceID -

getEndpoint

public String getEndpoint()
Gets the endpoint value for this CreateTreeSourceMsg.

Returns:
endpoint

setEndpoint

public void setEndpoint(String endpoint)
Sets the endpoint value for this CreateTreeSourceMsg.

Parameters:
endpoint -

getPort

public int getPort()
Gets the port value for this CreateTreeSourceMsg.

Returns:
port

setPort

public void setPort(int port)
Sets the port value for this CreateTreeSourceMsg.

Parameters:
port -

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 © 2013. All Rights Reserved.