org.globus.exec.generated
Class FtpServerType

java.lang.Object
  extended byorg.globus.exec.generated.FtpServerType
All Implemented Interfaces:
java.io.Serializable

public class FtpServerType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String host
           
private  org.apache.axis.types.UnsignedShort port
           
private  java.lang.String protocol
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
FtpServerType()
           
FtpServerType(java.lang.String host, org.apache.axis.types.UnsignedShort port, java.lang.String protocol)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getHost()
          Gets the host value for this FtpServerType.
 org.apache.axis.types.UnsignedShort getPort()
          Gets the port value for this FtpServerType.
 java.lang.String getProtocol()
          Gets the protocol value for this FtpServerType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setHost(java.lang.String host)
          Sets the host value for this FtpServerType.
 void setPort(org.apache.axis.types.UnsignedShort port)
          Sets the port value for this FtpServerType.
 void setProtocol(java.lang.String protocol)
          Sets the protocol value for this FtpServerType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol

private java.lang.String protocol

host

private java.lang.String host

port

private org.apache.axis.types.UnsignedShort port

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

FtpServerType

public FtpServerType()

FtpServerType

public FtpServerType(java.lang.String host,
                     org.apache.axis.types.UnsignedShort port,
                     java.lang.String protocol)
Method Detail

getProtocol

public java.lang.String getProtocol()
Gets the protocol value for this FtpServerType.

Returns:
protocol

setProtocol

public void setProtocol(java.lang.String protocol)
Sets the protocol value for this FtpServerType.

Parameters:
protocol -

getHost

public java.lang.String getHost()
Gets the host value for this FtpServerType.

Returns:
host

setHost

public void setHost(java.lang.String host)
Sets the host value for this FtpServerType.

Parameters:
host -

getPort

public org.apache.axis.types.UnsignedShort getPort()
Gets the port value for this FtpServerType.

Returns:
port

setPort

public void setPort(org.apache.axis.types.UnsignedShort port)
Sets the port value for this FtpServerType.

Parameters:
port -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer