Class AddressImpl

java.lang.Object
com.onenetwork.platform.common.AddressImpl
All Implemented Interfaces:
Address

public class AddressImpl
extends java.lang.Object
implements Address
Stub for AddressImpl to compile platform-api code. This is removed from the platform-api jar, and at runtime the version from dvce.jar is used.
  • Constructor Summary

    Constructors 
    Constructor Description
    AddressImpl()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String get​(AddressComponentType compType)
    Returns an address component for the given type
    java.util.List<AddressComponent> getComponents()
    Return all components of this address (except for Country).
    Country getCountry()
    Country of the Address.
    void set​(AddressComponentType compType, java.lang.String val)
    Sets an address component to the given value
    void setCountry​(Country country)
    Country of the Address.
    void setNull​(boolean value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait