com.centrasite.jaxr.infomodel
Interface CentraSitePersonName

All Superinterfaces:
javax.xml.registry.infomodel.PersonName

public interface CentraSitePersonName
extends javax.xml.registry.infomodel.PersonName

CentraSite extension of PersonName.

See Also:
PersonName

Method Summary
 void setFullName(javax.xml.registry.infomodel.InternationalString fullName)
          Set the full name.
 
Methods inherited from interface javax.xml.registry.infomodel.PersonName
getFirstName, getFullName, getLastName, getMiddleName, setFirstName, setFullName, setLastName, setMiddleName
 

Method Detail

setFullName

void setFullName(javax.xml.registry.infomodel.InternationalString fullName)
                 throws javax.xml.registry.JAXRException
Set the full name.

Parameters:
fullName - full name
Throws:
javax.xml.registry.JAXRException