com.ibm.wpc
Class WpcHeaderType

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

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

See Also:
Serialized Form

Constructor Summary
WpcHeaderType()
           
WpcHeaderType(java.lang.String companyName, java.lang.String wpsUserID, java.lang.String wpcUserID, java.lang.String password, java.lang.String messageIdentifier, java.util.Date timestamp, java.lang.String supplierId, java.lang.String localeForDisplay, java.lang.String[] localeRestriction)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCompanyName()
          Gets the companyName value for this WpcHeaderType.
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 getLocaleForDisplay()
          Gets the localeForDisplay value for this WpcHeaderType.
 java.lang.String[] getLocaleRestriction()
          Gets the localeRestriction value for this WpcHeaderType.
 java.lang.String getLocaleRestriction(int i)
           
 java.lang.String getMessageIdentifier()
          Gets the messageIdentifier value for this WpcHeaderType.
 java.lang.String getPassword()
          Gets the password value for this WpcHeaderType.
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 getSupplierId()
          Gets the supplierId value for this WpcHeaderType.
 java.util.Date getTimestamp()
          Gets the timestamp value for this WpcHeaderType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWpcUserID()
          Gets the wpcUserID value for this WpcHeaderType.
 java.lang.String getWpsUserID()
          Gets the wpsUserID value for this WpcHeaderType.
 int hashCode()
           
 void setCompanyName(java.lang.String companyName)
          Sets the companyName value for this WpcHeaderType.
 void setLocaleForDisplay(java.lang.String localeForDisplay)
          Sets the localeForDisplay value for this WpcHeaderType.
 void setLocaleRestriction(int i, java.lang.String _value)
           
 void setLocaleRestriction(java.lang.String[] localeRestriction)
          Sets the localeRestriction value for this WpcHeaderType.
 void setMessageIdentifier(java.lang.String messageIdentifier)
          Sets the messageIdentifier value for this WpcHeaderType.
 void setPassword(java.lang.String password)
          Sets the password value for this WpcHeaderType.
 void setSupplierId(java.lang.String supplierId)
          Sets the supplierId value for this WpcHeaderType.
 void setTimestamp(java.util.Date timestamp)
          Sets the timestamp value for this WpcHeaderType.
 void setWpcUserID(java.lang.String wpcUserID)
          Sets the wpcUserID value for this WpcHeaderType.
 void setWpsUserID(java.lang.String wpsUserID)
          Sets the wpsUserID value for this WpcHeaderType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcHeaderType

public WpcHeaderType()

WpcHeaderType

public WpcHeaderType(java.lang.String companyName,
                     java.lang.String wpsUserID,
                     java.lang.String wpcUserID,
                     java.lang.String password,
                     java.lang.String messageIdentifier,
                     java.util.Date timestamp,
                     java.lang.String supplierId,
                     java.lang.String localeForDisplay,
                     java.lang.String[] localeRestriction)
Method Detail

getCompanyName

public java.lang.String getCompanyName()
Gets the companyName value for this WpcHeaderType.

Returns:
companyName

setCompanyName

public void setCompanyName(java.lang.String companyName)
Sets the companyName value for this WpcHeaderType.

Parameters:
companyName -

getWpsUserID

public java.lang.String getWpsUserID()
Gets the wpsUserID value for this WpcHeaderType.

Returns:
wpsUserID

setWpsUserID

public void setWpsUserID(java.lang.String wpsUserID)
Sets the wpsUserID value for this WpcHeaderType.

Parameters:
wpsUserID -

getWpcUserID

public java.lang.String getWpcUserID()
Gets the wpcUserID value for this WpcHeaderType.

Returns:
wpcUserID

setWpcUserID

public void setWpcUserID(java.lang.String wpcUserID)
Sets the wpcUserID value for this WpcHeaderType.

Parameters:
wpcUserID -

getPassword

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

Returns:
password

setPassword

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

Parameters:
password -

getMessageIdentifier

public java.lang.String getMessageIdentifier()
Gets the messageIdentifier value for this WpcHeaderType.

Returns:
messageIdentifier

setMessageIdentifier

public void setMessageIdentifier(java.lang.String messageIdentifier)
Sets the messageIdentifier value for this WpcHeaderType.

Parameters:
messageIdentifier -

getTimestamp

public java.util.Date getTimestamp()
Gets the timestamp value for this WpcHeaderType.

Returns:
timestamp

setTimestamp

public void setTimestamp(java.util.Date timestamp)
Sets the timestamp value for this WpcHeaderType.

Parameters:
timestamp -

getSupplierId

public java.lang.String getSupplierId()
Gets the supplierId value for this WpcHeaderType.

Returns:
supplierId

setSupplierId

public void setSupplierId(java.lang.String supplierId)
Sets the supplierId value for this WpcHeaderType.

Parameters:
supplierId -

getLocaleForDisplay

public java.lang.String getLocaleForDisplay()
Gets the localeForDisplay value for this WpcHeaderType.

Returns:
localeForDisplay

setLocaleForDisplay

public void setLocaleForDisplay(java.lang.String localeForDisplay)
Sets the localeForDisplay value for this WpcHeaderType.

Parameters:
localeForDisplay -

getLocaleRestriction

public java.lang.String[] getLocaleRestriction()
Gets the localeRestriction value for this WpcHeaderType.

Returns:
localeRestriction

setLocaleRestriction

public void setLocaleRestriction(java.lang.String[] localeRestriction)
Sets the localeRestriction value for this WpcHeaderType.

Parameters:
localeRestriction -

getLocaleRestriction

public java.lang.String getLocaleRestriction(int i)

setLocaleRestriction

public void setLocaleRestriction(int i,
                                 java.lang.String _value)

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