javax.xml.registry.infomodel
Interface EmailAddress


public interface EmailAddress

Represents an email address.

Author:
Farrukh S. Najmi
See Also:
User

Method Summary
 java.lang.String getAddress()
          Returns the email address for this object.
 java.lang.String getType()
          Gets the type for this object.
 void setAddress(java.lang.String address)
          Sets the email address for this object.
 void setType(java.lang.String type)
          Sets the type for this object.
 

Method Detail

getAddress

java.lang.String getAddress()
                            throws JAXRException
Returns the email address for this object. Default is a NULL String.

Capability Level: 0

Returns:
the actual email address (e.g. john.doe@example.com)
Throws:
JAXRException - If the JAXR provider encounters an internal error

setAddress

void setAddress(java.lang.String address)
                throws JAXRException
Sets the email address for this object.

Capability Level: 0

Parameters:
address - the actual email address (e.g. john.doe@example.com)
Throws:
JAXRException - If the JAXR provider encounters an internal error

getType

java.lang.String getType()
                         throws JAXRException
Gets the type for this object. Default is a NULL String.

Capability Level: 0

Returns:
the usage type for this object which is an arbitrary value (e.g. "Home" or "Office")
Throws:
JAXRException - If the JAXR provider encounters an internal error

setType

void setType(java.lang.String type)
             throws JAXRException
Sets the type for this object.

Capability Level: 0

Parameters:
type - the usage type for this object which is an arbitrary value (e.g. "Home" or "Office")
Throws:
JAXRException - If the JAXR provider encounters an internal error


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.