org.opencrx.application.shop1.cci2
Interface PhoneNumberT

All Known Subinterfaces:
PhoneNumberT

public interface PhoneNumberT


Nested Class Summary
static class PhoneNumberT.Member
          The structure's members
 
Method Summary
 String getPhoneNumber()
          Retrieves the value for the structure field phoneNumber.
 Integer getProviderName()
          Retrieves the value for the optional structure field providerName.
 Boolean isPhoneNumberVerified()
          Retrieves the value for the optional structure field phoneNumberVerified.
 Boolean isProviderVerified()
          Retrieves the value for the optional structure field providerVerified.
 

Method Detail

getPhoneNumber

String getPhoneNumber()
Retrieves the value for the structure field phoneNumber.

--> PhoneNumber::phoneNumberFull

Returns:
The non-null value for structure field phoneNumber.

isPhoneNumberVerified

Boolean isPhoneNumberVerified()
Retrieves the value for the optional structure field phoneNumberVerified.

--> PhoneNumber::userBoolean1

Returns:
The possibly null value for structure field phoneNumberVerified.

getProviderName

Integer getProviderName()
Retrieves the value for the optional structure field providerName.

--> PhoneNumber::userString0

Returns:
The possibly null value for structure field providerName.

isProviderVerified

Boolean isProviderVerified()
Retrieves the value for the optional structure field providerVerified.

--> PhoneNumber::userBoolean0

Returns:
The possibly null value for structure field providerVerified.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.