com.google.checkout.notification
Class StructuredName

java.lang.Object
  extended by com.google.checkout.notification.StructuredName

public class StructuredName
extends java.lang.Object

This class encapsulates the structured name data.

Author:
simonjsmith

Constructor Summary
StructuredName(org.w3c.dom.Document document, org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructuredName

public StructuredName(org.w3c.dom.Document document,
                      org.w3c.dom.Element element)
Method Detail

getFirstName

public java.lang.String getFirstName()
Returns:
the first-name

getLastName

public java.lang.String getLastName()
Returns:
the last-name