Class ContactAddress

  • All Implemented Interfaces:
    Jsonifiable, UnsafeSerializable, java.io.Serializable, java.lang.Cloneable

    @Embeddable
    public class ContactAddress
    extends Address
    EPP Contact Address

    This class is embedded inside the PostalInfo of an EPP contact to hold its address. The fields are all defined in parent class Address, but the subclass is still necessary to pick up the contact namespace.

    This does not implement Overlayable because it is intended to be bulk replaced on update.

    See Also:
    PostalInfo, Serialized Form
    • Constructor Detail

      • ContactAddress

        public ContactAddress()