public class CreateTreeSourceMsg extends Object implements Serializable
| Constructor and Description |
|---|
CreateTreeSourceMsg() |
CreateTreeSourceMsg(String endpoint,
int port,
String sourceID) |
| 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 |
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.
|
public String getSourceID()
public void setSourceID(String sourceID)
sourceID - public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - public int getPort()
public void setPort(int port)
port - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.