com.ibm.wpc
Class WpcFileType

java.lang.Object
  extended by com.ibm.wpc.WpcFileType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WpcFileType()
           
WpcFileType(java.lang.String name, java.lang.String dir, java.lang.String serverName, java.lang.String userID, java.lang.String password, java.lang.String occurrence, java.lang.String type)
           
 
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 getDir()
          Gets the dir value for this WpcFileType.
 java.lang.String getName()
          Gets the name value for this WpcFileType.
 java.lang.String getOccurrence()
          Gets the occurrence value for this WpcFileType.
 java.lang.String getPassword()
          Gets the password value for this WpcFileType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getServerName()
          Gets the serverName value for this WpcFileType.
 java.lang.String getType()
          Gets the type value for this WpcFileType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserID()
          Gets the userID value for this WpcFileType.
 int hashCode()
           
 void setDir(java.lang.String dir)
          Sets the dir value for this WpcFileType.
 void setName(java.lang.String name)
          Sets the name value for this WpcFileType.
 void setOccurrence(java.lang.String occurrence)
          Sets the occurrence value for this WpcFileType.
 void setPassword(java.lang.String password)
          Sets the password value for this WpcFileType.
 void setServerName(java.lang.String serverName)
          Sets the serverName value for this WpcFileType.
 void setType(java.lang.String type)
          Sets the type value for this WpcFileType.
 void setUserID(java.lang.String userID)
          Sets the userID value for this WpcFileType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcFileType

public WpcFileType()

WpcFileType

public WpcFileType(java.lang.String name,
                   java.lang.String dir,
                   java.lang.String serverName,
                   java.lang.String userID,
                   java.lang.String password,
                   java.lang.String occurrence,
                   java.lang.String type)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this WpcFileType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this WpcFileType.

Parameters:
name -

getDir

public java.lang.String getDir()
Gets the dir value for this WpcFileType.

Returns:
dir

setDir

public void setDir(java.lang.String dir)
Sets the dir value for this WpcFileType.

Parameters:
dir -

getServerName

public java.lang.String getServerName()
Gets the serverName value for this WpcFileType.

Returns:
serverName

setServerName

public void setServerName(java.lang.String serverName)
Sets the serverName value for this WpcFileType.

Parameters:
serverName -

getUserID

public java.lang.String getUserID()
Gets the userID value for this WpcFileType.

Returns:
userID

setUserID

public void setUserID(java.lang.String userID)
Sets the userID value for this WpcFileType.

Parameters:
userID -

getPassword

public java.lang.String getPassword()
Gets the password value for this WpcFileType.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this WpcFileType.

Parameters:
password -

getOccurrence

public java.lang.String getOccurrence()
Gets the occurrence value for this WpcFileType.

Returns:
occurrence

setOccurrence

public void setOccurrence(java.lang.String occurrence)
Sets the occurrence value for this WpcFileType.

Parameters:
occurrence -

getType

public java.lang.String getType()
Gets the type value for this WpcFileType.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this WpcFileType.

Parameters:
type -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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