|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wpc.WpcFileType
public class WpcFileType
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 |
---|
public 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 |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getDir()
public void setDir(java.lang.String dir)
dir
- public java.lang.String getServerName()
public void setServerName(java.lang.String serverName)
serverName
- public java.lang.String getUserID()
public void setUserID(java.lang.String userID)
userID
- public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- public java.lang.String getOccurrence()
public void setOccurrence(java.lang.String occurrence)
occurrence
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |