ca.bc.gov.webade.user
Interface VerifiedIndividualUserInfo

All Superinterfaces:
WebADEUserInfo
All Known Implementing Classes:
DefaultVerifiedIndividualUserInfo

public interface VerifiedIndividualUserInfo
extends WebADEUserInfo

Author:
jross

Field Summary
static java.lang.String DATE_OF_BIRTH
          The reserved attribute name for the account type attribute.
static java.lang.String MAILING_ADDRESS_CITY
          The reserved attribute name for the account type attribute.
static java.lang.String MAILING_ADDRESS_COUNTRY
          The reserved attribute name for the account type attribute.
static java.lang.String MAILING_ADDRESS_LINE_1
          The reserved attribute name for the account type attribute.
static java.lang.String MAILING_ADDRESS_LINE_2
          The reserved attribute name for the account type attribute.
static java.lang.String MAILING_ADDRESS_POSTAL_CODE
          The reserved attribute name for the account type attribute.
static java.lang.String MAILING_ADDRESS_PROVINCE
          The reserved attribute name for the account type attribute.
static java.lang.String MAILING_ADDRESS_UNSTRUCTURED
          The reserved attribute name for the account type attribute.
static java.lang.String RESIDENTIAL_ADDRESS_CITY
          The reserved attribute name for the account type attribute.
static java.lang.String RESIDENTIAL_ADDRESS_COUNTRY
          The reserved attribute name for the account type attribute.
static java.lang.String RESIDENTIAL_ADDRESS_LINE_1
          The reserved attribute name for the account type attribute.
static java.lang.String RESIDENTIAL_ADDRESS_LINE_2
          The reserved attribute name for the account type attribute.
static java.lang.String RESIDENTIAL_ADDRESS_POSTAL_CODE
          The reserved attribute name for the account type attribute.
static java.lang.String RESIDENTIAL_ADDRESS_PROVINCE
          The reserved attribute name for the account type attribute.
static java.lang.String RESIDENTIAL_ADDRESS_UNSTRUCTURED
          The reserved attribute name for the account type attribute.
 
Fields inherited from interface ca.bc.gov.webade.user.WebADEUserInfo
CONTACT_ADDRESS_CITY, CONTACT_ADDRESS_COUNTRY, CONTACT_ADDRESS_LINE_1, CONTACT_ADDRESS_LINE_2, CONTACT_ADDRESS_POSTAL_CODE, CONTACT_ADDRESS_PROVINCE, CONTACT_ADDRESS_UNSTRUCTURED, DEPARTMENT, DISPLAY_NAME, EMAIL_ADDRESS, EXPIRY_DATE, FIRST_NAME, IS_VISIBLE, LAST_NAME, MIDDLE_INITIAL, PHONE_NUMBER, PREFERRED_NAME, USER_CREDENTIALS
 
Method Summary
 java.util.Date getDateOfBirth()
           
 java.lang.String getMailingAddressCity()
           
 java.lang.String getMailingAddressCountry()
           
 java.lang.String getMailingAddressLine1()
           
 java.lang.String getMailingAddressLine2()
           
 java.lang.String getMailingAddressPostalCode()
           
 java.lang.String getMailingAddressProvince()
           
 java.lang.String getMailingAddressUnstructured()
           
 java.lang.String getResidentialAddressCity()
           
 java.lang.String getResidentialAddressCountry()
           
 java.lang.String getResidentialAddressLine1()
           
 java.lang.String getResidentialAddressLine2()
           
 java.lang.String getResidentialAddressPostalCode()
           
 java.lang.String getResidentialAddressProvince()
           
 java.lang.String getResidentialAddressUnstructured()
           
 
Methods inherited from interface ca.bc.gov.webade.user.WebADEUserInfo
clone, getAttributeNames, getAttributeValue, getContactAddressCity, getContactAddressCountry, getContactAddressLine1, getContactAddressLine2, getContactAddressPostalCode, getContactAddressProvince, getContactAddressUnstructured, getDepartment, getDisplayName, getEmailAddress, getExpiryDate, getFirstName, getLastName, getMiddleInitial, getPhoneNumber, getPreferredName, getUserCredentials, hasAttribute, isReadOnly, isVisible, setReadOnly
 

Field Detail

DATE_OF_BIRTH

public static final java.lang.String DATE_OF_BIRTH
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

RESIDENTIAL_ADDRESS_LINE_1

public static final java.lang.String RESIDENTIAL_ADDRESS_LINE_1
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

RESIDENTIAL_ADDRESS_LINE_2

public static final java.lang.String RESIDENTIAL_ADDRESS_LINE_2
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

RESIDENTIAL_ADDRESS_CITY

public static final java.lang.String RESIDENTIAL_ADDRESS_CITY
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

RESIDENTIAL_ADDRESS_PROVINCE

public static final java.lang.String RESIDENTIAL_ADDRESS_PROVINCE
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

RESIDENTIAL_ADDRESS_COUNTRY

public static final java.lang.String RESIDENTIAL_ADDRESS_COUNTRY
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

RESIDENTIAL_ADDRESS_POSTAL_CODE

public static final java.lang.String RESIDENTIAL_ADDRESS_POSTAL_CODE
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

RESIDENTIAL_ADDRESS_UNSTRUCTURED

public static final java.lang.String RESIDENTIAL_ADDRESS_UNSTRUCTURED
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

MAILING_ADDRESS_LINE_1

public static final java.lang.String MAILING_ADDRESS_LINE_1
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

MAILING_ADDRESS_LINE_2

public static final java.lang.String MAILING_ADDRESS_LINE_2
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

MAILING_ADDRESS_CITY

public static final java.lang.String MAILING_ADDRESS_CITY
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

MAILING_ADDRESS_PROVINCE

public static final java.lang.String MAILING_ADDRESS_PROVINCE
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

MAILING_ADDRESS_COUNTRY

public static final java.lang.String MAILING_ADDRESS_COUNTRY
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

MAILING_ADDRESS_POSTAL_CODE

public static final java.lang.String MAILING_ADDRESS_POSTAL_CODE
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values

MAILING_ADDRESS_UNSTRUCTURED

public static final java.lang.String MAILING_ADDRESS_UNSTRUCTURED
The reserved attribute name for the account type attribute. Used by the getAttributeValue, getAttributeNames, and hasAttribute methods.

See Also:
Constant Field Values
Method Detail

getDateOfBirth

public java.util.Date getDateOfBirth()
Returns:
The user's date of birth.

getResidentialAddressLine1

public java.lang.String getResidentialAddressLine1()
Returns:
The user's residential address line 1

getResidentialAddressLine2

public java.lang.String getResidentialAddressLine2()
Returns:
The user's residential address line 2

getResidentialAddressCity

public java.lang.String getResidentialAddressCity()
Returns:
The user's residential address city

getResidentialAddressProvince

public java.lang.String getResidentialAddressProvince()
Returns:
The user's residential address province

getResidentialAddressCountry

public java.lang.String getResidentialAddressCountry()
Returns:
The user's residential address country

getResidentialAddressPostalCode

public java.lang.String getResidentialAddressPostalCode()
Returns:
The user's residential address postal code

getResidentialAddressUnstructured

public java.lang.String getResidentialAddressUnstructured()
Returns:
The user's unstructured residential address

getMailingAddressLine1

public java.lang.String getMailingAddressLine1()
Returns:
The user's mailing address line 1

getMailingAddressLine2

public java.lang.String getMailingAddressLine2()
Returns:
The user's mailing address line 2

getMailingAddressCity

public java.lang.String getMailingAddressCity()
Returns:
The user's mailing address city

getMailingAddressProvince

public java.lang.String getMailingAddressProvince()
Returns:
The user's mailing address province

getMailingAddressCountry

public java.lang.String getMailingAddressCountry()
Returns:
The user's mailing address country

getMailingAddressPostalCode

public java.lang.String getMailingAddressPostalCode()
Returns:
The user's mailing address postal code

getMailingAddressUnstructured

public java.lang.String getMailingAddressUnstructured()
Returns:
The user's unstructured mailing address