com.ibm.commerce.webservice.datatype
Class ContactPersonName

java.lang.Object
  com.ibm.commerce.webservice.datatype.ContactPersonName
All Implemented Interfaces:
java.io.Serializable

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

This class represents the complex type

 
 
 
 
 
 
 
See Also:
Serialized Form

Constructor Summary
ContactPersonName()
Method Summary
java.lang.String getAlternateName()
Gets the alternateName
java.lang.String getFullName()
Gets the fullName
java.lang.String getTitle()
Gets the title
void setAlternateName(java.lang.String alternateName)
Sets the alternateName
void setFullName(java.lang.String fullName)
Sets the fullName
void setTitle(java.lang.String title)
Sets the title
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ContactPersonName

public ContactPersonName()
Method Detail

getAlternateName

public java.lang.String getAlternateName()
Gets the alternateName
Returns:
Returns a String

getFullName

public java.lang.String getFullName()
Gets the fullName
Returns:
Returns a String

getTitle

public java.lang.String getTitle()
Gets the title
Returns:
Returns a String

setAlternateName

public void setAlternateName(java.lang.String alternateName)
Sets the alternateName
Parameters:
alternateName - The alternateName to set

setFullName

public void setFullName(java.lang.String fullName)
Sets the fullName
Parameters:
fullName - The fullName to set

setTitle

public void setTitle(java.lang.String title)
Sets the title
Parameters:
title - The title to set

Feedback