edu.nrao.sss.model.user
Interface XMLable

All Known Implementing Classes:
Address, AddressCountry, AddressState, AddressType, Contact, Email, EntryStatus, Fax, Institution, InstitutionType, Phone, URL, User, UserContactLevel, UserGroup, UserNote, UserType

public interface XMLable

Defines an interface for describing an object in XML.

Author:
stephan

Method Summary
 String toXML()
          Provide an XML description of the object.
 

Method Detail

toXML

String toXML()
             throws UnsupportedEncodingException
Provide an XML description of the object.

Returns:
a String representing the XML of the object.
Throws:
UnsupportedEncodingException


Copyright © 2009. All Rights Reserved.